1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Why is IE doing this to my baby???

Discussion in 'CSS' started by skunker, Feb 1, 2006.

  1. #1
    skunker, Feb 1, 2006 IP
  2. stuw

    stuw Peon

    Messages:
    702
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #2
    div#left_column ul {
    margin-left:0px;
    }
    probably want to make that margin:0 0 0 0
    and add padding: 0 0 0 0

    very very nice looking by the way
     
    stuw, Feb 1, 2006 IP
  3. skunker

    skunker Guest

    Messages:
    545
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks stuw for your reply. However, if you noticed, I had already set the margins and paddings above the body rule in my stylesheet to

    * {margin:0; padding:0; }

    So that already takes care that. I did do what you said, but it didn't do anything.

    Can anyone else help figure this out? I can't move forward! :(
     
    skunker, Feb 2, 2006 IP
  4. stuw

    stuw Peon

    Messages:
    702
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #4
    gotcha!

    div#left_column li {
    list-style-type:none;
    height:10px;
    }

    ie wants a height for your list elements
     
    stuw, Feb 2, 2006 IP
  5. gordonfreeman

    gordonfreeman Peon

    Messages:
    169
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I agree, IE is needy on heights (FF1.5 sometimes too)
     
    gordonfreeman, Feb 2, 2006 IP