jfkse7en
07-12-2007, 02:42 AM
1) Script Title:
Floating Menu Script
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/staticmenu.htm
3) Describe problem:
I had the floating menu running perfectly on my htm page. (e.g. contentpage.htm)
But somehow, i need to load this content page within an iframe of another page (e.g. main.htm).
After putting it there, the scrolling does not worked.
The code in the main page is as follows:
<iframe name="the_iframe" onLoad="calcHeight();" scrolling="no" width="750" id="the_iframe" src="contentpage.htm" frameborder="0" allowtransparency="true"></iframe>
does it mean that the scrolling menu is not supposed to work within an iframe? any getaround to this situation?
thanks,
jfk.
Floating Menu Script
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/staticmenu.htm
3) Describe problem:
I had the floating menu running perfectly on my htm page. (e.g. contentpage.htm)
But somehow, i need to load this content page within an iframe of another page (e.g. main.htm).
After putting it there, the scrolling does not worked.
The code in the main page is as follows:
<iframe name="the_iframe" onLoad="calcHeight();" scrolling="no" width="750" id="the_iframe" src="contentpage.htm" frameborder="0" allowtransparency="true"></iframe>
does it mean that the scrolling menu is not supposed to work within an iframe? any getaround to this situation?
thanks,
jfk.