Re: hexadecimal or RGB?
..oO(paperface22)
>I see a lot of code using RGB verses hexadecimal.
>
>What is best for most browsers?
Shouldn't make any difference in modern browsers. RGB might be easier to
do some calculations with, because it's the more familiar number system.
The hex version is shorter and often more convenient for programmers.
Micha
|