Forum Moderators: not2easy
[freewebs.com...]
1) There is a big blue border around the div or dl element on the page. And try as I might, I can't seem to remove it.
2) I would like the background of the parent element to change when a mouse hovers over one of the dd a elements in my "image map".
I've been playing with this all day and am stumped.
Also, there's no easy way to have a parent change when it's child is hovered, since there's no CSS parent selector. You would have to do it with javascript.
Works at replacing the background image for something of mine, so I'm trying to figure out why:
div.intro a#forums { background-image: url("images/IntroScreenHoverForums"); }
(I also tried div.intro a.maps just in case it was the id selector)
(same site)