Closed Thread Icon

Topic awaiting preservation: Can I change an html frames' properties using javascript, ie - make it have scrolling capabilites? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=21331" title="Pages that link to Topic awaiting preservation: Can I change an html frames&amp;#039; properties using javascript, ie - make it have scrolling capabilites? (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Can I change an html frames&#039; properties using javascript, ie - make it have scrolling capabilites? <span class="small">(Page 1 of 1)</span>\

 
sideout
Bipolar (III) Inmate

From: Hull, Que, Can
Insane since: Feb 2004

posted posted 04-13-2004 22:24

Is this a job for css or am I way off thinking its possible?


Thanks alot,

sideout

poi
Paranoid (IV) Inmate

From: France
Insane since: Jun 2002

posted 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.

Hope that helps,

sideout
Bipolar (III) Inmate

From: Hull, Que, Can
Insane since: Feb 2004

posted posted 04-14-2004 14:39

Thanks alot, I'll give it a try,

sideout

poi
Paranoid (IV) Inmate

From: France
Insane since: Jun 2002

posted 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 :

parent.document.getElementById( "contentFrame" ).scrolling = "yes";

« BackwardsOnwards »

Show Forum Drop Down Menu