Hover Menu3. Get the Stylesheet |
|
Join the DiscussionMore of this FeatureFor the script to work we also need to add some stylesheet commands to our page. Here is what you need. Copy the stylesheet code and save it to an external file. I called mine hovmenu.css. We can now link both the Javascript and the stylesheet into the head of our web page using the following code:
<script type="text/javascript"
src="hovmenu.js"></script>
<link rel="stylesheet" href="hovmenu.css" type="text/css" /> All that remains now is to create the hover menu itself. |

