Hi:
I have this line in my css:

.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none;
color:#000; width:90px; height:20px; text-align:center; color:#fff;
background:#ff0000; line-height:20px; font-size:16px; font-weight: 800;
overflow:hidden;}

and I want to be able to override the width parameter for specific
instances. I believe I should do something like this:

.menu ul #AB (width: 5em;)

where I would have a ul elt with a name of AB. But that, of course, doesn´t
work. What do?
TIA,
Victor
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to