|
Posted by Orloff on July 30, 2005, 6:25 am
Please log in for more thread options
Arne wrote:
> Once upon a time *Orloff* wrote:
>> Hi,
>> on most (all?) browsers, when you put the pointer on a
>> <a href="..." title="popup text">this is a link</a>
>> without clicking on the link, there is a popup caption with the "popup
>> text".
>>
>> I would like to achieve the same with some text that is not a link.
>> I realized that I could simply make it
>> <a title="popup text">this is just some text</a>
>>
>> My question: is it the best way to achieve what I want?
>> Are there alternative ways?
>> Is it portable?
>>
>> Thank you!
>
> Yes, it's the best way. However, if you like to add longer text that
> wraps into several lines within the tooltip box, you need to use
> Javascript (DHTML) like the examples shows here:
>
> http://www.walterzorn.com/tooltip/tooltip_e.htm
>
> Of course, it will not work if the browser don't support Javascript
> (have Javascript disabled)
>
Thanks Arne.
|