Looking at the attachment, there is a small gap between the header image and the navigation bar (the bar with the Forum, Aqaurium Log, etc. links). IE6, Firefox ect. displays as intended however IE7 shows this gap. Any ideas?
This is a discussion on Header Help IE7 within the Template Modifications forums, part of the vBulletin SEO Discussion category; Looking at the attachment, there is a small gap between the header image and the navigation bar (the bar with ...
Looking at the attachment, there is a small gap between the header image and the navigation bar (the bar with the Forum, Aqaurium Log, etc. links). IE6, Firefox ect. displays as intended however IE7 shows this gap. Any ideas?
i see it on both ie6 and ie7
most likely, its the empty table cell in the same row as the header image.
<td align="left">
</td>
frankly, there's no good reason to use a table there at all.
I'll rework it and see what we get.
Well I removed the empty table cell and still no luck. The strange thing is that there are 3 tables at the top, one for the top black bar, one for the header image and then a 3rd for the second nav bar and banner ads. The top and the header and the header and the bottom are the same, yet the space in the bottom. I hate IE. LOL
i'd recommend you do something like this:
obviously, thats quick code, and you should never use inline styles (use a class or ID and attach a style sheet attribute to an element;Code:<div style="border: 1px solid 3333;"> <table for the top nav /> <div style="background: url(reefland.jpg) no-repeat; width:x; height: y;"></div> <div id="navbar"></div> <div id="ad"></div> </div>