I wrote the following script;
function msOver(subName){
eval(subName). style. backgroundImage = url(imgs/download_bg.gif)';
}
function msOut(subName){
eval (subName) . style . backgroundImage = 'none';
}
All the browsers support this script besides Firefox and Navigator?
Note: the spaces that I've added between the "." dots in the script is only for Yahoo Answers, otherwhise it shows "backgroundIm..." in place of "backgroundImage"
2007-04-25
23:20:58
·
4 answers
·
asked by
iguana
4
in
Computers & Internet
➔ Programming & Design