timecatcher Posted September 15, 2009 Share Posted September 15, 2009 Alright well after getting my CSS pages to load nicely and the PHP scripts to integrate well Im now wanting to work on the navigation system however Im in need of a bit of help working out how to structure it. Currently the navigation bar is located in the css file and it linked into all scripts...however im not sure how to make it so that I can click parts of the image without having to paste the image each time into a new file....well something like that. I hope this made sense. Thanks. Tc. Quote Link to comment https://forums.phpfreaks.com/topic/174294-image-mappinghelp/ Share on other sites More sharing options...
ILMV Posted September 15, 2009 Share Posted September 15, 2009 You're right, it doesn't make sense. Can you provide an example, or perhaps explain a little more? Quote Link to comment https://forums.phpfreaks.com/topic/174294-image-mappinghelp/#findComment-918820 Share on other sites More sharing options...
timecatcher Posted September 15, 2009 Author Share Posted September 15, 2009 Sure sorry. Basically: The CSS file is set up to have the banner, content(where all the information from scripts go) and the navigation bar: http://kurukolands.co.uk/scripts/login.php That is how it looks now with just CSS being included into each script. However I want to use image mapping on the bits of the navigation bar (the bit with the pictures), but im not sure how to go about it. If that didn't make sense I could post the code from the CSS file? Basically I want to allow users to click the, world, tent, cross and grass on the navigation bar using image mapping, but im not sure how to go about it. Thanks TC. Quote Link to comment https://forums.phpfreaks.com/topic/174294-image-mappinghelp/#findComment-918824 Share on other sites More sharing options...
ILMV Posted September 15, 2009 Share Posted September 15, 2009 Take a look at this -> http://www.w3schools.com/TAGS/tag_area.asp, as I am pretty such you cannot use a CSS image for image mapping. Quote Link to comment https://forums.phpfreaks.com/topic/174294-image-mappinghelp/#findComment-918828 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.