|
-
Apr 23rd, 2003, 02:15 PM
#1
Thread Starter
Fanatic Member
DHTML menu in left frame - sub menu hidden by right frame
I am using this DHTML menu from:
http://www.siteexperts.com/tips/styles/ts20/page1.asp
My page is made up of a left and a right frame. The menu appears in the left frame but when the submenu appears it is hidden by the right frame. Is there a way to avoid widening the left frame? Is there a work around for this...
John
-
Apr 23rd, 2003, 02:34 PM
#2
I don't think it can be done because the sub menu belongs as part of the left frame's page.... But, if you haven't already done so, check out http://www.dynamicdrive.com -- there might be something there you can use.
-
Apr 23rd, 2003, 02:45 PM
#3
Thread Starter
Fanatic Member
I tried Dynamic drive... there is a liecense issue... it took 2 weeks for them to get back to me and then they need to see my web site.. etc... too much hassle
-
Apr 23rd, 2003, 02:52 PM
#4
Originally posted by JohnSmith
I tried Dynamic drive... there is a liecense issue... it took 2 weeks for them to get back to me and then they need to see my web site.. etc... too much hassle
What license issue? All of their stuff is free to use, all you have to do is include the proper text in the source code.....
From DynamicDrive (FAQ -- Usage)
Users may use any of the scripts found on Dynamic Drive on both personal and commercial web sites, free of charge.
-
Apr 23rd, 2003, 02:55 PM
#5
Thread Starter
Fanatic Member
I keep getting an error when I run the menu (dynamicdrive)..
I get this as an error:
Error msg: An exception of type 'Microsoft jscript runtime error: out of stack space' was not handled.
error is in mmenu.js
The word Oload() is highlighted
function mOL(){if(!ns61&&ns6||ns6hif){Minit()}MLoaded=1;if(Oload)Oload();if(loadWait||opra){for(x=0;x<parr.le ngth;x++){fixb("menu"+parr[x]);popup(parr[x])}}sis();MScan();if(!opra)MLoaded++;}
Do you know how to resolve this?
-
Apr 23rd, 2003, 03:10 PM
#6
Unfortunatly no.... sounds like it's trying to do some recursion and fills the stack space....
-
Apr 23rd, 2003, 03:12 PM
#7
Thread Starter
Fanatic Member
If I could resolve this err msg.. I would use it in a heartbeat!
-
May 27th, 2003, 04:44 AM
#8
New Member
i would use something like this
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td width="8%">menu bar here</td>
<td width="82%"><iframe src="html.html" width="80%" height="100%"></iframe></td>
</tr>
</table>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|