|
I don't see any HUGE problems, but I do see some minor inconsistencies.
Things to check:
IE6 doesn't support min/max width/height, you need to feed IE6 a fixed width and you should use conditional comments and a separate IE6-only stylesheet to do it.
Watch out for the doubled-float margin bug - if you have an element floated left or right, and it also has a margin going in the same direction as the float, IE6 will DOUBLE that margin value. Setting that element to display:inline will fix that - and again that should go in that separate stylesheet.
__________________
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
|