Results 1 to 3 of 3

Thread: Cannot figure this out.

  1. #1
    Join Date
    Dec 2005
    Posts
    133
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Cannot figure this out.

    http://www.virtuosonetsolutions.com/

    Please see the tiny white border space below the menu cell (100% horizontal blue area), right below that cell. There is this thin (about 3px) white border that I cannot seem to figure out where its coming from.

    Any help would be appreciated.

    I have attached the actual index file

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    It appears to be something about the menu script which is creating a menu with a height of about 30px. I looked at the code but, it doesn't seem too straightforward. The actual height of the area for display purposes should be 25px. This can be achieved by setting the containing div to that height:

    HTML Code:
    <div align="center" style="height:25px!important;"><script type="text/javascript" src="navigation.js"></script></div>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2005
    Posts
    133
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Perfect that worked. Thank you *very much*!

Bookmarks

Posting Permissions

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