|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I see a lot of code using RGB verses hexadecimal.
What is best for most browsers? Thanks, jeff |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Makes no difference. But I do not see much use of RGB....
-- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "paperface22" <webforumsuser@macromedia.com> wrote in message news:g4b3ev$189$1@forums.macromedia.com... >I see a lot of code using RGB verses hexadecimal. > > What is best for most browsers? > > Thanks, > jeff |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Count the number of characters required to define a color.
color: rgb (255,255,255) = up to 16 characters color: #FFFFFF = 7 characters max. Hex is more efficient code-wise. --Nancy O. Alt-Web Design & Publishing www.alt-web.com "paperface22" <webforumsuser@macromedia.com> wrote in message news:g4b3ev$189$1@forums.macromedia.com... > I see a lot of code using RGB verses hexadecimal. > > What is best for most browsers? > > Thanks, > jeff |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
..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 |
|
![]() |
| Outils de la discussion | |
|
|