Results 1 to 8 of 8

Thread: DHTML menu in left frame - sub menu hidden by right frame

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    Hampton Beach
    Posts
    513

    Question 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

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    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.
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    Hampton Beach
    Posts
    513
    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

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    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.
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    Hampton Beach
    Posts
    513
    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?

  6. #6
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    Unfortunatly no.... sounds like it's trying to do some recursion and fills the stack space....
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    Hampton Beach
    Posts
    513
    If I could resolve this err msg.. I would use it in a heartbeat!

  8. #8
    New Member
    Join Date
    May 2003
    Posts
    11
    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
  •  



Click Here to Expand Forum to Full Width