Jump to content

javascript imahe map text hide onmouseout


virtualadz

Recommended Posts

let's say a time is set, 13:41 now through js the time will increase 13:42
Yes you could do that.But what time would you set? you would need to know what country the user is from, i think php can give you that info.
Link to comment
Share on other sites

But what time would you set? you would need to know what country the user is from, i think php can give you that info.

why do i even need to know the country of the visitor. i will create a image map with seven different circles on top of some popular country maps respectively. the user can see any of the country's that i add to the map. why need to determine their country? :)

Link to comment
Share on other sites

why do i even need to know the country of the visitor. i will create a image map with seven different circles on top of some popular country maps respectively. the user can see any of the country's that i add to the map. why need to determine their country?  :)
I was thinking of something else, just ignore me :) I think this would work well :)
Link to comment
Share on other sites

Ask google for a Javascript Analogue Clock and see what's there  :)

but why are you brining me close to an analog clock. i dont need a wall clock in a web page. what i meant was, : 1. a world map (.gif image)2. in that map some image mappings. 3. when someone hovers over a certain country then just like the alt text is displayed when you hover your mouse over a regular image. in my case a time will be displayed. i dont need the time to be updating randomly, the time will update if the visitor refreshes the page. just like the link i had given you eralier of DHL, they have used a java prgram, instead i want to use Image and js. i hope i was clear this time. thanks :)
Link to comment
Share on other sites

but why are you brining me close to an analog clock. i dont need a wall clock in a web page.
Dude make up your mind, i posted an analoge clock earlier and you said:
ya more or less similar
If it's not what you wanted then you need to be clearer.
1. a world map  (.gif image)
Yes, easy bit :)
2. in that map some image mappings.
Yes, bit more tricky
3. when someone hovers over a certain country then just like the alt text is displayed when you hover your mouse over a regular image. in my case a time will be displayed. i dont need the time to be updating randomly, the time will update if the visitor refreshes the page. just like the link i had given you eralier of DHL, they have used a java prgram, instead i want to use Image and js.
Yes possible, but since you are not wanting to use the system clock you are going to have to print these times from the server with php. Print to a div or something that is aboslutely placed above the country, then when mouseover'd show it, understand?
Link to comment
Share on other sites

If it's not what you wanted then you need to be clearer.
i assume i need to think twice before posting :blink:
Yes, easy bit
i smelled something similar :)
Yes, bit more tricky
a image map program i have will do it :)
Yes possible, but since you are not wanting to use the system clock you are going to have to print these times from the server with php. Print to a div or something that is aboslutely placed above the country, then when mouseover'd show it, understand?
little bit. i will first go and make the image and the repective image co-ordinates, i will be back :)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...