The first background is defined in the CSS layout called #tabs

One click I need the browser to load a new background image.
$("div#tabs").css("background-image", "url(\"./images/tabs/" + this.id + 
".gif\")");


this.id == the name of the background image.

This works in all browsers known to me except IE. Anybody a hint why 
this is?


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to