Re: [css-d] box floats too far right in IE6

2007-12-14 Thread Dean | Crossroads Club
Well, I added display:inline but no go. It's still far right in IE6. I figure I could increase the margin-bottom with the div that is being cleared like so; #top { margin: 0 0 50px 0; padding: 0; float: left; } but I was curious as to why increasing margin-top to the

[css-d] box floats too far right in IE6

2007-12-13 Thread Dean | Crossroads Club
On this page; http://apatalk.com/test/language/insidepage.html I have my small section box (image of the 2 girls) float too to the far right in IE6, but it's ok IE7 and Firefox. Does anyone know what i'm doing wrong here? Is it some sort of hack that I should know of for IE6? This is the code