Issue resolved, many thanks to all
Here is the dilemma
I am dealing with something like this
<a href='http://google.com' class="buy_now" >
<div class='yada yada' > Go </div>
</a>
buy_now
changes background-color
on :hover
It functions correctly in chrome but in firefox, upon hovering, it flashes / blinks repeatedly
Is there an issue with my code or is this a bug in firefox?
Here is the live demonstration:
Edit: alright, appears to be a temporary glitch here, works fine after restarting firefox. :/ (3.5.9) at this moment.
Edit 2: the demo now adheres to valid HTML standards according to validator.w3.org