On Fri, 15 Aug 2008 12:25:30 -0400, Richmond wrote:
> Hi everyone.
>
> I have an issue with a form on an HTML page. My best guess is that it's a 
> variant of
> the Guillotine bug, or that the form is somehow inheriting margin or padding 
> properties
> from an ancestor element... but I can't be sure.
>
> On the following page:
> http://www.canopydesign.ca/webdev/leadingedge/seminars/Affect-Regulation4.html
>
> ...there's an email list sign-up form on the left menu (in red). When 
> hovering over any
> of the INPUT fields in IE6 or IE7, the fields (even the GO button) are 
> obscured by
> white and don't reappear until the user mouses somewhere else on the page 
> (especially
> over an <a> link).
>

I don't see any input:hover rules in any of your CSS. Besides, IE6
does not respond to hover on anything other than links.

This leads me to believe the problem lies within your scripts.
Perhaps you could post this to a JavaScript list?

I'd recommend trying to reduce this to a simpler case, as there is
a lot of scripting going on in that page.

On a CSS topic -
You may like to consider that 9pt text is not re-sizable in IE --
9pt is tiny on a small, high-definition laptop or other device.

Cordially,
David
--

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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