Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Popup Alt

The Alt attribute is displayed same as the Title attribute.




Feb 15, 2008
Alvin User

Is this the same thing as the Popup Alt Attribute extension?

 
Mar 3, 2007
Nyks Scriptwright

@Kimball: Its the same like the "popup-alt"-extension:

This is an extension to popup alternate texts given as ALT attributes (they are not descriptions, but authors often use the attribute only for popups), like NC4, IE, and other browsers.

As an additional feature, this includes "multi-row tooltip". If the text is too long, it will be shown in multiline automatically.

Screenshot:
http://piro.sakura.ne.jp/xul/_img/popupalt.png

 
Mar 2, 2006
Kimball Robi... Scriptwright

You need to improve your description. I have no idea what "popup alt" means.

 
Dec 24, 2005
Josh 3 User

Great idea. I made one change to identify the ALT tag when it's used instead of a pre-existing title:

if(alt && !title) tag[i].title = "ALT: " + alt;

You could comment on this script if you were logged in.