Back To Top button that stays on bottom of screen?

T

Trevor Lawrence

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>
 
M

MikeR

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
 
S

Susan

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
 
S

Stefan B Rusynko

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
| >
 
S

Susan

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top