Topic: css, images and image maps (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: the Asylum ghetto |
posted 10-23-2002 11:20
ok...i've been hard at it today with css... |
Maniac (V) Inmate From: Brisbane, Australia |
posted 10-23-2002 11:35
CSS and Image maps are completly different things. |
Maniac (V) Inmate From: the Asylum ghetto |
posted 10-23-2002 11:46
that makes perfect sense... |
Bipolar (III) Inmate From: Australia |
posted 10-23-2002 15:39
just out of interest while we are on hotspots, are they well supported by most browsers does anyone know? any issues with them? thx |
Maniac (V) Inmate From: Seoul, Korea |
posted 10-23-2002 16:06
If by "hotspot" you mean "image map," then yes, they are well supported. Image maps have been around for a loooooong time (at least in Internet years). |
Bipolar (III) Inmate From: Australia |
posted 10-23-2002 18:10
sorry, yes image maps is what i mean , i thought they were well supported which is good for once |
Paranoid (IV) Inmate From: Milwaukee |
posted 10-23-2002 20:57
If you're up for some extra work, there are a few ways to make an image-map-like effect using only CSS. This means you can have philosophically-correct structural HTML markup even while using something like an image map. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-23-2002 22:06
That's not necessary, though. A client side image map, made with alt tags for each of the clickable areas, is structurally sound and will make sense in a non-visual browser. |
Maniac (V) Inmate From: Seoul, Korea |
posted 10-24-2002 04:08
True, true... |
Paranoid (IV) Inmate From: Milwaukee |
posted 10-24-2002 14:34
Well, my version was there in case you want to make a page whose entire appearance is determined via CSS -- by changing the CSS file, you could change the locations of your "hotspots", whereas with an HTML image-map, you have to change the HTML if you want that. |
Maniac (V) Inmate From: Seoul, Korea |
posted 10-24-2002 16:55
Hmm... true. OK, I see your point. But yeah, I probably wouldn't want to do it that way. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 10-24-2002 21:25
I've done similar things with CSS before but I've used the overlay "hotspots" which are transparent GIF's to also act as a place holder for rollovers. |
Maniac (V) Inmate From: Seoul, Korea |
posted 10-25-2002 03:43
If you do it this way, though, you can only have square/rectangular hotspots, right? No circles or anything like that... |
Paranoid (IV) Inmate From: Milwaukee |
posted 10-25-2002 03:59
Hmm, that's true... if you need to draw irregular hotspots, you're better off using Imageready or something to build you a traditional image-map. You'll probably want to clean up IR's code, though, at least if you're as picky as I am. |