|
|
|||||||
|
can anyone pls provide me with the html code for the below : if the mouse is taken over a link or any text in a web page...it will shows a small box with some words (i think its ALT="...." )...so can anyone pls tell me the code for such a mouse text box over a link or any text ? that mouse text box shud be able to have atleast 15-20 words. thank you loads. if this is done in java and needs activex my security programs blocks it so am looking for html codes. thank you |
||||||||
|
|
|||||||
|
At the end of your link html tag just put another tag with - ALT='blah blah blah' Barryoneoff. - The East End Forum. |
||||||||
|
|
|||||||
|
To make text appear on a link, you need to add a TITLE tag. eg <a href="blah.html" title="this pops up when you mouse over">example</a> example Paul Lomax Internet Technology Manager IPC Country and Leisure Media - www.ipcmedia.com Pick Me Up magazine - Real life as you've never seen it before! |