Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How do I change images on mouseover? Re: How do I change images on mouseover?

#59337
Rob MacKay
Participant

lookin great there as far as I can see! Much better.

Few things :D

The menu at the right – instead of putting the divs inside the a tag, put the a tags inside the divs :) Then if you style the a links like this…

#art-dizzle-page-pink a {
display:block;
width:100%
}

it should make the whole area inside the div "clickable".

Its basically to stick to web standards which say you can’t put a block element (<div>) inside an inline element (<a>) :D