Richard Garbutt schrieb:
<http://www.gemmastokes.co.uk/demos/demo1.htm>
The problem is that the background images for the links at the top of
the 2nd and 3rd columns (next to the text "Black and Blue" and
"Octopussy") seem to be repeating vertically and also overflowing
their container. This happens inconsistently as I hover over the other
links in the list.

I suspect the problem has something to do with the fact that both li
elements with the problem have large negative top margins (-332px).

I don't know if that is the trigger, but adding this to the <head>

<!--[if lt IE 7]>
<style>
#pfnav li { zoom: 1;} /* haslayout=true */
</style>
<![endif]-->

seems to stabilize the drawing of the list-bg on my side.

Ingo


--
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to