What does this mean ?

C

Chris Leonard

Hi.

I've been looking at CSS and menu lists in particular. I've found a nice
menu setup I like but rather than just rip it off and make the necessary
changes I started to look at how it worked. I'm getting the hang, slow but
sure, but one thing is bugging me, I can't figure what it means.

Here's the lines.

#menulist li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

OK, I understand the class bit and event the margin, I event understand the
border-bottom. But what is #90bade ??

Any one help please ....

TIA

Chris
 
K

kayodeok

But what is #90bade ??

Its the color in hexadecimal code which runs from 0 to f:
0123456789abcdef

#000000 is black, #ffffff is white, #90bade is somewhere inbetween

On my PC, #90bade is a dusky shade of blue
 
C

Chris Leonard

OK, I understand the class bit and event the margin, I event understand
the
border-bottom. But what is #90bade ??
Arrrrrrrrrrrrrrr OK, OK I'm a moron! It's a damn colour!!
 
S

Sid Ismail

On Fri, 19 Sep 2003 19:14:05 +0000 (UTC), "Chris Leonard"

: #menulist li
: {
: border-bottom: 1px solid #90bade;
: margin: 0;
: }
:
: OK, I understand the class bit and event the margin, I event understand the
: border-bottom. But what is #90bade ??

The color in hex format: RRGGBB
Have a look at: http://ngwww.ucar.edu/projects/csmproc/colors.html

Sid
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,079
Messages
2,570,574
Members
47,206
Latest member
Zenden

Latest Threads

Top