Displaying text while hovering over images?

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Hi,

Some sites display large boxes of text when you hover over the images.
Eg I know you can put text in the Alternate Representations area of the
image - but it comes out in a long straight line of text and not boxed.

Can FPage box the text or is there an add on to do this.

Thanks
 
Try the Tooltip attribute <img src='somefile.jpg' tooltip='yada yada'>

Hope this helps,
Mark Fitzpatrick
 
Mark Fitzpatrick said:
Try the Tooltip attribute <img src='somefile.jpg' tooltip='yada yada'>

Hope this helps,
Mark Fitzpatrick


??? Maybe this? <img src="boat.gif" alt="Big Boat" />
 
Back
Top