| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Balinese Buddah Sensei
|
IE Image Map Mouseovers...?
http://www.senoritamargarita.ca/home.html It works fine in Mozilla but for some reason none of the images are firing on rollover in IE 6. Anyone have any problems with image map rollovers before? I know image map rollovers are rare, but the design didn't work well with all the buttons lined up together...so I would really like to know what's wrong with this? I'm positive all my code is fine.... And there are no other pages yet, so clicking will get you nowhere :p Any help would be greatly appreciated, thank you. audentes fortuna iuvat
Flatcat |
|
|
|
|
|
#5 (permalink) |
|
unusual suspect ™
Join Date: Jul 2004
Location: DE, USA
Posts: 3,294
|
Use this instead - just replace your source code entirely with this - in a new file of course... I haven't used Netscape for years so haven't tested this with it - if it doesn't work set up a JS browser detection to send MSIE users to this page and NN to yours. You are going to want to add your links and I've only redone the image map roughly so you are going to want to tidy that up a bit too (mainly around contact and recipe links). You can see this working at http://www.seen.to/helpful-bastard/margeurita2.html HTML Code:
|
|
|
|
#6 (permalink) |
|
trouble free and loverlee
Join Date: Mar 2003
Location: YooKay
Posts: 2,975
|
Just to clarify… it's a very simple problem with a very simple solution. You're missing the # from usemap="#navmap" I also agree with seen.to's notion to use circles for your image-map areas instead of those uber-cluttered polygons, though you'll need to tweak his stacking order to make the overlapping areas play right. The earlier an area is listed in the markup, the higher it is in the stacking order. i.e. if two areas overlap, the overlapping area will belong to whichever area appears first in the markup. Your order should be: <area …specials… <area …home… <area …reservations… <area …testimonials… <area …recipes… <area …rentals… <area …contact… <area …faq… <area …leasing… <area …sales… |
|
|
|
#7 (permalink) | |
|
unusual suspect ™
Join Date: Jul 2004
Location: DE, USA
Posts: 3,294
|
Quote:
|
|
|
|
|
#8 (permalink) |
|
Balinese Buddah Sensei
|
Thanks bill and seen, kudos to both. It's kind of annoying that it's something so blatantly basic, but that's the way it always goes eh? :P Thnx again seen for putting so much work into helping me solve my problem, heh :p I guess this is one of those things you'll remember forever now eh? Haven't used image maps in years, and I won't use 'em for a while I bet, but I'm sure I won't forget this now :P audentes fortuna iuvat
Flatcat |
|
![]() |