Hey Folks, I'm using the Malarkey Image Replacement technique on a site I'm currently developing (links to related pages follow)
http://www.stuffandnonsense.co.uk/archives/mir_image_replacement.html http://www.stuffandnonsense.co.uk/archives/examples/malarkey-method- example.html In any event, my issue is this: I've tested this on several browsers, including a version of IE 6.0 (6.0.2900 with Service Pack 2) and it's fine, but I received a recent bug report that I can't figure out or now reproduce. They see the _first_ character of each text item I'm trying to replace with the technique floating just above the image used to replace it. This is happening in all instances. If anyone can reproduce this and give feedback, I'd really appreciate it. The current development page is: http://www.lanisimpson.com/home.php An example of the CSS code being used for one of the offenders is: .mir { letter-spacing : -1000em; } /* Be nice to Opera, but hide from MacIE. Thanks to Robert Jan Verkade (http://www.eend.nl) for the MacIE fix. */ /*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} /* End of hack */ (The above items is the image replacement hack, the item below uses it.) #featured_2col h2.mir { margin: 0; width: 760px; height: 42px; background: url(/images/home/home_title_products.png) no-repeat top left; } Thanks, Anthony ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/