So looks like it was an issue with overflow: hidden and text-indent.
IE<8 still considers the element to be be large enough to enclose the text,
so the background-position: right 0 means the BG is off screen. Adding an
IE7 *+html {overflow:visible} fixed the issue for this browser.Fixed version up if anyone's interested :) Comments/criticism always appreciated. http://www.kacevisual.com/files/Anime-Planet/drafts/lovehate/lovehate.html Kevin ______________________________________________________________________ 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/
