http://www.dynamicdrive.com/dynamicindex1/hover.htm
how can I create a class for selected state. Will look like hover but will be the selected one
thank you
http://www.dynamicdrive.com/dynamicindex1/hover.htm
how can I create a class for selected state. Will look like hover but will be the selected one
thank you
Change:
Add the highlighted.Code:.hovermenu ul li a:hover, .hovermenu ul li a.active{ background-color: #FFE271; border-style: outset; }
Then in the link add the class active:
Code:<li><a href="http://www.dynamicdrive.com"class="active">Dynamic Drive</a></li>
Jeremy | jfein.net
Bookmarks