Jump to content

Javascript Quandary


Recommended Posts

My <div>s need some custom attributes for a script.

 

<div dulled="yes"> Works fine in IE, but not Netscape/FF.

 

<div onMouseOver="this.dulled='yes'"> Works in both, but this (or some other JavaScript initialization function) is cumbersome. Anyone know how to define custom tag attributes so that gecko browsers will correctly interpret then?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...