Topic awaiting preservation: Can I change an html frames' properties using javascript, ie - make it have scrolling capabilites? |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Hull, Que, Can |
posted 04-13-2004 22:24
Is this a job for css or am I way off thinking its possible? |
Paranoid (IV) Inmate From: France |
posted 04-13-2004 22:37
sideout: The only CSS-y way to toggle the scrolling capabilities of a frame is to change the style.overflow property of the body of the frame. |
Bipolar (III) Inmate From: Hull, Que, Can |
posted 04-14-2004 14:39
Thanks alot, I'll give it a try, |
Paranoid (IV) Inmate From: France |
posted 04-14-2004 17:06
If changing the style.overflow property do not work, you may try to update the scrolling attribute of the frames themsevles by doing something like : |