Need help

Discussion in 'HTML & Website Design' started by abdostar, Apr 27, 2008.

  1. #1
    hello,
    I have this blog http://midimoney.blogspot.com
    the problem is when i use firefox it looks good, nothing wrong, but when i use IE, i got the right column miss sized, i dont know how to fix this bug, any one to help?
     
    abdostar, Apr 27, 2008 IP
  2. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #2
    Did you rey reducing the margin/padding on the right sidebar div?
     
    itcn, Apr 27, 2008 IP
  3. abdostar

    abdostar Peon

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thats the code of my sidebar , i really can't find whats wrong with it.
     
    abdostar, Apr 27, 2008 IP
  4. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #4
    Try changing this:
    #sidebar2 {width: 160px; float: right; padding: 10px;}

    to this:
    #sidebar2 {width: 160px; float: right; padding: 0px;}
    just to see what happens.
     
    itcn, Apr 27, 2008 IP