Thanks, works like a charm.

-----Original Message-----
From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 05, 2004 11:04 AM
To: 'Struts Users Mailing List'
Subject: RE: title attrib equivalent using bean:write or c:out


> I would like to display a mouseover title on a data item 
> displayed in the page with bean:write or c:out tags.  There 
> is no "title" attribute for either of these tags.  What is 
> the best way to do this, preferable without javascript?

Try this:

<span title="stuff to be displayed on mouseover">
  <c:out value="${whatever}"/>
</span>

Works in Firefox and IE.

--
Tim Slattery
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to