It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

how do i put a on mouse hover display page.

how do i put a on mouse hover display page.

Postby Logan Wildman on Tue Oct 18, 2005 4:51 am

am trying a site for some of my colleages
need to get info abt this
have got the script for getting the link set up but now i need to create the text on it. which would read after hovering the mouse over it


Ask the customer to <a onMouseover="javascript:poptxt(2);" onMousemove="javascript:showpop(2);" onMouseout="javascript:hidpop();" style="cursor:help"><u>isolate </u></a> the USIM & see if the issue replicates.<br>
Logan Wildman
 
Posts: 0
Joined: Tue Oct 18, 2005 4:43 am

Postby webmaster on Tue Oct 18, 2005 7:31 am

Hi and welcome to DEVPPL.

Do you mean like this?
Code: Select all
<a href="hej.php" title="Text">JAAA</a>
Make sure to check out our TNX Review and Link Vault Review
User avatar
webmaster
Site Admin
 
Posts: 2695
Joined: Tue Aug 17, 2004 1:07 pm
Location: Sweden

Postby dafunkymunky on Thu Oct 20, 2005 1:04 pm

for links it'll be "title" for images it'll be "alt"
--------DAFUNKYMUNKY--------
::THE::NECESSARY::[D]EVIL::
....errr i mean munky....
User avatar
dafunkymunky
100+ Club
 
Posts: 183
Joined: Fri Apr 08, 2005 7:32 am
Location: India

Postby webmaster on Thu Oct 20, 2005 11:56 pm

dafunkymunky wrote:for links it'll be "title" for images it'll be "alt"
The alt-text is shown when the image can't be shown. To use this on an image, use:
Code: Select all
<a href="#" title="1111"><img src="image.jpg" /></a>


Or just:
Code: Select all
<img src="image.jpg" title="22222" />
Make sure to check out our TNX Review and Link Vault Review
User avatar
webmaster
Site Admin
 
Posts: 2695
Joined: Tue Aug 17, 2004 1:07 pm
Location: Sweden


Who is online

Users browsing this forum: No registered users and 3 guests