double width in IE6

Discussion in 'CSS' started by driven, Aug 14, 2008.

  1. #1
    And no, it's not a double margin bug issue either. At least, I don't think so since I don't have margins declared for the divs.

    The width of my languages column here is doubled in IE6 and I don't know why. Thoughts?
     
    driven, Aug 14, 2008 IP
  2. btimms

    btimms Peon

    Messages:
    4
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Looks like the h1 is set to a width of 150px and ie6 is expanding the languages div to contain it (100px). Try changing the h1 width to something 100px or below.
     
    btimms, Aug 15, 2008 IP
  3. driven

    driven Well-Known Member

    Messages:
    400
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #3
    yep- it worked. Thanks!
     
    driven, Aug 17, 2008 IP