MAP PROBLEM...THE "#" |
![]() ![]() |
MAP PROBLEM...THE "#" |
Mar 10 2008, 11:56 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2008 Member No: 629,406 |
So.. this is the myspace page: www.myspace.com/elvizzovj
The image mapping works with Firefox but doesn't with IE. The code is QUOTE <div class="navi"> <img src="http://www.tarantohiphop.com/andreavizzarro/myspace/myspacebody.png" width="893" height="723" border="0" usemap="#navigation"> <map id="navigation" name="navigation"> <area coords="67,661,164,693" href="http://messaging.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=350655241" target="_self"> <area coords="173,662,403,691" href="http://messaging.myspace.com/index.cfm?fuseaction=mail.message&friendID=350655241&MyToken=59ae632d-3b6b-4217-8965-d8ec3d989b2d" target="_self"> <area coords="414,661,510,692" href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=350655241&albumId=0" target="_self"> <area coords="622,662,813,692" href="http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=350655241&MyToken=59ae632d-3b6b-4217-8965-d8ec3d989b2d" target="_self"> <area coords="70,560,279,591" href="http://home.myspace.com/index.cfm?fuseaction=user" target="_self"> <area coords="521,662,610,692" href="http://home.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=350655241" target="_self"> </map> </div> The problem is here: usemap="#navigation"> When i put the code in ABOUT ME in safe mode... the # disappear and the code became usemap="navigation"> without # and doesn't work in INTERNET EXPLORER. IE requires code with # ahead navigation but # disappear... how i can do? Sorry for my bad english... i'm italian |
|
|
|
Mar 10 2008, 12:16 PM
Post
#2
|
|
![]() Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,918 Joined: Jun 2007 Member No: 538,522 |
If you're coding for Myspace, you should leave the hash symbol in; Myspace should replace it when you save changes and it shouldn't have any effect on your image map whatsoever.
|
|
|
|
Mar 10 2008, 12:24 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2008 Member No: 629,406 |
it doesn't work!
|
|
|
|
Mar 10 2008, 12:51 PM
Post
#4
|
|
![]() Resource Center Tyrant ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,263 Joined: Nov 2007 Member No: 593,306 |
I'm not familiar with Safe Mode, but have you tried inserting the image map NOT in safe mode? Your image map looks fine, and I've never edited my profile in Safe Mode and it usually works.
|
|
|
|
Mar 10 2008, 06:05 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2008 Member No: 629,406 |
i've tried this but nothing...
|
|
|
|
Mar 10 2008, 06:45 PM
Post
#6
|
|
![]() Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,918 Joined: Jun 2007 Member No: 538,522 |
Try using this instead of 'map ID'.
CODE <map name="navigation">
|
|
|
|
Mar 10 2008, 07:13 PM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2008 Member No: 629,406 |
it doesn't work :(
|
|
|
|
Mar 11 2008, 12:50 AM
Post
#8
|
|
![]() Melieized ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,372 Joined: Nov 2006 Member No: 478,715 |
why not change the mapid to #navigation and take the "name=navigation" part out.
|
|
|
|
Mar 11 2008, 12:54 AM
Post
#9
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Image maps don't work on music profiles in internet explorer. Believe me, I've designed plenty of them.
Your going to have to cut up the image and position it where they need to go. |
|
|
|
![]() ![]() |