Click here to Skip to main content
15,922,630 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Colour Format (Please help) Pin
Christian Graus30-Jun-05 17:37
protectorChristian Graus30-Jun-05 17:37 
GeneralRe: Colour Format (Please help) Pin
llp00na30-Jun-05 23:16
llp00na30-Jun-05 23:16 
GeneralRe: Colour Format (Please help) Pin
Christian Graus1-Jul-05 20:07
protectorChristian Graus1-Jul-05 20:07 
GeneralRe: Colour Format (Please help) Pin
Guffa2-Jul-05 6:48
Guffa2-Jul-05 6:48 
GeneralRe: Colour Format (Please help) Pin
Christian Graus3-Jul-05 11:28
protectorChristian Graus3-Jul-05 11:28 
GeneralRe: Colour Format (Please help) Pin
Guffa3-Jul-05 12:11
Guffa3-Jul-05 12:11 
GeneralRe: Colour Format (Please help) Pin
Christian Graus3-Jul-05 12:48
protectorChristian Graus3-Jul-05 12:48 
GeneralRe: Colour Format (Please help) Pin
Guffa3-Jul-05 13:23
Guffa3-Jul-05 13:23 
Christian Graus wrote:
Because it's not remotely logical and intuitive.

Perhaps, but it's not less logical and intuitive than the six digit color code.

Christian Graus wrote:
Because I assumed that the value was just being passed as it stands. That would be logical. 5 is the same a 005 is the same as 000005.

That would be true if the color code would be a single value, but it is a composite of three separate values.

Christian Graus wrote:
Just that you're lecturing me about how colours are specified in windows, and the odds are small that you know more about it than me overall, even though it seems that you're right in this case ( at least I assume you are ), and the way you specify colours in HTML is completely at odds with what seems logical to anyone who writes code, or reads numbers in general.

If you got the impression that I was lecturing you, I apologise. The information was presented in general for anyone that is reading the message board. How the colors are specified in html and css does not really have much to do with how the colors are specified in windows.

If you want a more logical way do define a color, there is: #fff or #ffffff can also be written as: rgb(255,255,255).

Christian Graus wrote:
It's equally simple, assuming that you want to use only colours that factor to 11, and you understand how they work.

No, the three digit code is simpler. You don't really have to understand how hexadecimal numbers work to use it. To use the six digit code, you have to understand how a two digit hexadecimal number translates into a value.

---
b { font-weight: normal; }

GeneralRe: Colour Format (Please help) Pin
fakefur3-Jul-05 15:33
fakefur3-Jul-05 15:33 
GeneralRe: Colour Format (Please help) Pin
Guffa4-Jul-05 1:47
Guffa4-Jul-05 1:47 
GeneralPer-user web directories in IIS Pin
Adam Durity30-Jun-05 8:44
Adam Durity30-Jun-05 8:44 
Generaldynamic tree structure table (jscript & xml) Pin
minette30-Jun-05 1:19
minette30-Jun-05 1:19 
Generaljavascript Pin
Anonymous30-Jun-05 0:52
Anonymous30-Jun-05 0:52 
GeneralRe: javascript Pin
Guffa30-Jun-05 2:14
Guffa30-Jun-05 2:14 
GeneralWord 2003 automation problem in web service Pin
hrdegroot29-Jun-05 20:36
hrdegroot29-Jun-05 20:36 
QuestionHow to resize a web page ? Pin
rushing29-Jun-05 19:47
rushing29-Jun-05 19:47 
Generaljavascript Pin
cmarmr29-Jun-05 6:48
cmarmr29-Jun-05 6:48 
GeneralRe: javascript Pin
StylezHouse29-Jun-05 7:44
StylezHouse29-Jun-05 7:44 
GeneralRe: javascript Pin
cmarmr29-Jun-05 8:06
cmarmr29-Jun-05 8:06 
GeneralRe: javascript Pin
Guffa29-Jun-05 8:43
Guffa29-Jun-05 8:43 
GeneralRe: javascript Pin
cmarmr29-Jun-05 14:30
cmarmr29-Jun-05 14:30 
GeneralRe: javascript Pin
Guffa30-Jun-05 2:23
Guffa30-Jun-05 2:23 
GeneralProblem in setting the Date using Calendar control Pin
just4ulove729-Jun-05 4:38
just4ulove729-Jun-05 4:38 
GeneralRe: Problem in setting the Date using Calendar control Pin
Christian Graus29-Jun-05 11:58
protectorChristian Graus29-Jun-05 11:58 
GeneralRe: Problem in setting the Date using Calendar control Pin
just4ulove729-Jun-05 12:08
just4ulove729-Jun-05 12:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.