DHTML Layers

2002-03-29 Thread Rick Walters
Hi Everyone, While this is not a Cold Fusion question, someone out there might have run into this problem before. I am creating dynamic javascript to control a set of drop down menus. My problem arises when I have a page with form input fields. Whenever there are form input fields on the

RE: DHTML Layers

2002-03-29 Thread Kwang Suh
:45 AM To: CF-Talk Subject: DHTML Layers Hi Everyone, While this is not a Cold Fusion question, someone out there might have run into this problem before. I am creating dynamic javascript to control a set of drop down menus. My problem arises when I have a page with form input fields. Whenever

RE: DHTML Layers

2002-03-29 Thread Christian Abad
Message- From: Rick Walters [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 10:45 AM To: CF-Talk Subject: DHTML Layers Hi Everyone, While this is not a Cold Fusion question, someone out there might have run into this problem before. I am creating dynamic javascript to control a set

RE: DHTML Layers + Flash!

2002-03-29 Thread Justin Hansen
This is not possible with regular DHTML layers but, I have come up with a solution, but I don't have an example for you. Try putting a flash movie in the layer. It will go over the form fields. It will even (in IE) allow transparency. You can even see the webpage behind/through the menu. Now

RE: DHTML Layers

2002-03-29 Thread Rick Walters
you're using Netscape for this, as in IE the select boxes are system object and thus override everything else on the screen. -Original Message- From: Rick Walters [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 8:45 AM To: CF-Talk Subject: DHTML Layers Hi Everyone, While

Re: DHTML Layers

2002-03-29 Thread Marlon Moyer
Subject: RE: DHTML Layers Rick: Unfortunately, this is a known issue with DHTML. If I remember correctly, it has something to do with browser DOM (Document Object Model). As far as I know, there is no current work around... Anyone have any additional information / updates to this? Thanks

RE: DHTML Layers + Flash!

2002-03-29 Thread Rick Walters
[EMAIL PROTECTED] (800) 604-5227 x 3525 [EMAIL PROTECTED] 03/29/02 11:07AM This is not possible with regular DHTML layers but, I have come up with a solution, but I don't have an example for you. Try putting a flash movie in the layer. It will go over the form fields. It will even (in IE) allow

Re: DHTML Layers + Flash!

2002-03-29 Thread Marlon Moyer
[EMAIL PROTECTED] Sent: Friday, March 29, 2002 10:16 AM Subject: RE: DHTML Layers + Flash! I would love to do the dynamic menus in flash. I never thought to put the flash into a layer. Interesting idea. See though drop down menus could create some very cool effects, especially since you can

RE: DHTML Layers + Flash!

2002-03-29 Thread Justin Hansen
: DHTML Layers + Flash! I would love to do the dynamic menus in flash. I never thought to put the flash into a layer. Interesting idea. See though drop down menus could create some very cool effects, especially since you can animate of the menu. Good Fortune, Richard Walters, Webmaster, Davita

Re: RE: DHTML Layers

2002-03-29 Thread ksuh
that also override everything. Too bad MS's site is such a bear to find information in, or else I'd send you a link. - Original Message - From: Rick Walters [EMAIL PROTECTED] Date: Friday, March 29, 2002 9:12 am Subject: RE: DHTML Layers The layering problem is happening in IE

Re: DHTML Layers

2002-03-29 Thread John Dowdell
The 4.0+ browsers are pretty good at layering static content, such as HTML text or still images. They're not really as good at layering things which can redraw themselves, such as plugins, applets, even some FORM elements, which almost always write directly to the screen. (Marlon had the tip