Posted by J.O. Aho on 06/09/07 22:47
Garett wrote:
> On Sat, 09 Jun 2007 18:51:14 +0200, "J.O. Aho" <user@example.net>
> wrote:
>
>> Don wrote:
>>> How do I code a URL address so it appears as a title rather than the WWW//
>>> routine?
>>>
>>>
>>>
>> <a href="something" title="Something else">A nice name</a>
>
>
> Is it possible using css to decorate the title display box ? Maybe
> to add borders or to enlarge font ? Or to color the background ?
No, thats a system tooltip that pops up and isn't in any way affected by css
rules. You may be able to affect the look with desktop related settings in
more advanced desktop environments.
There is a lot more coding behind if you want a "css tooltip", here is a
simple example: http://psacake.com/web/jl.asp
--
//Aho
[Back to original message]
|