I found a Chrome bug today in the browser.
The background-color tag in CSS doesn’t seem to update when using hoverover or onclick commands.
So If I have something like this: http://demotivatedposters.com/posters/add
I wanted to hover over each image and change the css class to another class that had the background-color tag in it. But Chrome has a small bug that won’t update that tag. So I had to change the borders visually instead.
Looks like it was also reported here: http://stackoverflow.com/questions/425216/problem-with-background-color-and-google-chrome
So it looks like its not just me.
I just wanted to report the bug.
Scott