John Leishman wrote:
> The below snip works in FF & Opera to provide a graded background. IE
> ignores it and provides a white background only.
>
> Appreciate any hints as to cause here as it's slowly driving me nuts....
>
> Thanks
>
> John
>
> ps appears at http://www.32sss.org.au
>
>
> html, body {
>
> font-size:18px;
> font-size-adjust:none;
> font-stretch:normal;
> font-style:normal;
> font-variant:normal;
> font-weight:bold;
> line-height:normal;
> margin:0;
> padding:1%;
> background:
> url(http://www.32smallshipsqn.org.au/Graphics/grade.jpg)repeat-x top left;
>
> }
>
In the last rule, in the above ruleset, leave a space between -- )repeat --.
The last rule should look like this:
html, body {
background:url(http://www.32smallshipsqn.org.au/Graphics/grade.jpg) repeat-x
top left;
}
You have some markup and CSS validation errors you may want to correct.
Best wishes for your mission, Major Tom.
Ground Control, Houston
--
http://chelseacreekstudio.com/
______________________________________________________________________
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/