Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Keeping scroller at the bottom of the screen... 1

Status
Not open for further replies.

arudeguy

IS-IT--Management
May 31, 2003
6
0
0
US
I need to be able to keep a scroller at the bottom of the screen. In other words, no matter how long the page, the scroller always stays at the bottom of the screen as a seperate object.

I have the script(s) for the scroller and have it working fine. The ideal situation would be to use frames, but that won't be possible.

Any ideas?

Thanks in advance.
 
<body scroll=no leftmargin=0 topmargin=0 marginwidth=0 marginheight=0
onload=&quot;document.getElementById('content').style.height=document.body.clientHeight-30&quot;
onresize=&quot;document.getElementById('content').style.height=document.body.clientHeight-30&quot;>
<div id=&quot;content&quot; style=&quot;position:relative;padding:10pxwidth:100%;height:100%;overflow:scroll;&quot;>

Content goes here

</div id=&quot;content&quot;>
<div style=&quot;position:relative;width:100%;height:30px;&quot;>

<marquee>Scroller goes here</marquee>

</div>

Adam
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top