> Your syntax is wrong, its
Who's syntax is wrong?
http://cfaj.freeshell.org/google/
> border: width color style
> not
> border: color width style.
According to the CSS 2 spec:
'border'
Value:[ <'border-width'> || <'border-style'> || <color> ] | inherit
and
"A double bar (||) separates two or more options: one or more of them
must occur, in any order."
So border: width color style is fine.

Signature
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Adam Risser - 28 Apr 2006 19:33 GMT
Ah, I never realized you could switch the order because nobody ever
does :P