On 06/10/2007, Tim Offenstein <[EMAIL PROTECTED]> wrote:
> I am reviewing a page for a client (www.physics.uiuc.edu) that uses a
> hover class and some events. On lines 178, 194, and 202 in the HTML a
> call for onmouseover, onfocus, onmouseout, and onblur events occurs.

You're trying to apply onblur and onfocus to a div. Since divs in HTML
4 (or any other markup language standard) cannot hold the focus, these
events can never fire, so the attributes are not in the list of
allowed attributes for the div element.

-- 
David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
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