| Posted by Animesh K on 11/01/07 23:10 
Blinky the Shark wrote:> Harlan Messinger wrote:
 >> Reshma wrote:
 >>> Hello:
 >>>
 >>> I am new to HTML and CSS. I came across this block of code, .link{
 >>> color:#269;
 >>> display:block;
 >>> margin:4px 0 0 0;
 >>> padding:2px 1em;
 >>> }
 >>>
 >>> I am wondering what is the equivalent hex code for the color:#269 in
 >>> the above.
 >> A three-digit RGB code #xyz is shorthand for a six-digit hex code
 >> #xxyyzz. So, #226699.
 >
 > I did not know that; I always use six-digit.  How is browser support?
 >
 
 Since this method is used at CSS Zen garden too, I think it will have a
 good cross-browser support. Dave and Molly typically test Zen garden
 designs on various browsers before publishing (or so they claim).
  Navigation: [Reply to this message] |