 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
marcbkk
Joined: 12 Jan 2005 Posts: 1
|
Posted: Wed Jan 12, 2005 7:10 pm Forced HTML Scrolling Question |
|
|
|
Hi,
I am wondering if it is possible to setup two commands as part of the same function.
First I want to remove the scroll bars on my mainFram in a Frame Set, which I realize is easy to do, but secondly, I would like to force the frame to scroll all the way down to the bottom as it loads. Is that possible?
Basically there is a large gap between the Flash element that lods within the mainFrame and the top frame that contains the navigaiton bar at the top.
Since it seems that the flash element will always put this space above the display area I would like to force the frame to scroll all the way down as it loads. Ideally it would be best to be able to modify the layout of the Flash element, but I am thinking it might just be simpler to achieve what I want using HTML if that is at all possible.
If this doesn't make any sense the problem I am referring to can be seen here:
http://216.69.150.104/Galleries/Lifestyle/gallery.html
Thank you for your time.
Regards,
marc |
|
chrisxkelley
Joined: 07 Dec 2004 Posts: 246
|
Posted: Sat Jan 15, 2005 1:05 am |
|
|
|
to get the frame to scroll all the way down try using an anchor at the bottom of the page like so:
| Code: |
<a name=".bottomanchor"></a>
|
then using a body onLoad tag for the new page, or an onClick if you are just clicking a link to do this. example:
| Code: |
<body onLoad="#bottomanchor">
|
i'm not sure if that's exactly the right syntax, or if its what you are wanting to do, but i think it is...haha
let me know |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|