gopherr Posted August 11, 2009 Share Posted August 11, 2009 Hello freaks, I've been coding for a while in C#, VB and some in java, but I'm a total beginner in the ways of PHP. I'm looking to create a new web application, and I'm looking for suggestions and high-level ideas for my project. Any feedback would be appreciated! The overall picture: The main focus of my application is going to be around a rather large image (945x220 px). I would like for the user to be able to click on certain areas within the image and have different actions tied to certain click points. I'm building the image in Photoshop right now, and I was planning on slicing up the image and pushing the slices into an HTML table. Would that be the best way of creating the "clickable areas" within the image, or is there a better way? If not, what would be a good way of determining where the user clicked and figuring which action to fire off of the click? Any other thoughts or suggestions are welcome as well. Thanks so much! Quote Link to comment Share on other sites More sharing options...
Mark Baker Posted August 12, 2009 Share Posted August 12, 2009 The best way is probably to use standard HTML (client-side) image maps 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.