Posted by Desmond on 04/09/07 10:55
Is it possible to det the bacground colour of text without setting the
entire background.
I have menu items and the current item is set at #777777 but setting
the background
to background: #99E7E7; sets the whole of the menu not just the text.
as in .....
#tabnav li
{ margin: 0;
padding: 0;
display:list-item;
list-style-type: none;
/* background: #99E7E7; */
color: #777777;
}
Desmond.
Navigation:
[Reply to this message]
|