|
I'll have to take a crack at it in the AM when I"m not so tired.
One thing I did see is that you're triggering the doubled-float margin bug when you have float:left then apply a margin-left - IE6 will DOUBLE the margin (same goes for float:right, margin-right).
The solution is to add display:inline to the floated box but do it in a separate CSS file that you then call with conditional comments - which only IE reads.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|