daveporpoiseboy Posted June 14, 2009 Author Share Posted June 14, 2009 Hi, I'm fairly new to using PDN and I'm wondering if there's a way to go one step beyond what I've seen the image map plugin capable of doing. For example: I have an image of Australia that I've chopped and changed and have labelled the states using the image map plugin. I want the text ie "New South Wales" to pop up when the cursor hovers over that state. Is there a plugin for this too, or some way to make this possible? It's for a website in progress. cheers, Dave Quote Link to comment Share on other sites More sharing options...
daveporpoiseboy Posted June 14, 2009 Share Posted June 14, 2009 Hi, I'm fairly new to using PDN and I'm wondering if there's a way to go one step beyond what I've seen the image map plugin capable of doing. For example: I have an image of Australia that I've chopped and changed and have labelled the states using the image map plugin. I want the text ie "New South Wales" to pop up when the cursor hovers over that state. Is there a plugin for this too, or some way to make this possible? It's for a website in progress. cheers, Dave Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted June 14, 2009 Share Posted June 14, 2009 Add a title attribute to eahc hotspot. Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted June 14, 2009 Share Posted June 14, 2009 Add a title attribute to eahc hotspot. Quote Link to comment Share on other sites More sharing options...
daveporpoiseboy Posted June 14, 2009 Author Share Posted June 14, 2009 Thanks Simon, much appreciated. Your youtube tutorial on the mapping was sensational, huge help. Quote Link to comment Share on other sites More sharing options...
daveporpoiseboy Posted June 14, 2009 Author Share Posted June 14, 2009 Thanks Simon, much appreciated. Your youtube tutorial on the mapping was sensational, huge help. Quote Link to comment Share on other sites More sharing options...
daveporpoiseboy Posted June 14, 2009 Author Share Posted June 14, 2009 I added the titles as suggested, but nothing has happened. Maybe I've saved it in the wrong format or didn't add the titles as a new layer? Once I've closed the screen with all the HTML, it is as if nothing happened.. Surely I've overlooked something simple? Quote Link to comment Share on other sites More sharing options...
daveporpoiseboy Posted June 14, 2009 Author Share Posted June 14, 2009 I added the titles as suggested, but nothing has happened. Maybe I've saved it in the wrong format or didn't add the titles as a new layer? Once I've closed the screen with all the HTML, it is as if nothing happened.. Surely I've overlooked something simple? Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted June 14, 2009 Share Posted June 14, 2009 I mean the "title" attribute. Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted June 14, 2009 Share Posted June 14, 2009 I mean the "title" attribute. Quote Link to comment Share on other sites More sharing options...
daveporpoiseboy Posted June 15, 2009 Author Share Posted June 15, 2009 Maybe I'm not asking the question clearly.. I have an image of Australia, without state lines drawn or text labelling the states. Is there a plugin or function to allow a small text box to pop up displaying the name of the state by the cursor when the cursor is hovered over a certain state? Cheers, Dave Quote Link to comment Share on other sites More sharing options...
daveporpoiseboy Posted June 15, 2009 Author Share Posted June 15, 2009 Maybe I'm not asking the question clearly.. I have an image of Australia, without state lines drawn or text labelling the states. Is there a plugin or function to allow a small text box to pop up displaying the name of the state by the cursor when the cursor is hovered over a certain state? Cheers, Dave Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted June 16, 2009 Share Posted June 16, 2009 Try this: Tip: The alt attribute is meant to be used as an alternative text if the image is not available, not as a mouse-over text. To show a mouse-over text on images or image-maps, use the title attribute, like this: Stolen from here: http://www.w3schools.com/tags/tag_IMG.asp This is now a web development issue and not a Paint.NET/imagemap issue. You might wish to ask further question in the Alfredo section where we have a thread for web development :wink: Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted June 16, 2009 Share Posted June 16, 2009 Try this: Tip: The alt attribute is meant to be used as an alternative text if the image is not available, not as a mouse-over text. To show a mouse-over text on images or image-maps, use the title attribute, like this: Stolen from here: http://www.w3schools.com/tags/tag_IMG.asp This is now a web development issue and not a Paint.NET/imagemap issue. You might wish to ask further question in the Alfredo section where we have a thread for web development :wink: Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
duffjr Posted August 6, 2009 Share Posted August 6, 2009 I have no idea how to use Image Map. First of all, I don't want to segment the image. I want the whole image to redirect to my website. When I open the image map extension, all I can do is click one point on the image, title that point, and then receive code which is indecipherable. Do I need to create 4 points marking the area of the picture I want to hyperlink? I need to add my website url somewhere in the code obviously, but I am not sure how Paint.net interacts with html. Quote Link to comment Share on other sites More sharing options...
Frontcannon Posted August 6, 2009 Share Posted August 6, 2009 This has NOTHING to do with Paint.NET anymore, my friend Look it up in a HTML library or something.. Quote Night Vision Text Effect Tutorial Gallery reddit.com/r/futurebeats | My Mixcloud Link to comment Share on other sites More sharing options...
duffjr Posted August 7, 2009 Share Posted August 7, 2009 Isn't that the purpose of an image map? SimonBrown is displaying what I need. I was directed to use image map from another topic since forumer doesn't support most html. Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted August 7, 2009 Share Posted August 7, 2009 As mentioned above (and previously) Imagemaps and HTML are web design issues. This is a forum about Paint.NET - an image processing/creation tool. Yes Simon has created a plugin to assist turning images into imagemaps from within Paint.Net, but the resultant code (that you found indecipherable) is HTML. Paint.Net does not interact with HTML and therefore not something we feel is appropriate to discuss in this part of the forum. I suggest (as I did before) that you take this discussion to either the thread pertaining to the imagemap plugin, or the alfreo (where there is a thread specifically for web design). Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker 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.