Ingo said: Opera 7.x (and, when I'm not wrong, some versions of Safari) don't like the mix:

was:
background: #3A3D2B url(images/horzgrad150.jpg) repeat-y 751px top;

fix:
background: #3A3D2B url(images/horzgrad150.jpg) repeat-y 751px 0;

In CSS2.1, "Combinations of keyword, length and percentage values are allowed", though in CSS2.0 "Keywords cannot be combined with percentage values or length values"

Thank you, Ingo!  Now I know WHY Uwe's fix worked and it's now set in my mind 
so I'll know that until browsers are routinely supporting the css2.1 spec I 
should use the 2.0 - especially for body backgrounds! I'm also suitably 
chastized for not checking the spec in the first place. Such a small little 
thing to make such a big difference in one browser!

I love this list . . . bj



---
avast! Antivirus: Outbound says I'm squeaky clean.
Virus Database (VPS): 0528-5, 07/15/2005
Tested on: 7/16/2005 5:27:32 PM


______________________________________________________________________
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