Log in

View Full Version : Resolved Right sidebar gets pushed down in ie6



Irishcash33
11-07-2008, 05:00 PM
Hi,
The right sidebar is lined up fine in every browser cept for ie6. any ideas why it gets pushed down so far?
http://www.clashgraphicdesign.com/CCHWALLSTREET/homepage/homepage.html

Snookerman
11-08-2008, 08:50 AM
Add this to your css:

#right-sidebar{
background-color:#dbd7cc;
width:160px;
height:1110px;
float:right;
_clear:both;
}

Irishcash33
11-10-2008, 01:44 PM
works nicely! thank you

Snookerman
11-10-2008, 04:17 PM
You're welcome!
Make sure you go to your first post, edit and then add the Resolved prefix to let others know the problem is solved.