A CSS-compliant browser will render the title attribute -- it's probably not the best way to store data.
You can use the jQuery.data method instead: http://docs.jquery.com/Core/data#name JK -----Original Message----- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of René Sent: Monday, December 01, 2008 3:53 PM To: jQuery (English) Subject: [jQuery] Simple way to suppress display of title attribute on hover? I sometimes use the title attribute in DIVs to store data. Normally, it displays on mouseover. Just wondering what a best practice to suppress that. ...Rene