Results 1 to 4 of 4

Thread: IE giving me a headache. Can somebody pls have a peek at my code?

  1. #1
    Join Date
    Feb 2007
    Posts
    46
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default IE giving me a headache. Can somebody pls have a peek at my code?

    I wish somebody would just shoot IE, and put ME out of my misery......

    Very simple website. Looks great in almost every browser, EXCEPT older versions of IE.

    In the left column with the "buttons", IE is displaying some extra padding above all the buttons, except the first one. Only the top button 'Our Plan' is ok. The rest below have extra space. There is no extra space with other browsers (FF, Netscape, Safari).

    Can anybody see the problem? Can anybody tell me what I need to do so it looks proper in IE?

    http://www.fairportroad.com/index.html

    css code is here:

    http://www.fairportroad.com/Styles2.css

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    This might aggravate you a bit more:

    Add the highlighted:
    Code:
    #navbar ul li {
    list-style-type: none;
    display:inline;
    margin: 0;
    padding: 0; 
    }
    By the way, there are some <td> and <tr> tags in your table that aren't closed. And the proper way to add a line break with a XHTML DTD is <br />.

  3. The Following User Says Thank You to Medyman For This Useful Post:

    puffnstuff (05-22-2008)

  4. #3
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Add height: 27px to #navbar ul li.
    ---
    Edit: forget it. It helps, but Medyman's solution is much better.
    Arie Molendijk.
    Last edited by molendijk; 05-22-2008 at 03:46 PM. Reason: Correction

  5. The Following User Says Thank You to molendijk For This Useful Post:

    puffnstuff (05-22-2008)

  6. #4
    Join Date
    Feb 2007
    Posts
    46
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Thumbs up


    YOU ARE AWESOME !!!!

    The display:inline did the trick.

    THANK YOU SO 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
  •