i have frames set to no scrolling, can i have a certain page that allows scrolling? or anything analogous
Printable View
i have frames set to no scrolling, can i have a certain page that allows scrolling? or anything analogous
I'm assuming you are talking about different frames...
Hope this is what you are looking for.Code:<frameset cols="25%, 75%">
<frame src="page1.html" scrolling="no">
<frame src="page2.html" scrolling="yes">
</frameset>
i mean for a specific page, that is launched from a sidemenu into the main frame. The rest should show wihtout scrollbar
Well, the only way I can think of is to set scrolling to "auto".
thanks, not really what i was looking for, but it's better than nothing
i think i know what you are talking about
for the pages that you do want to scroll, put <body scroll=yes>
for the ones that dont scroll <body scroll=no>
you should know what i am talking about, just tell me if you dont cos i know exactly what you are talking about. ;)
thanks, you knew exactly what i was talking about ;)