>  <http://dotnetjunkies.com/WebLog/jking/archive/2003/10/30/2975.aspx>
>
> Its messy, hard to maintain, and its a lot easier to avoid the problem
> by moving your popup or drop down so they don't clash.  But where that
> isn't an option, the above does work.

I avoided giving that solution as we really should not add extra
markup that even shows up in assistive technology as another document
just to fix a browser bug. Forms are hard to use as they are, no need
to confuse matters even further.

The easier option is to hide the elements when you open your popout,
that way you keep the fix at least in the JavaScript and not in CSS,
HTML and JavaScript.

http://www.webreference.com/programming/javascript/form/2.html
______________________________________________________________________
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/

Reply via email to