Home › Forums › CSS › two IE6 problems that I can’t seem to solve › Re: two IE6 problems that I can’t seem to solve
December 9, 2009 at 11:02 am
#67900
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".