Back To Top button that stays on bottom of screen?

  • Thread starter Thread starter Susan
  • Start date Start date
I am not sure why a button would not stay at the bottom, but try changing

</body>

to

<div align="center">
<input type="button" value="Top" title="Top"
onclick="location.href='#top'"/>
</div>
</body>
 
Trevor said:
I am not sure why a button would not stay at the bottom, but try changing

</body>

to

<div align="center">
<input type="button" value="Top" title="Top"
onclick="location.href='#top'"/>
</div>
</body>
I think she means always visible.
Mike
 
Yes, Mike. Thank you. I'm sorry I didn't know just how to say that. I don't
know the words to use to clarify what I wanted. But yes, I am looking for a
button that will stay 'docked' or 'static' on the bottom of the user's screen
so they can always go right back to the top of the page no matter how far
they have scrolled down.

If anyone can help, I'd greatly appreciate it!

Susan
 
Take a look at
http://www.dynamicdrive.com/dynamicindex4/flyimage2.htm

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Yes, Mike. Thank you. I'm sorry I didn't know just how to say that. I don't
| know the words to use to clarify what I wanted. But yes, I am looking for a
| button that will stay 'docked' or 'static' on the bottom of the user's screen
| so they can always go right back to the top of the page no matter how far
| they have scrolled down.
|
| If anyone can help, I'd greatly appreciate it!
|
| Susan
| --
| Thanks in advance for your help!
|
|
| "MikeR" wrote:
|
| > Trevor Lawrence wrote:
| > > I am not sure why a button would not stay at the bottom, but try changing
| > >
| > > </body>
| > >
| > > to
| > >
| > > <div align="center">
| > > <input type="button" value="Top" title="Top"
| > > onclick="location.href='#top'"/>
| > > </div>
| > > </body>
| > >
| > I think she means always visible.
| > Mike
| >
 
That's great. Now I just want to figure out how to get that image to stay in
place at the bottom right hand corner of the screen, rather than floating up
and down.
 
Back
Top