Yes, I'm a supermoderator. I'm not an administrator, but I like to pretend that I am. I have my own little administrator cape that I like to wear while I browse the forums.
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
<style type="text/css">
body {
background-color:Menu;
color:MenuText;
}
</style>
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
<style type="text/css">
body {
background-color:Menu;
color:MenuText;
}
</style>
oh, sure, put what the real answer is
i kinda assumed that since his site already has css he'd know what to do with it.
Yes, I'm a supermoderator. I'm not an administrator, but I like to pretend that I am. I have my own little administrator cape that I like to wear while I browse the forums.
I was just trying to demonstrate that CSS doesn't force you to play the control freak. You can use the various system colors so that the page will suit the tastes and needs of each user.
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
I was just trying to demonstrate that CSS doesn't force you to play the control freak. You can use the various system colors so that the page will suit the tastes and needs of each user.
?????
what exactly does that Menu/Menutext set the color to?
Yes, I'm a supermoderator. I'm not an administrator, but I like to pretend that I am. I have my own little administrator cape that I like to wear while I browse the forums.
what exactly does that Menu/Menutext set the color to?
To the colors that the user's system uses for a menu and its text. Am I the only one here who keeps a copy of the CSS2 specification by the side of the commode?
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
Yes, I'm a supermoderator. I'm not an administrator, but I like to pretend that I am. I have my own little administrator cape that I like to wear while I browse the forums.
Yes, I'm a supermoderator. I'm not an administrator, but I like to pretend that I am. I have my own little administrator cape that I like to wear while I browse the forums.
Hex colours work like so #RRGGBB, so #ff0000 would be all red with no blue or green. (one uses 0-f instead of 0-9 to save space, so ff is 256.)
Disclaimer. (1) Whilst I will help you sometimes, if I feel like it, and my advice in relation to your actual question will be of good quality: my posts are to be taken with a pinch of salt. I will be sarcastic, deploy irony and include obscure cultural references for my own amusement without warning.
(2) You will gain nothing from complaining, and if you try to argue with me then you will not win. No matter how noble your battle seems, I am still better than you, don't be an hero.
Or, for "web safe" colors use #rgb - where "#f00" is the same as "#ff0000".
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
Nope. There's probably a space where it asks for your background colour (where you'd put #f00 or just f00) or where you can go strait in and edit your HTML, in which case find the style element and squeese in the code we gave you firt time around.
Disclaimer. (1) Whilst I will help you sometimes, if I feel like it, and my advice in relation to your actual question will be of good quality: my posts are to be taken with a pinch of salt. I will be sarcastic, deploy irony and include obscure cultural references for my own amusement without warning.
(2) You will gain nothing from complaining, and if you try to argue with me then you will not win. No matter how noble your battle seems, I am still better than you, don't be an hero.
Bookmarks