Follow the link and look at the code (view source):
www.dottedi.biz/codesamples/rollover.html
I got some of this through google search looking for a multi-image
rollover. It is a combo of setting the link with an and the
alternate/rollover image in CSS.
-Bob+
Schalk wrote:
>Greetings Al
Should work. Try putting some text in the link to see if that fixes
it. If not, post a link to the site?
On 4/24/06, Schalk <[EMAIL PROTECTED]> wrote:
> Greetings All,
>
> I have an image that needs to be swapped out with another on hover. Is
> there a way to do this with CSS?
>
> I have tried t
Greetings All,
I have an image that needs to be swapped out with another on hover. Is
there a way to do this with CSS?
I have tried the following:
a.kidscorner {
background:#e1e1e1 url('../images/widgets/kids_corner.gif') top
right no-repeat;
width:150px;
height:136px;
}
a.kidscor