Re: milonic menu problems

2002-05-31 Thread Ewok

sorry guys I just got in and got the responses to my question.
I suppose it has been fixed in NS6 its the only browser that it doesnt
happen in..
Putting it in a higher indexed layer doesnt help here.
Was kinda trying to avoid the disapearing and reappearing  thing but i guess
ill see what that looks like.
.
maybe i can get a project for a magician?
he'd HAVE to like it


thanks for all your input



- Original Message -
From: Ronald West [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, May 31, 2002 12:09 AM
Subject: RE: milonic menu problems


 We used a slider once and we had the same problem.  Try this:

 1. Create a style for the fields that get in the way.  In that style
define
 the propertie visibility and set it's value to display
 2. Then in your slider code change the value of the visibility property to
 hidden when the slider is visible and then back to display when the
 slider is not visible.

 Should work for both IE and Netscape.

 - Ron


 -Original Message-
 From: Dave Carabetta [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, May 30, 2002 9:30 PM
 To: CF-Talk
 Subject: Re: milonic menu problems


  try putting the menu in a layer with a greater z-index than the rest of
 the
  page.  That should solve it.

 My understanding is that this won't do anything. It has something to do
with
 form elements having an infinite z-index. Has this changed with the latest
 browsers (NS6)?

 Regards,
 Dave.

 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: milonic menu problems

2002-05-31 Thread Shawn Grover

there are other options, but these typically require more overhead.

One option is to use a java applet.  There are a few commercial ones out
there (www.imint.com for one I've used before), or you could roll your own.

Or, you could take another look at your page layout and move the select
boxes or menu to a location that won't overlap (can be painful depending on
how complex your layout is).

On the plus side, I've seen and played with the milonic menus before, and
love it.  I'll probably be using it in a couple sites I'm working on (when I
get to the public part of it).

My two cents worth.

Shawn Grover

-Original Message-
From: Ewok [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 10:35 AM
To: CF-Talk
Subject: Re: milonic menu problems


sorry guys I just got in and got the responses to my question.
I suppose it has been fixed in NS6 its the only browser that it doesnt
happen in..
Putting it in a higher indexed layer doesnt help here.
Was kinda trying to avoid the disapearing and reappearing  thing but i guess
ill see what that looks like.

maybe i can get a project for a magician?
he'd HAVE to like it


thanks for all your input



- Original Message -
From: Ronald West [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, May 31, 2002 12:09 AM
Subject: RE: milonic menu problems


 We used a slider once and we had the same problem.  Try this:

 1. Create a style for the fields that get in the way.  In that style
define
 the propertie visibility and set it's value to display
 2. Then in your slider code change the value of the visibility property to
 hidden when the slider is visible and then back to display when the
 slider is not visible.

 Should work for both IE and Netscape.

 - Ron


 -Original Message-
 From: Dave Carabetta [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, May 30, 2002 9:30 PM
 To: CF-Talk
 Subject: Re: milonic menu problems


  try putting the menu in a layer with a greater z-index than the rest of
 the
  page.  That should solve it.

 My understanding is that this won't do anything. It has something to do
with
 form elements having an infinite z-index. Has this changed with the latest
 browsers (NS6)?

 Regards,
 Dave.



__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: milonic menu problems

2002-05-31 Thread UXB Internet

Ewok,

Here is an article (someone else posted a while ago) that explains what you
are seeing:

http://www.webreference.com/dhtml/diner/seethru/index.html




Best regards,

Dennis Powers
UXB Internet - A Web Design and Hosting Company
tel: (203)879-2844  fax: (203)879-6254
http://www.uxbinternet.com/
http://dennis.uxb.net/


-Original Message-
From: Ewok [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 29, 2002 4:54 PM
To: CF-Talk
Subject: milonic menu problems

This is more than likley a problem with the menu and not CF but I figured
someone here has probably used it and may have encountered the same
problem...

Im using the milonic menu from http://www.milonic.co.uk (nice menu)
but if a sub nav pops out over a SELECT or CFSELECT form field the nav hides
behind the filed.
It does not however hide behind any other form types. I've searched their
site and forums with no luck.


Any help is greatly appreciated.

Ewok


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: milonic menu problems

2002-05-31 Thread Ewok

Thats what it does alright, EXPLAINS what I'm seeing, then stresses the fact
that it can't be fixed.

Problem is solved. The magical disappearing act really isn't as bad as I
thought it would be

Thanks for everyones input


- Original Message -
From: Shawn Grover [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, May 31, 2002 1:23 PM
Subject: RE: milonic menu problems


 there are other options, but these typically require more overhead.

 One option is to use a java applet.  There are a few commercial ones out
 there (www.imint.com for one I've used before), or you could roll your
own.

 Or, you could take another look at your page layout and move the select
 boxes or menu to a location that won't overlap (can be painful depending
on
 how complex your layout is).

 On the plus side, I've seen and played with the milonic menus before, and
 love it.  I'll probably be using it in a couple sites I'm working on (when
I
 get to the public part of it).

 My two cents worth.

 Shawn Grover

 -Original Message-
 From: Ewok [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, May 30, 2002 10:35 AM
 To: CF-Talk
 Subject: Re: milonic menu problems


 sorry guys I just got in and got the responses to my question.
 I suppose it has been fixed in NS6 its the only browser that it doesnt
 happen in..
 Putting it in a higher indexed layer doesnt help here.
 Was kinda trying to avoid the disapearing and reappearing  thing but i
guess
 ill see what that looks like.
 
 maybe i can get a project for a magician?
 he'd HAVE to like it


 thanks for all your input



 - Original Message -
 From: Ronald West [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, May 31, 2002 12:09 AM
 Subject: RE: milonic menu problems


  We used a slider once and we had the same problem.  Try this:
 
  1. Create a style for the fields that get in the way.  In that style
 define
  the propertie visibility and set it's value to display
  2. Then in your slider code change the value of the visibility property
to
  hidden when the slider is visible and then back to display when the
  slider is not visible.
 
  Should work for both IE and Netscape.
 
  - Ron
 
 
  -Original Message-
  From: Dave Carabetta [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, May 30, 2002 9:30 PM
  To: CF-Talk
  Subject: Re: milonic menu problems
 
 
   try putting the menu in a layer with a greater z-index than the rest
of
  the
   page.  That should solve it.
 
  My understanding is that this won't do anything. It has something to do
 with
  form elements having an infinite z-index. Has this changed with the
latest
  browsers (NS6)?
 
  Regards,
  Dave.
 
 

 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



milonic menu problems

2002-05-30 Thread Ewok

This is more than likley a problem with the menu and not CF but I figured
someone here has probably used it and may have encountered the same
problem...

Im using the milonic menu from http://www.milonic.co.uk (nice menu)
but if a sub nav pops out over a SELECT or CFSELECT form field the nav hides
behind the filed.
It does not however hide behind any other form types. I've searched their
site and forums with no luck.


Any help is greatly appreciated.

Ewok

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: milonic menu problems

2002-05-30 Thread Timothy Heald

This isn't a problem with CF or the menu.  It is a problem with browsers.
The only way around this that I have seen so far is to use the ms combo box
object (ie only).

Tim Heald
ACP/CCFD :)
Application Development
www.schoollink.net

 -Original Message-
 From: Ewok [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 29, 2002 4:54 PM
 To: CF-Talk
 Subject: milonic menu problems


 This is more than likley a problem with the menu and not CF but I figured
 someone here has probably used it and may have encountered the same
 problem...

 Im using the milonic menu from http://www.milonic.co.uk (nice menu)
 but if a sub nav pops out over a SELECT or CFSELECT form field
 the nav hides
 behind the filed.
 It does not however hide behind any other form types. I've searched their
 site and forums with no luck.


 Any help is greatly appreciated.

 Ewok

 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: milonic menu problems

2002-05-30 Thread Ewok

the only browers its NOT doing it in is opera


--- Original Message -
From: Timothy Heald [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, May 30, 2002 4:56 PM
Subject: RE: milonic menu problems


 This isn't a problem with CF or the menu.  It is a problem with browsers.
 The only way around this that I have seen so far is to use the ms combo
box
 object (ie only).

 Tim Heald
 ACP/CCFD :)
 Application Development
 www.schoollink.net

  -Original Message-
  From: Ewok [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, May 29, 2002 4:54 PM
  To: CF-Talk
  Subject: milonic menu problems
 
 
  This is more than likley a problem with the menu and not CF but I
figured
  someone here has probably used it and may have encountered the same
  problem...
 
  Im using the milonic menu from http://www.milonic.co.uk (nice menu)
  but if a sub nav pops out over a SELECT or CFSELECT form field
  the nav hides
  behind the filed.
  It does not however hide behind any other form types. I've searched
their
  site and forums with no luck.
 
 
  Any help is greatly appreciated.
 
  Ewok
 
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: milonic menu problems

2002-05-30 Thread Ewok

I meant NS6 is the only browser its NOT doing it in..
long day


- Original Message -
From: Ewok [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, May 29, 2002 5:08 PM
Subject: Re: milonic menu problems


 the only browers its NOT doing it in is opera


 --- Original Message -
 From: Timothy Heald [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Thursday, May 30, 2002 4:56 PM
 Subject: RE: milonic menu problems


  This isn't a problem with CF or the menu.  It is a problem with
browsers.
  The only way around this that I have seen so far is to use the ms combo
 box
  object (ie only).
 
  Tim Heald
  ACP/CCFD :)
  Application Development
  www.schoollink.net
 
   -Original Message-
   From: Ewok [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, May 29, 2002 4:54 PM
   To: CF-Talk
   Subject: milonic menu problems
  
  
   This is more than likley a problem with the menu and not CF but I
 figured
   someone here has probably used it and may have encountered the same
   problem...
  
   Im using the milonic menu from http://www.milonic.co.uk (nice menu)
   but if a sub nav pops out over a SELECT or CFSELECT form field
   the nav hides
   behind the filed.
   It does not however hide behind any other form types. I've searched
 their
   site and forums with no luck.
  
  
   Any help is greatly appreciated.
  
   Ewok
  
  
 
 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: milonic menu problems

2002-05-30 Thread Bryan Love

try putting the menu in a layer with a greater z-index than the rest of the
page.  That should solve it.

+---+
Bryan Love
  Macromedia Certified Professional
  Internet Application Developer
  Database Analyst
Telecommunication Systems
[EMAIL PROTECTED]
+---+

...'If there must be trouble, let it be in my day, that my child may have
peace'...
- Thomas Paine, The American Crisis



-Original Message-
From: Ewok [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 29, 2002 2:15 PM
To: CF-Talk
Subject: Re: milonic menu problems


I meant NS6 is the only browser its NOT doing it in..
long day


- Original Message -
From: Ewok [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, May 29, 2002 5:08 PM
Subject: Re: milonic menu problems


 the only browers its NOT doing it in is opera


 --- Original Message -
 From: Timothy Heald [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Thursday, May 30, 2002 4:56 PM
 Subject: RE: milonic menu problems


  This isn't a problem with CF or the menu.  It is a problem with
browsers.
  The only way around this that I have seen so far is to use the ms combo
 box
  object (ie only).
 
  Tim Heald
  ACP/CCFD :)
  Application Development
  www.schoollink.net
 
   -Original Message-
   From: Ewok [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, May 29, 2002 4:54 PM
   To: CF-Talk
   Subject: milonic menu problems
  
  
   This is more than likley a problem with the menu and not CF but I
 figured
   someone here has probably used it and may have encountered the same
   problem...
  
   Im using the milonic menu from http://www.milonic.co.uk (nice menu)
   but if a sub nav pops out over a SELECT or CFSELECT form field
   the nav hides
   behind the filed.
   It does not however hide behind any other form types. I've searched
 their
   site and forums with no luck.
  
  
   Any help is greatly appreciated.
  
   Ewok
  
  
 
 

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: milonic menu problems

2002-05-30 Thread Dave Carabetta

 try putting the menu in a layer with a greater z-index than the rest of
the
 page.  That should solve it.

My understanding is that this won't do anything. It has something to do with
form elements having an infinite z-index. Has this changed with the latest
browsers (NS6)?

Regards,
Dave.
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: milonic menu problems

2002-05-30 Thread Ronald West

We used a slider once and we had the same problem.  Try this:

1. Create a style for the fields that get in the way.  In that style define
the propertie visibility and set it's value to display
2. Then in your slider code change the value of the visibility property to
hidden when the slider is visible and then back to display when the
slider is not visible.

Should work for both IE and Netscape.

- Ron


-Original Message-
From: Dave Carabetta [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 9:30 PM
To: CF-Talk
Subject: Re: milonic menu problems


 try putting the menu in a layer with a greater z-index than the rest of
the
 page.  That should solve it.

My understanding is that this won't do anything. It has something to do with
form elements having an infinite z-index. Has this changed with the latest
browsers (NS6)?

Regards,
Dave.

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists