At the moment I have a layer than scrools top to bottom and back again if the content within it exceeds the page, however this is proving to be a unusable.
So I thought about rotating between layers automatically, display layer 1 for 10 secs then layer 2 for 10 secs, back to layer 1 etc.
Using asp I can create these layers if they are needed i.e. say each page can only display 5 records on the screen and there are 8 in total
<div id='layer1'>
row 1
row 2
row 3
row 4
row 5
</div>
<div id='layer2'>
row 6
row 7
row 8
</div>
Can someone help or point me in the right direction with the javascript to change the visibility of these layers automatically?
Thanks
So I thought about rotating between layers automatically, display layer 1 for 10 secs then layer 2 for 10 secs, back to layer 1 etc.
Using asp I can create these layers if they are needed i.e. say each page can only display 5 records on the screen and there are 8 in total
<div id='layer1'>
row 1
row 2
row 3
row 4
row 5
</div>
<div id='layer2'>
row 6
row 7
row 8
</div>
Can someone help or point me in the right direction with the javascript to change the visibility of these layers automatically?
Thanks