darie20
Junior Member
Posts: 4
Registered: 4/4/2007
Member Is Offline
|
| posted on 4/21/2007 at 04:57 PM |
|
|
alternative text links
hi! how could I put an alt text to that plus-sign of the menu? so, if the mouse hovers over the expand button, a tip should appear, containing a
message like "expand menu". and how can I put an alt text to an item of the menu?
please if anyone can help...thanks
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/21/2007 at 06:12 PM |
|
|
just search the script's code for <img..> tag for the plus icon and add the alt attribute, or even better add title attribute to the link
around that icon (some browsers prefer that).
|
|
|
darie20
Junior Member
Posts: 4
Registered: 4/4/2007
Member Is Offline
|
| posted on 4/21/2007 at 06:45 PM |
|
|
alt text
yes, that's how it should work, but i have no such code. the file wich contains the paths to those little images is something like
'images\plus.gif' and that's all. i tried to attach this code to it and it didn't work : alt="plus"
so, is there another way to do that?
thanks
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/14/2008 at 04:04 PM |
|
|
I was referring to tree.js
<img tag for the +/- is in that file.
Another approach would be the injection hack in the configuration file something like:
'imagesplus.gif" alt="plus'
|
|
|