Free File Hosting - Web Advertising - Wire Transfer - Mobile Phones - Per Insurance

PDA

View Full Version : Need help


abdostar
Apr 27th 2008, 7:31 am
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?

itcn
Apr 27th 2008, 8:31 am
Did you rey reducing the margin/padding on the right sidebar div?

abdostar
Apr 27th 2008, 9:34 am
#sidebar2 {width: 160px; float: right; padding: 10px;}

#sidebar2 h2 { background: url(http://img129.imageshack.us/img129/5038/srrh3hl9.gif) repeat-x left bottom; color:$colortituloslateral2; padding: 0px 0px 5px 0px; margin: 0px 0px 5px 0px }

#sidebar2 h3 { background: url(http://img158.imageshack.us/img158/934/srrh3pn1.gif) repeat-x left bottom; color:#abcee1; padding: 0px 0px 5px 0px; margin: 0px 0px 5px 0px }

#sidebar2 ul { padding: 0px; margin: 0px;}

#sidebar2 li { padding: 0px 0px 0px 10px; margin: 0px; list-style-type: none; background: url(http://img158.imageshack.us/img158/1923/srricomj1.png) no-repeat left top;}

#sidebar2 li a { color:$colortextolateral2; font-size: 11px; }

#sidebar2 li a:visited { color:#7a8fa4; }

#sidebar2 li a:hover { color:#7a8fa4;}

Thats the code of my sidebar , i really can't find whats wrong with it.

itcn
Apr 27th 2008, 10:17 am
Try changing this:
#sidebar2 {width: 160px; float: right; padding: 10px;}

to this:
#sidebar2 {width: 160px; float: right; padding: 0px;}
just to see what happens.