Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Topic locked

Problem Solved

Fri Feb 11, 2005 8:59 pm

I'm trying to add a frame to one of my pages so I can jump to any part of the page. Got the links working ok, but the problem is with the length of the frame. It goes off the bottom of the page, but there's no scroll button, making it annoying for anyone visiting the site to use the frame. Is there any alternatives I can use?
Last edited by Urthdigger on Wed Feb 16, 2005 6:18 pm, edited 1 time in total.

Fri Feb 11, 2005 10:12 pm

Code:
<iframe style='width: Xpx; height: Xpx; overflow: auto;'>
</iframe>

i believe thats what u want. Just replace capital X with the right values. If your using normal frames then all u need is the style part in the frame tag.

Mon Feb 14, 2005 1:17 pm

I tried your idea, but couldn't really find anything that looked like that. I did find something that said "scrolling="no"" so I changed it to yes. That fixed it :P

Wed Feb 16, 2005 5:05 am

hmm im not quite sure what ur saying, but could you post the link to ur website? then i might be able to help more

Wed Feb 16, 2005 6:17 pm

I'm saying I fixed it.
Topic locked