Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: mreuringPosted on 2007-09-13 at 14:00:26ID: 19887102
I've found that Safari can be quite picky when trying to set styles from javascript. Possible ways of solving would be using the full background syntax: ame").styl e.backgrou nd="transp arent url(images/validate.gif) no-repeat 0 0";
ame").styl e.backgrou ndImage="u rl(images/ validate.g if)"; ame").styl e.backgrou ndRepeat=" no-repeat" ;
document.getElementById("N
Or the seperate styles:
document.getElementById("N
document.getElementById("N
Another possible problem may be that the id is not unique or the id matches an internal javascript object. So I would like to know if you've enabled the debug menu and checked the javascript log, which might provide an answer for you :)