Results 1 to 5 of 5

Header Help IE7

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 ...

  1. #1
    Senior Member
    Join Date
    Nov 2005
    Posts
    165
    Liked
    0 times

    Header Help IE7

    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?
    Attached Thumbnails Attached Thumbnails rl.jpg  

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    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">
    &nbsp;
    </td>

    frankly, there's no good reason to use a table there at all.

  3. #3
    Senior Member
    Join Date
    Nov 2005
    Posts
    165
    Liked
    0 times
    I'll rework it and see what we get.

  4. #4
    Senior Member
    Join Date
    Nov 2005
    Posts
    165
    Liked
    0 times
    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

  5. #5
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    i'd recommend you do something like this:

    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>
    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;

Similar Threads

  1. Analytics code in header necessary?
    By Chris-777 in forum General Discussion
    Replies: 2
    Last Post: 05-05-2007, 12:08 PM
  2. Will links in the header template be included in the site map?
    By amnesia623 in forum General Discussion
    Replies: 4
    Last Post: 01-27-2007, 10:04 PM
  3. removing vbseo header
    By dsa411 in forum Troubleshooting
    Replies: 2
    Last Post: 01-10-2007, 04:44 PM
  4. I Need a Little Help With My Header Coding
    By soletrader in forum General Discussion
    Replies: 5
    Last Post: 11-14-2006, 04:34 PM
  5. Welcome Header
    By offline in forum General Discussion
    Replies: 6
    Last Post: 07-25-2006, 10:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •