Ray Costanzo wrote:

> [...] I am not able to click either button, whereas I am expecting to
>  be able to click the one with z-Index of 20.

> http://test.lane34.com/css-discuss/zindex.asp

A 'z-index' only affects positioned elements, and your input elements
are not positioned.

Add 'position: relative' to those inputs, and they'll be stacked in the
intended order.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to