Here's the problem:
Your framset page looks like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
        <title>CF Enterprise Manager</title>
        <link rel="stylesheet" type="text/css" href="styles/cfem.css">
</head>


<frameset cols="250px,*" border="0" frameborder="no" framespacing="0">
        <frame name="left" src="left.cfm" marginwidth="0" marginheight="0">
        <frame name="mainframe" src="runquery.cfm" marginwidth="0"
marginheight="0">
</frameset>

<noframes>
<body>

</body>
</noframes>


Notice the body tag is only envoked when the browser doesn't support frames.
Unfortunately, layers need to be inside the body tag...

Too bad iframe is only supported by newer browsers...  One technique I have
seen is to hide and show the objects depending on the layer showing.

Still a pain though.


-----Original Message-----
From: Paul Ihrig [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, April 05, 2001 11:48 AM
To: CF-Talk
Subject: RE: DHTML Menu :: Spanning frameset?


here is the example i speak of.
http://www.columbus.nbbj.com/Dhtml/Default.htm

how would i put the sub menu in the frame set for the main page with the
corporate Babel? also if i did that would the linked pages to that main
frame set keep the sub menu intact?

any advice would be Superb!
thank you!

-paul

Web Developer, NBBJ
Work:   [EMAIL PROTECTED]
        614 241-3534
fax:    614 485-5534

Home:   [EMAIL PROTECTED]
        614 449-1681

> icq:  47658358


-----Original Message-----
From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 05, 2001 12:58 PM
To: CF-Talk
Subject: RE: DHTML Menu :: Spanning frameset?


Hey Paul.  I had some other problems as well with DHTML menus, and
unfortunately, there are no workarounds.

DHTML menus appear under IFRAMEs and SELECT boxes.  Because you're loading
two different pages, there is no workaround other than creating a layer in
the other fram that you want the layer to appear in...  Becauase in a normal
framset, your framesets occur in the head of the page, not the body, I don't
think you can put layers inside of the head tags successfully...

Good luck...  Hope you find a better answer =)

-----Original Message-----
From: Paul Ihrig [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, April 05, 2001 8:08 AM
To: CF-Talk
Subject: OT: DHTML Menu :: Spanning frameset?


ok.
i have a dhtml menu in my left frame set.
is there a way that i can have the sub menus overlap the main frame or right
frame?

right now in the left frame nav, if i open a few sub menus they are
partially hidden due to the next frameset. i would like the sub menu on top
of all the frames?

any ideas?
please advise..

thank you

-paul

Web Developer, NBBJ
Work:   [EMAIL PROTECTED]
        614 241-3534
fax:    614 485-5534

Home:   [EMAIL PROTECTED]
        614 449-1681

> icq:  47658358
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to