BJ schrieb:
http://kickasswebdesign.com/wptest/
...Help!


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"

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