<div title="tooltip">text</div>
i believe
Offline
kayybee wrote:
Won't the div just make a section? Wouldn't you need JS for that? Or am I missing something?
no it's a div title :I
Offline
kayybee wrote:
Oh. Does "tooltip" make it mouse over?
yeah
Offline
veggieman001 wrote:
kayybee wrote:
Oh. Does "tooltip" make it mouse over?
yeah
Wow. I never knew that.
*goes to try it out*
Is there a list of these?
EDT:
well that didn't work
Last edited by kayybee (2011-10-23 23:08:57)
Offline
hmm
did you do
<div title="this is a tooltip">here is my text</div>
Offline
Well, I'd use HTML. Find the element and [i]onClick="alert('Hello World!');" somewhere in it. The popup is just a sample. Make sure to use the semicolon (
and to replace and quotes in the JS with single-quotes.
Offline
<img border=0 src="IMAGE URL" style="margin-right:12px;"onmouseover="this.src='MOUSE OVER IMAGE URL';" onmouseout="this.src='IMAGE URL';"/>
Offline