p.random-game-button a
{ background-image : url('images/random-button-up.jpg'); }
p.random-game-button a:hover
{ background-image : url('images/random-button-down.jpg'); }
The problem is, I want to put this button on a Squidoo lens.
But Squidoo only lets you use inline CSS, so things get implemented like this:
<b style="font-weight:normal;color:#ff0000">red<\b>
So it's obvious how to style the hyperlink with the "up" image:
<a style="background-image:url(images/random-button-up.jpg)"><\a>But does anyone know how to access the :hover pseudo class of the hyperlink using inline CSS? (To style the "down" image.)
Or is there an alternative way to implement an image rollover in Squidoo? (Sadly, javascript isn't supported.)


Sign In
Create Account


Back to top









