PDA

View Full Version : HOWTO?:resizable areas without framesets


wac
02-20-2003, 06:28 PM
With framesets you can designate a frame to be resizable. Is there a way to do this without using framesets???

I know I can write some DHTML code to make a horizontal rule draggable and resize divs above and below it, but if there's an easier way, that would be most excellent.

brothercake
02-22-2003, 02:09 AM
What is it you want exactly - your page split into drag-resizeable portions but with DIVs rather than FRAMEs?

I think DHTML is the way; no inbuilt mechanism to expose GUI functionality like that ... or rather there is, but frames is it.

wac
02-24-2003, 03:01 PM
That's what I was afraid of, but I thought I'd ask anyway...