At 11:04 +0000 22/12/06, Barney Carroll wrote:
>[http://bssh.test.textmatters.com/login/login_form]
>
>This is driving me absolutely insane. Under IE6, the password field is
>not clickable. I'm told this can't be anything other than a CSS issue,
>and I'm tempted to agree, although nothing I've tried works.
>
>Any ideas what's screwing it up?


There are two usual causes for this kind of behaviour.

1. Something with a higher z-index is overlaying the element in 
question (but you just can't see it)

2. position:relative has been declared on some ancestor element and 
unless pos:rel is applied to some intermediate ancestor, IE hust 
won't play ball


In your case, it looks like 2. Applying position:relative to the div 
whose class is "infoblock" seems to fix things.

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to