Forum Moderators: not2easy

Message Too Old, No Replies

ID assigned to a link

         

guiroo

3:51 am on Jun 1, 2005 (gmt 0)

10+ Year Member



Well this seems easy but I can't get it to work - I'm also not sure how to ask. I'm working with a CMS and I'm trying to assign the style of the active_menu. It has an id="active_menu" within the a tag.

<li> <a href="whatever" class="sublevel" id="active_menu">What We Believe</a></li>

I've got all the CSS cascading down from the nav id, to a ul, to a li, to another li but can't get the syntax to assign another ID.

I tried ignoring the context and creating #active_menu {font-weight: bold;} but it doen't work either. Any suggestions?

guiroo

4:02 am on Jun 1, 2005 (gmt 0)

10+ Year Member



nevermind ... I got it.