ChaS3
03-07-2005, 04:11 PM
Is there a way to stick my javascript calls to a menu such as :
Code:
<script type='text/javascript'>function Go(){return}</script>
<script type='text/javascript' src='coils.js'></script>
<script type='text/javascript' src='ersemenu_com.js'></script>
inside layer tags to keep the menu visible at all times while a user scrolls down the page? I have the background image set to Fixed so the user can scroll down the page and the background stays constant and does not move, however the menu located on the side scrolls along with the page making it invisble after the user scrolls so far down the page, I do not want to use frames for this page.
Code:
<script type='text/javascript'>function Go(){return}</script>
<script type='text/javascript' src='coils.js'></script>
<script type='text/javascript' src='ersemenu_com.js'></script>
inside layer tags to keep the menu visible at all times while a user scrolls down the page? I have the background image set to Fixed so the user can scroll down the page and the background stays constant and does not move, however the menu located on the side scrolls along with the page making it invisble after the user scrolls so far down the page, I do not want to use frames for this page.