Forum Moderators: open

Message Too Old, No Replies

Jump Menu not functioning in IE

         

SsapS

8:33 pm on Aug 15, 2011 (gmt 0)

10+ Year Member



I believe it is a simple problem akin to this guys thread: [webmasterworld.com...]

Can't seem to find this though. Jump menu works in FF and Chrome but not in IE and I haven't even tested for safari or opera .

[autodiagcart.com...]

Can't find a div or form tag unclosed. I'm quite novice about navigating through the code however, can any one give it a peek?

Thanks, Tyler

Fotiman

8:56 pm on Aug 15, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Welcome to WebmasterWorld!

Line 34 of your page:

-->

You have a closing HTML comment that is not lined up with an opening comment.

Also, DON'T put HTML comments inside of script and style elements. That was needed for Mozilla 1.0 and hasn't been needed in over a decade. That comment is causing an error in IE so it never sees the P7_JumpMenu function.

SsapS

9:33 pm on Aug 15, 2011 (gmt 0)

10+ Year Member



Thanks a lot !