Thanks Hainn,
I had mess with it before but it was breaking.
For those who have limited knowledge of PHP to change alt you have to change .$ja_color_theme. leaving the two dots before and after.
How ever that did not changed the tootip on firefox so here are the changes I made…
[PHP]<li><img style=”cursor: pointer;” src=””.$this->templateurl().”/images/”.$ja_color_theme.( ($this->getParam(JA_TOOL_COLOR)==$ja_color_theme) ? “-hilite” : “” ).”.”.$imgext.”” title=””.Change.” Site Color” alt=””.$ja_color_theme.” color” id=”ja-tool-“.$ja_color_theme.”color” onclick=”switchTool(‘”.$this->template.”_”.JA_TOOL_COLOR.”‘,’$ja_color_theme’);return false;” /></li>[/PHP]
I included the word “Change” in the Title and the word “Site” before the word “color” before the alt”” atribute.
When visitors roll over the User Tools Color images it will read “Change Site Color” instead of “Style1 Color”
Regards, Happy New Year!
BlueMan;)