Results 1 to 3 of 3

Thread: Extra Vertical Space in IE

  1. #1
    Join Date
    Feb 2008
    Posts
    12
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Extra Vertical Space in IE

    I'm making a vertical menu and have it the way that I would like it to work in FF, but now it has too much space between items in IE. Any suggestions would be appreciated. Thanks.

    The css code is attached and the page is posted here: www.palapastructures.com/palapastest.htm. (I know that it looks bad, but that's because I haven't uploaded any images besides the ones needed for the side menu.)

  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

    Code:
    div#palapamenu li {
    	list-style-type: none;
    	display: inline;
    }
    - John
    ________________________

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

  3. #3
    Join Date
    Feb 2008
    Posts
    12
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Great. Thanks, that fixed it perfectly.

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
  •