|
|
Line 1: |
Line 1: |
- | <html> | + | <ul id="nav"> |
- | <link rel="stylesheet" type="text/css" href="anylinkmenu.css" /> | + | <li><a href="#">Percoidei</a> |
| + | <ul> |
| + | <li><a href="#">Remoras</a></li> |
| + | <li><a href="#">Tilefishes</a></li> |
| + | <li><a href="#">Bluefishes</a></li> |
| + | <li><a href="#">Tigerfishes</a></li> |
| + | </ul> |
| + | </li> |
| | | |
- | <script type="text/javascript" src="menucontents.js"></script> | + | <li><a href="#">Anabantoidei</a> |
| + | <ul> |
| + | <li><a href="#">Climbing perches</a></li> |
| + | <li><a href="#">Labyrinthfishes</a></li> |
| + | <li><a href="#">Kissing gouramis</a></li> |
| + | <li><a href="#">Pike-heads</a></li> |
| + | <li><a href="#">Giant gouramis</a></li> |
| + | </ul> |
| + | </li> |
| | | |
- | <script type="text/javascript" src="anylinkmenu.js"> | + | </ul> |
- | | + | |
- | /***********************************************
| + | |
- | * AnyLink JS Drop Down Menu v2.0- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
| + | |
- | * This notice MUST stay intact for legal use
| + | |
- | * Visit Project Page at http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm for full source code
| + | |
- | ***********************************************/
| + | |
- | | + | |
- | </script>
| + | |
- | | + | |
- | <script type="text/javascript">
| + | |
- | | + | |
- | //anylinkmenu.init("menu_anchors_class") //Pass in the CSS class of anchor links (that contain a sub menu)
| + | |
- | anylinkmenu.init("menuanchorclass")
| + | |
- | | + | |
- | </script>
| + | |
- | | + | |
- | <!--1st anchor link-->
| + | |
- | | + | |
- | <p><a href="http://www.dynamicdrive.com" class="menuanchorclass" rel="anylinkmenu1">Default Example</a></p>
| + | |
- | | + | |
- | | + | |
- | <!--2nd anchor link-->
| + | |
- | | + | |
- | <p><a href="http://www.dynamicdrive.com" class="menuanchorclass someotherclass" rel="anylinkmenu2[click]" rev="lr">Right dropping menu</a> (click to reveal)</p>
| + | |
- |
| + | |
- | | + | |
- | <!--3rd anchor link-->
| + | |
- | | + | |
- | <p style="text-align:center"><a href="http://www.dynamicdrive.com" class="menuanchorclass myownclass" rel="anylinkmenu3">Menu with multiple columns</a></p>
| + | |
- |
| + | |
- | <!--4th anchor link-->
| + | |
- | | + | |
- | <p><a href="http://www.dynamicdrive.com" class="menuanchorclass" rel="anylinkmenu4" data-image="http://i44.tinypic.com/2mni3yx.gif" data-overimage="http://i43.tinypic.com/24fycd5.gif"><img src="http://i44.tinypic.com/2mni3yx.gif" style="border-width:0" /></a></p>
| + | |