Adding a image map into a div, Is it possible? |
![]() ![]() |
Adding a image map into a div, Is it possible? |
Nov 6 2006, 06:33 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 458,976 |
So, I've made a DIV, and I tried adding an image map into one of the divs for this friends list thing i made... but it doesn't work. The code disappears somehow. I'm not quite sure if it's the code for my DIV or if it's the image map itself. But I didn't make the image map code, it was generated from Paintshop Pro (the newest version).
Can anyone offer some advice?? |
|
|
|
Nov 6 2006, 06:34 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Post your code. Sometimes they dissapear well mine did but there was just an error in my code.
|
|
|
|
Nov 6 2006, 06:59 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 458,976 |
This is my image map...
CODE <html>
<head> <meta name="Author" content=""> <meta name="Generator" content="Corel Paint Shop Pro Photo XI"> <title> </title> </head> <body> <img name="pretty_cut230" src="pretty_cut23.gif" width="175" height="204" border="0" usemap="#pretty_cut23" alt="" /> <map name="pretty_cut23"> <area shape="poly" coords="0,63,45,63,45,0,11,0,0,7" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="119,64,47,64,48,0,120,0" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="174,62,123,62,125,0,167,0,174,7" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="173,111,126,111,126,67,173,67" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="174,163,125,163,125,115,174,115" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="121,112,124,67,48,67,48,112" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="0,113,45,113,45,66,0,66" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="122,163,122,116,47,116,47,163" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="0,163,44,163,44,116,0,116" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="174,165,174,191,167,203,126,203,125,165" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="46,203,121,203,123,166,47,166" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="0,165,45,165,44,203,8,203,0,191" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> </map> </body> </html> |
|
|
|
Nov 6 2006, 07:09 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Remember you are working with myspace not a website . Take out everything but this and change your image map to this. Make sure you add in teh image url. :
CODE <img src="pretty_cut23.gif" width="175" height="204" border="0" usemap="#pretty_cut23" alt="" />
<map name="pretty_cut23"> <area shape="poly" coords="0,63,45,63,45,0,11,0,0,7" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="119,64,47,64,48,0,120,0" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="174,62,123,62,125,0,167,0,174,7" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="173,111,126,111,126,67,173,67" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="174,163,125,163,125,115,174,115" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="121,112,124,67,48,67,48,112" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="0,113,45,113,45,66,0,66" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="122,163,122,116,47,116,47,163" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="0,163,44,163,44,116,0,116" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="174,165,174,191,167,203,126,203,125,165" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="46,203,121,203,123,166,47,166" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> <area shape="poly" coords="0,165,45,165,44,203,8,203,0,191" href="http://www.myspace.com/fuct_up_emo_kid" target="_blank" alt="friends"> </map> |
|
|
|
Nov 6 2006, 07:16 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2006 Member No: 458,976 |
Thanx!
It's the first time I've ever even tried using an image map, so I had (and still don't) no idea what I was doing, but i appreciate the help :D |
|
|
|
![]() ![]() |