[thelist] IE 6 css q

Mark Groen evolt at markgroen.com
Wed May 23 16:45:35 CDT 2007


On Wednesday 23 May 2007 12:30, Max Schwanekamp wrote:
> Got a template draft page up, and I have a small prob with IE 6.  Works
> fine in my other target browsers (IE 7, FF2 and Safari 2), but in IE 6 the
> background image on my pagewrap div is getting repeated.  Can someone point
> me in the right direction?  TIA!
>
> http://snipurl.com/1lql7

Does it work properly if you don't use shorthand CSS or use the syntax in the 
same order as the two links below?

http://www.w3.org/TR/REC-CSS2/colors.html#propdef-background

http://www.sitepoint.com/article/introduction-css-shorthand/2

background: url(../img/layout/masthead.jpg) no-repeat center top;
-- 
cheers,

        mark



More information about the thelist mailing list