PDA

View Full Version : Force scrollbars in IE


fat_dog
12-08-2002, 08:33 PM
Hi !

I'm having problems getting a vertical scrollbar to appear in my left hand menu frame. Is there a code I can insert to force the vertical scroll bar?

Thanks for any help... DC

Algorithm
12-09-2002, 12:27 AM
<frame src="leftmenu.html" scrolling="yes" />

pilla
12-09-2002, 12:30 AM
Something like

<frameset cols="30%, 70%">
<frame src="left.htm" name="left" scrolling=auto>