Click to See Complete Forum and Search --> : Roll-over Image & Link In Dreamweaver


rockstar14
07-11-2008, 09:08 AM
I was also wondering if there is a way in dreamweaver so that when you roll-over a link with your mouse, an image appears in a designated section, but you can still click on the link to bring you to another page. If you can, I was wondering how you could do that, and if you can't; if there is something similar that I could do instead?

S

Centauri
07-11-2008, 08:17 PM
Easiest way is the put the image inside the <a> link (within a span if necessary) and abslutely position it way off the left of the screen, and use the :hover in the link's css to position the image where you want it.

rockstar14
07-12-2008, 04:44 PM
I am still unsure of what you mean...sorry I'm still learning HTML and Dreamweaver.