css and image map help need

liunx

Guest
I'm not sure if this goes in here, but... I need some help and I'm getting very frustrated. <br />
<br />
*sighs* I'm creating a new layout for one of my sites, and I'm using frames, an image map, CSS and HTML.<br />
<br />
I added CSS to my pages (so I can change the links when they are hovered over), and grrr... it won't work in the frame w/ the Image Map. The cursor is supposed to change to a ne-resize when it is hovered over the links in the image map. But... it doesn't. And, the odd thing is, the CSS works on the splash page when you hover over the splash image.<br />
<br />
Anybody have suggestions?<br />
<br />
Thanks.<!--content-->suggestion...post a link to your webpages.<!--content-->sorry...<br />
<br />
<!-- m --><a class="postlink" href="http://user1.7host.com/lilmissy/test/index2.html">http://user1.7host.com/lilmissy/test/index2.html</a><!-- m --><br />
<br />
I've only uploaded the files I've felt were necessary.<!--content-->I am pretty sure that <area> and <a> are different tags. that is why the A:hover isn't working. you can make a class for the hover, but when you hover over the link it will change to the resize and it will be for the whole image not just each individual link. I am not sure if you can use CSS for a map like the way you want.<!--content-->OK. uhm... How would I create a class for the entire image map? AREA: {then the info }? <br />
<br />
Thanks. :) I appreciate the help.<!--content-->well you can insert it in the img tag and it will work fo rthe whole image.<br />
<br />
this is the class I used.<br />
<br />
.hover { text-decoration: none; color:"#C0C0C0"; cursor: ne-resize}<br />
<br />
and then call it like this.<br />
<br />
<IMG NAME="imagemap" SRC=http://www.htmlforums.com/archive/index.php/"imagemap.gif" width="782" height="151" BORDER="0" USEMAP="#imagemap" class="hover"><br />
<br />
also being an image you don't need anything but cursor: ne resize.<!--content-->I got that working. :) Thank you SO MUCH for your help. I really, really appreciate it. :) That will work perfectly. It looked extremely funny to me that all the other links were in ne-resize and the image map was showing up as the hand. :)<br />
<br />
I'm extremely glad I found this forum. I'll definately come here first for help instead of suffering for a week and a half while trying to get other people to help me. hehe<!--content-->
 
Back
Top