Liquid Fire Posted August 25, 2007 Share Posted August 25, 2007 here is a link: http://www.kaizendigital.com/index2.php This is a bit confusing to me because the site look like it should in IE but not in FF. In FF there is a small space between the menu and image placeholder when there should not be. it looks like a padding and/or margin issue but does see anything that would cause this. it is not the image, anyone see what it might be? Quote Link to comment Share on other sites More sharing options...
dbrimlow Posted August 25, 2007 Share Posted August 25, 2007 Before debugging how your code LOOKS, make sure you coded it right. If it doesn't work in FF but does in IE, always assume something is wrong either within your markup or your CSS. In your case, it is clearly in your markup ... you didn't close your nested list items. <ul id="main_menu" class="jd_menu jd_menu_slate"> <li><a href="#">Home</a></li> <li><a href="#">Products</a> <ul> <li><a href="#">Sigma Reactor</a></li> <li><a href="#">Project Mayhem</a></li> </ul> </li> <li><a href="#">The Team</a></li> <li><a href="#">Forums</a></li> <li><a href="#">About Us</a></li> <li><a href="#">Contact Us</a></li> <li><a href="#">Register</a></li> </ul> I didn't go beyond that as soon as I saw it, so I don't know if you have css issues as well. Altogether, your markup has 12 total errors (most related to the non-closed list tags). Use the w3c validation tool before debugging how your site LOOKS. Get the code right and it will save you hours of frustration: Here is a link to your site's w3c validation: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.kaizendigital.com%2Findex2.php Quote Link to comment Share on other sites More sharing options...
Liquid Fire Posted August 25, 2007 Author Share Posted August 25, 2007 thanks for the advise. it is now valid makeup so i guess it must be the css, still not sure where though, Quote Link to comment Share on other sites More sharing options...
Liquid Fire Posted August 28, 2007 Author Share Posted August 28, 2007 I am still racking my brain about this. One thing to note that i have noticed is this if i have an error(like a php error or something) and then the spacing goes away. again this is only not an issue in ie but safari/ff/opera all have the same space which on leads me to think it is the css. Quote Link to comment Share on other sites More sharing options...
Liquid Fire Posted August 30, 2007 Author Share Posted August 30, 2007 it seems to be the image cuase when i put image under one there is a space on the bottom, what the hell could be cuasing this? 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.