1) Drop Down Tab Menu
2) http://www.dynamicdrive.com/dynamici...roptabmenu.htm
3) After implementing the code, I have found that the parent items on the drop down menus don't link! For example, I use the following code:
However, while the link shows up in the browser' status bar when you hover, clicking does nothing!<ul>
<li><a href="laptops.php" rel="dropmenu1" rev="testfield"><font face=Verdana color=black size=2>Notebooks</font></a></li>
<li><a href="desktops.php" rel="dropmenu2"><font face=Verdana color=black>Desktops</font></a></li>
<li><a href="hpc.php" rel="dropmenu3"><font face=Verdana color=black>HPC & Servers</font></a></li>
<li><a href="htpc.php" rel="dropmenu4"><font face=Verdana color=black>Media PCs</font></a></li>
</ul>
Any reason for this? Am I missing something?
Thanks,
loafy



Reply With Quote

Bookmarks