|
Adding display: inline to the floated elements is NOT the answer, and it is a hack that IE 7 will choke on, as it was a solution to fix IE 6 (and below) problem, called the double float margin bug. You'll have to use conditional comments and separate CSS file to hold the hacks needed to 'fix' IE 6 and below.
The *html hack you're using, is not going to work right with IE 7 as it too was a hack meant for older versions of IE. You can't just hack away any more, things are going to break in IE 7 with those hacks.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|