Where's Lady Gaga when you need her!?

 

Re: www.draftingservices.com

 

This is a "tinkering with my site" day. My nav bar on the left has two list
items:

 

<li id="t-listheader1">

and

<li id="t-listheader2">

 

Well, the CSS for these are exactly the same, so I tried to make them a
class by changing them both to:

 

<li class="NavHeader">

 

And my CSS from:

 

#navtwocontainer #t-listheader1 { }

#navtwocontainer #t-listheader2 { }

 

to only:

 

#navtwocontainer .NavHeader { }

 

How come it didn't work? - Thanks if you have the minute! =)

 

Sincerely,

Brian

 

 

 

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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