Click to See Complete Forum and Search --> : [RESOLVED] This nav list looks bad in IE7


EPJS
12-17-2006, 03:28 PM
Looks perfect in Firefox and Opera, but I'm having problems with IE7

http://www.eschultheiss.org/crest/

Once I get it perfect in all browsers, I'll add the new nav list to all the pages, right now it's just on that page.

Any ideas how to make it look good in IE7?

This is how it looks in Firefox:

http://img287.imageshack.us/img287/6940/ffxy3.png

This is how it looks in IE7:

http://img459.imageshack.us/img459/7841/ie7od2.png

rincewind456
12-18-2006, 08:36 AM
I think it's to do with the padding and margins in you div boxes, if you change the css properties on these two areas <ul id='topnav'>
<div id='subnavwrap'> to <ul id='topnav' style="padding-bottom:2;margin:0;">
<div id='subnavwrap' style="padding-top:2;margin:0;">
you should get the look that you want in all three browsers.

EPJS
12-18-2006, 10:06 AM
awesome that works. Thanks :)