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
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