wahsaga: MSIE 6: filter:glow() (wer kann mal testen?)

Beitrag lesen

hi,

ergänzend der link zur w3c-spec, hier findest du's auch "offiziell":
http://www.w3.org/TR/REC-CSS1#color-units

"The format of an RGB value in hexadecimal notation is a '#' immediately followed by either three or six hexadecimal characters. The three-digit RGB notation (#rgb) is converted into six-digit form (#rrggbb) by replicating digits, not by adding zeros. For example, #fb0 expands to #ffbb00. This makes sure that white (#ffffff) can be specified with the short notation (#fff) and removes any dependencies on the color depth of the display."

gruss,
wahsaga