[jQuery] css() function returns different results on different browsers
Hi everyone!
Today I've tried to create simple hover effect on a <div>: if the
cursor is over the box, the background-image css property of the div
is modified.
On the HTML side, a <div> with an id:
<div id="round">Blah blah
</div>