Hi, can the section of script below be adapted to have a url image in place of the background colour of white. It’s to make a mouse over hint script a little nicer looking.
var tipFontColor= "#17007c";
var tipBgColor= "white";
var tipBorderColor= "#18007b";
var tipBorderWidth= 5;
var tipBorderStyle= "solid";
var tipPadding= 4;
Hope you can help.
Thanks.
var tipFontColor= "#17007c";
var tipBgColor= "white";
var tipBorderColor= "#18007b";
var tipBorderWidth= 5;
var tipBorderStyle= "solid";
var tipPadding= 4;
Hope you can help.
Thanks.
Comment