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-

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