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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dropdown menu help 1

Status
Not open for further replies.
The submenu of now playing is not a descendant of the Now Playing list item but simply a sibling. Make sure it is nested inside the <li> element. In your code it was not:
Code:
<li class="submenu"><a href="/shows/nowplaying.php">Now Playing &gt;</a>[s][red]</li>[/red][/s]
	  <ul class="level3">
	    <li><a href="/shows/nowplaying.php#synopsis">Synopsis</a></li>
		<li><a href="/shows/nowplaying.php#cast">Cast</a></li>
		<li><a href="/shows/nowplaying.php#crew">Crew</a></li>
	  </ul>
        [blue][b]</li><[/b][/blue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top