Hi,
I have a little problem.
When I set the css rule using some property, say, background-image in an external .css file and then try to access it using javascript in another external .js file, it does not work. That is to say I do not get any value for document.getElementById(someId).style.backgroundImage.
But when I set the css rule using style attribute in html file itself, it works.
So, my query is can't I access css property in js, if css is set in external .css file.