RE: [css-d] css dropdowns and forms

2005-08-18 Thread Jon Jensen
There is no pure CSS way to do this, but you do have options:

1. Position an empty iframe behind your suckerfish dropdown
http://dotnetjunkies.com/WebLog/jking/archive/2003/07/21/488.aspx

2. Use DHTML selects
http://www.icant.co.uk/forreview/tamingselect/

3. Move your form/selects away from the menu (probably easiest)

Jon

 Hello all,
 I'm sure this has come up before so I'm hoping someone can 
 help. I'm using dropdown navigation (suckerfish) and noticed 
 that they hide behind form elements in IE. What is the best 
 solution to this problem?
 
 Thanks
 -Justin

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


RE: [css-d] css dropdowns and forms

2005-08-18 Thread Jon Jensen
I suppose there is one more option I forgot:

4. Use javascript to hide select controls (visibility:hidden) when the
suckerfish menu is active.

Jon

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/