Forum Moderators: open
Ugly and hard to remember in my opinion. I would, therefore, like to frame that page. I know, I know. Frames are the last thing anyone wants, but hey it's that or a hard-to-remember URL that no one will ever type in.
Anyway, is it possible to make a framed page in which it looks like a normal page? By that I mean that the bottom frame doesn't scroll while the top stays put. I want it to scroll like a regular old page where the top disappears when you scroll to the bottom. I hope someone gets the idea of what I'm talking about.
Please provide me with the code, an explanation, or an example of how this can be done.
Also, any suggestions as an alternative to the horror of horrors that is a framed page would be appreciated.
Thanks!
<frameset rows="0%,100%">
...then the screen will behave as you want - no portion appearing stuck, the whole thing scrolling with one scrollbar.
The only obvious evidence that this is a frame will be that the url in the location bar does not change when links are followed.
Frankly, unless you have a good reason, I would not worry about the url. If you feel you want a more memorable url, or a future-proof one, you would probably be better off using a redirect rather than a frameset.
Kaled.