Idk why I cant figure it out, but this doesn't display right in ie6 and idk why: http://www.skatepage.net/wordpress/wptest/wordpress/index.php?wpadmintheme=spill here is the code effecting the right sidebar: .box{background:#CBEAF8 url(side.png) no-repeat top;padding:0px;} .box .inner{padding:0 2px;margin:6px 0 0 0;border-left:15px solid #0E6FC5;border-right:15px solid #0E6FC5;} Code (markup): <div class="box"><div class="inner">content</div></div> Code (markup):
Try float: right; if that don`t work try clear: both; if that don`t work try float: right; clear: both;
Methinks you should add another container after <div class="box"> and make an image that replicates both left and right borders of 15 pixels, and then get rid of the borders on the #inner element.
http://soulscratch.com/for-others/veckd/ If you didn't already fix it.. Removed your IE CC code. I'm not sure exactly how you cut your images so they may be off by a few pixels here and there. I don't even know why a percentage width was set on #right if the container is fixed pixels. This was like a 15 min hack job, not one of deathshadow's/Dan Schulz rewrites... sorry about the code not being all pretty