Help! CSS Navigation problem (IE)

Discussion in 'CSS' started by adzeds, Apr 14, 2010.

  1. #1
    I have set up my navigation and all looks well and good in firefox/safari, then I loaded it up in IE and it just looks wrong!

    I can't seem to find what is causing the problem so need some help.

    The site is here:
    http://stadiums.thefootballmagazine.com/

    Navigation on the left gets squished up in IE.. How can I solve this?
     
    adzeds, Apr 14, 2010 IP
  2. ampg-it

    ampg-it Peon

    Messages:
    75
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi

    Try changing your ul#navlist style to this

    ul#navlist
    {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    }
    
    Code (markup):
     
    ampg-it, Apr 14, 2010 IP
  3. adzeds

    adzeds Well-Known Member

    Messages:
    1,209
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    100
    #3
    Cheers, sorted the problem!
     
    adzeds, Apr 20, 2010 IP