gerkintrigg Posted October 19, 2008 Share Posted October 19, 2008 I think that this is the right place for this post - as it's javascript too, i dunno if the fault is with the JS or CSS, so please bear with me. my website (http://magic2k.com/magic_shop/index.php) works fine in fire-fox, but in IE, some of the menus have weird stuff happening with it. In both browsers there are extra blue lines printed out at the bottom of the list... an example would be on http://magic2k.com/magic_shop/articles.php and click on "dream dictionary". these menu items are filled in from the database but i don't think that there's anything in the database that would be causing it. It seems like it's a bunch of spare entries that pump out spare blue lines... In IE only, the roll over of the main categories does not work, but it works fine in firefox. Any advice is welcome. Thanks, Neil Quote Link to comment Share on other sites More sharing options...
AndyB Posted October 19, 2008 Share Posted October 19, 2008 View the generated html source code - you have unclosed ul statements strewn all through it. I'd say your problem originates with the php Quote Link to comment Share on other sites More sharing options...
gerkintrigg Posted October 20, 2008 Author Share Posted October 20, 2008 Sorted - thanks. I forgot to put in $i++ always the simple things... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.