Sliding Menu2. Obtain the Script |
|
Join the DiscussionMore of this FeatureTo add a sliding menu to your web page you first need to select the code from the text box below (there is a highlight all button beneath it to make this easier) and copy it into a file called slideh.js. You also need to obtain the stylesheet code by selecting the code from the text box below and copy it into a file called slide.css. The next step is to link these two files into the head of your page using the following code:
<script type="text/javascript"
src="slideh.js">
</script> <link rel="stylesheet" href="slide.css" type="text/css" /> Now all that remains is to create your menu.
Introduction | The Script |
Make Your Menu
|

