Hi, New guy here and hopefully only partly clueless on css - I'm turning over a new leaf and hope to do our site rebuild without hammering everything with font tags and band aids..... I've spent hours on the following problem and officially give up so to speak - i've fallen and can't get up.
I have a maddening unwanted a:hover img anomaly in IE where an ugly white block appears on hover for the image at the text "Full Area View". Test Page: http://beta.handmade-paper.us/page/CPO/CTGY/mbt Ext style sheet: http://beta.handmade-paper.us/Merchant2/cpo.css Not sure if these are right, but could add fuel to the fire with "quirks mode" etc, eh ? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <meta http-equiv="content-type" content="text/html;charset=utf-8"> directly related code: img { border-style: none; } /* I must have something wrong here - tried everyting i can think of*/ a:hover img { border-style: none; clear: none; float: none; } /* this style 'zmfullarea' applied to the image just under the "full area view" text*/ .zmfullarea { width: 12em; height: 8em; } Thanks, Barrett AOL/AIM handmadepaperus ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
