brown2005 Posted March 26, 2010 Share Posted March 26, 2010 Say I have a picture as my header which is 800 pixels wide and 50 pixels high. On this image are the title of the website on the left and some other writing on the right hand side. Is there a way of adding two different links, 1 for the title, 1 for the writing? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/196578-any-way-of-adding-different-links-to-one-picture/ Share on other sites More sharing options...
trq Posted March 26, 2010 Share Posted March 26, 2010 You can use an image map, would likely be better however to break your images into smaller parts. Quote Link to comment https://forums.phpfreaks.com/topic/196578-any-way-of-adding-different-links-to-one-picture/#findComment-1032128 Share on other sites More sharing options...
Axeia Posted March 29, 2010 Share Posted March 29, 2010 Multiple images = Multiple connections = Slower loading page. Don't. Either use CSS sprites or the <map> element . Quote Link to comment https://forums.phpfreaks.com/topic/196578-any-way-of-adding-different-links-to-one-picture/#findComment-1033794 Share on other sites More sharing options...
patriklko Posted April 17, 2010 Share Posted April 17, 2010 either cut the picture into 2 and use as two different images which is a much better option to adopt or use the concept of image map.... Quote Link to comment https://forums.phpfreaks.com/topic/196578-any-way-of-adding-different-links-to-one-picture/#findComment-1043649 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.