Page 1 of 1

Antonio

PostPosted: Thu Nov 05, 2009 12:41 pm
by antonio
I have a little question.

http://www.dhtmlgoodies.com/scripts/sli ... menu2.html

I used the slide down menu and i want to a class style to a link who is active.

something like this:

<li id="initialExpandedMenuItem" class="this"><a href="#">Download</a></li>

my css:

a.this {
background-color: #ffff00!important;
font-weight: bold;
text-decoration: underline;
}


But it's not work. Somewone can help me?!

ok ok

PostPosted: Thu Nov 05, 2009 12:45 pm
by antonio
i have put to:

<li id="initialExpandedMenuItem"><a href="#" class="this">Download</a></li>

and it's not work to