Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS two IE6 problems that I can’t seem to solve Re: two IE6 problems that I can’t seem to solve

#67900
Brido
Member
Code:
.clear { clear:both; padding:0px; margin:0px; line-height:0px; }

.nav_zoom { display:inline; float:right; font-family:Arial,Helvetica,sans-serif; font-size:0.8em; margin-top:16px; text-align:right; }

Replace these two classes in your css. Let me know the results.

Also, you are getting the gray background behind your image… because it’s a png, and IE6 will not read the alpha transparency without some sort of png fix. Search around for "jquery png fix".