by prettyscripts on 2008-10-16 10:21:34
repeating background not showing as intended on IE. one of those things that works in firefox (which follows standard) but not IE (which tries to set its own standard).
i came across this article which says background color must be specified to make it work.
CSS:
{ background: #fff url(images/background.jpg) top left repeat-y; } |
Tags: background, css, image