Chevy Posted January 14, 2008 Share Posted January 14, 2008 I am a complete novice at javascript, and I don't know how I would apporach this. I have an image of a world, and I want it so if you hover over an spot on the map, then a little box comes up and says what the country is all about. Like a balloon message. /----------------/ <--------------- / Like that haha, if you get hat I mean. Quote Link to comment Share on other sites More sharing options...
tinker Posted January 14, 2008 Share Posted January 14, 2008 this is basically DHTML, basically it uses div tags and setting the css styles with javascript. There are a few libraries which help in this matter but it's easily achievable on your own (and a lot less overhead). Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted January 14, 2008 Share Posted January 14, 2008 you can also use a image map: http://www.google.com/search?hl=en&q=image+map&btnG=Google+Search Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.