Search

Main Menu

Login
Username:

Password:

Remember me?
Anonymous

Lost Password?

Register now!

Samurize Forums -> Dynamic images/maps


Pages: (4) 1 2 [3] 4   ( Go to first unread post ) Reply to this topicStart new topicStart Poll

> Dynamic images/maps, HTML, Javascript, CSS, etc
Spewed
Posted: Jun 4 2006, 12:44 PM
Quote Post
Our Blind Friend
*****



Group: Moderating Crew
Joined: Jan 12 2006
Posts: 1,555
Offline



smil43e948cd19a92.gif

Works fine with IE here in my end. smil43e66cd850197.gif

Edit: Actually it doesn't work anymore, hmm what happened, I tested it with IE a while ago, gotta do some investigation next.

QUOTE
and I think relying on alt tags isn't a good idea

I agree with that.

This post has been edited by Spewed on Jun 4 2006, 12:48 PM
PMEmail PosterMSN
Top
uziq
Posted: Jun 4 2006, 12:48 PM
Quote Post
The Pluginator
*****



Group: Admin
Joined: Sep 25 2003
Posts: 2,599
Offline



to be sure, I turned off my ad blocker and cleared the cache. and it's still just a plain image, no mouse over stuff, and no dynamic images. I'm using IE 6.0 (actually I always use Crazy Browser, but I tested in IE also)
PMEmail PosterMSN
Top
Spewed
Posted: Jun 4 2006, 12:51 PM
Quote Post
Our Blind Friend
*****



Group: Moderating Crew
Joined: Jan 12 2006
Posts: 1,555
Offline



Yeah mine is 7 beta 2, can you see this url removed by Spewed ? It's working here somehow (abit flashing while mouse over) but that main menu isn't.
PMEmail PosterMSN
Top
uziq
Posted: Jun 4 2006, 12:52 PM
Quote Post
The Pluginator
*****



Group: Admin
Joined: Sep 25 2003
Posts: 2,599
Offline



Nope. it's just a plain image.
PMEmail PosterMSN
Top
Spewed
Posted: Jun 4 2006, 12:52 PM
Quote Post
Our Blind Friend
*****



Group: Moderating Crew
Joined: Jan 12 2006
Posts: 1,555
Offline



Damn it! smiles-banghead.gif

Damn CSS non-standards.
PMEmail PosterMSN
Top
uziq
Posted: Jun 4 2006, 12:56 PM
Quote Post
The Pluginator
*****



Group: Admin
Joined: Sep 25 2003
Posts: 2,599
Offline



Is the hover effect the problem?

http://www.frankmanno.com/ideas/css-imagemap/

QUOTE
I did manage to come across another attempt at a CSS-based image map, which looks really great. Unfortunately, due to IE's limitations (specifically with only support of the :hover effect on the <a> tag), it's not cross-browser compatible (yet!).

PMEmail PosterMSN
Top
uziq
Posted: Jun 4 2006, 12:58 PM
Quote Post
The Pluginator
*****



Group: Admin
Joined: Sep 25 2003
Posts: 2,599
Offline



well, it *was* looking promising.

smil43c710c13b23c.gif
PMEmail PosterMSN
Top
Spewed
Posted: Jun 4 2006, 01:02 PM
Quote Post
Our Blind Friend
*****



Group: Moderating Crew
Joined: Jan 12 2006
Posts: 1,555
Offline



I won't give up this easy! smil3dbd4d4e4c4f2.gif

Take a new look in url removed by Spewed did a little update to the code.

That works ok with my IE7, acracadabra! smil3dbd4ddd6835f.gif

Hmm... or not, it shows only the image first but when I right click and View Source, it starts working, what the... smil43e67f1cd6a58.gif
PMEmail PosterMSN
Top
Spewed
Posted: Jun 4 2006, 01:36 PM
Quote Post
Our Blind Friend
*****



Group: Moderating Crew
Joined: Jan 12 2006
Posts: 1,555
Offline



sh*t, I'm so full of this atm, more tomorrow.

One option would be to keep that latest version which works ok with FF and mention on the tutorial page like "Supports Firefox only". smil3dbd4ddd6835f.gif Most of the crowd uses FF anyway nowadays. Better than nothing. smil3dbd4e398ff7b.gif

You could post the original multi-line source for me, I could take a look into it if I can succeed adding a working cross-browser compatible map there.
PMEmail PosterMSN
Top
Spewed
Posted: Jun 5 2006, 03:47 PM
Quote Post
Our Blind Friend
*****



Group: Moderating Crew
Joined: Jan 12 2006
Posts: 1,555
Offline



QUOTE
One option would be to keep that latest version which works ok with FF and mention on the tutorial page like "Supports Firefox only". smil3dbd4ddd6835f.gif Most of the crowd uses FF anyway nowadays. Better than nothing. smil3dbd4e398ff7b.gif

Or maybe not, there must be something better. smil3dbd4daabd491.gif

QUOTE
Is the hover effect the problem?

It seems to be, on that latest version I uploaded I've used li:hover and IE doesn't understand it. I made some more research and it seems to be also that only way to show that kind of "hotspot" rectangle mouse over effect in a image map and get it to show up with IE is to use images and it definitely wouldn't be wise in this case as it came out earlier.
PMEmail PosterMSN
Top
uziq
Posted: Jun 5 2006, 04:22 PM
Quote Post
The Pluginator
*****



Group: Admin
Joined: Sep 25 2003
Posts: 2,599
Offline



QUOTE (Spewed @ Jun 4 2006, 01:36 PM)
You could post the original multi-line source for me, I could take a look into it if I can succeed adding a working cross-browser compatible map there.

This is the code that's currently being used. Since the tutorials section messes up the code, we lose the dynamic text input box. But if you run the code outside the tutorials, then it works.

and according to the site stats, Firefox is NOT the majority. It only has 33%, while IE has 46%. So we definitely need a multi-browser solution. smil3dbd4ddd6835f.gif
http://www.webstat.se/?id=11296&cat=5

Attached File ( Number of downloads: 338 )
Attached File  Tutorial_ImageMap.htm
PMEmail PosterMSN
Top
Spewed
Posted: Jun 5 2006, 04:53 PM
Quote Post
Our Blind Friend
*****



Group: Moderating Crew
Joined: Jan 12 2006
Posts: 1,555
Offline



smil43c95a991d5c8.gif

Okay, I'm working on it. smil3dbd4d4e4c4f2.gif

Edit: Checked the source, that is looking very potential too, although without the mouse over hotspots. I you remove the line breaks and modify the code into an one single line before uploading/adding to the server I believe your mouse over descriptions will work too.

Multiple mouse overs for a same mouse over area (those rectangle hotspots in this case) are very very tricky unless impossible to accomplish so because there are those MyDynamicImage.src mouse overs already, I can't think a way how to add the hotspot mouse over within. It could be done using table and changing the bg image on mouse over but I find it impossible to add a table in the map areas.

So, we're almost at dead end here, smil3dbd4d99c6eaa.gif I research a little more, if I can figure out a reasonable solution, if not there's no other way than try to add your whole code for a single line and use it without the hotspots.

P.S. I managed to do a multi-browser supporting meter menu indicator with table <td> background tricks when mouse over, the code is horrible but at least it works but that's all my success so far. smil3dbd4d4e4c4f2.gif
PMEmail PosterMSN
Top
Spewed
Posted: Jun 5 2006, 07:05 PM
Quote Post
Our Blind Friend
*****



Group: Moderating Crew
Joined: Jan 12 2006
Posts: 1,555
Offline



Ok, sorry but I'm out of ideas man, not a chance to make it cross-browser compatible with that CSS stuff, FF goes, IE won't, upgrade your browsers folks. smil3dbd4ddd6835f.gif

One alternative cross-browser compatible solution would be to add the descriptions to the meter image itself and it would look something like this (Add Text meter demonstrates what I mean), not bad imo and the best part is it works fine with IE too. smil3dbd4d4e4c4f2.gif

Would be a noteworthy alternative.
PMEmail PosterMSN
Top
uziq
Posted: Jun 5 2006, 07:25 PM
Quote Post
The Pluginator
*****



Group: Admin
Joined: Sep 25 2003
Posts: 2,599
Offline



Thanks for trying. Maybe we'll figure something out eventually. smil43e6c31aaa3be.gif
PMEmail PosterMSN
Top
Spewed
Posted: Jun 5 2006, 07:31 PM
Quote Post
Our Blind Friend
*****



Group: Moderating Crew
Joined: Jan 12 2006
Posts: 1,555
Offline



You're welcome. smil3dbd4d6422f04.gif

It was about a time for me to play with CSS again, it's been a while of the last time, so this was a good exercise. smil43e6c31aaa3be.gif
PMEmail PosterMSN
Top
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:

Topic Options Pages: (4) 1 2 [3] 4  Reply to this topicStart new topicStart Poll

 

Come On, Get Samurized!