Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help with a list element

Status
Not open for further replies.

Seminara

Technical User
Jun 9, 2005
36
GB
Hi all

I simply want the top parent link to have the '#leftmenu .active1' attribute applied to it - not it's child as well as can be seen here:


'Property Form' should not have the graphic background visible. What am I do wrong?

Thanks in advance!
 
Problem solved - needed to apply the attribute to the 'a' instead of the 'li':

<li><a class="active1" href="add_property.html" target="_self"><span>2: Add Property&nbsp;</span> <img src="../images/bullet_vertical.gif" alt="" width="6" height="10" /></a>
<ul>
<li><a href="add_property2.html" target="_self"><span>- </span>Property Form </a></li>
</ul>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top