Log In · Register

 
Div Overlay with HTML (help)
Fightingninj4
post Dec 7 2006, 09:48 PM
Post #1


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2006
Member No: 486,002



hokay, so, i did this fools' (your still cool in my book though) little deal (http://www.createblog.com/forums/index.php?showtopic=97397&hl=hide+myspace ), and i found a way to make a picture cover my entire page (coolieo). ok so, ive got dreamweaver/ i can do a little bit of HTML work on my own, but basically, i want this picture to have links imbeded in it (image map) and the links be like, Send message, and all that crapp.

i got the html written out for all of that-

[code]
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
<img src="http://i32.photobucket.com/albums/d33/fightingninj4/final.jpg" width="1500" height="825" border="0" usemap="#mymysic" />
<map name="mymysic" id="mymysic">
<area shape="poly" coords="699,661,669,724,742,757,769,691" href="#" target="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=107780817&MyToken=5937e8ff-22ad-4768-82d6-ad1885c74192" />
<area shape="poly" coords="759,764,786,700,851,728,827,794" href="#" target="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=4806952&MyToken=cea54832-e180-4c32-9009-8c9da384a087" />
<area shape="poly" coords="594,691,619,661,629,631,681,652,667,672,672,699,662,721" href="#" target="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=8069551&MyToken=4d1a7626-8199-4e02-a59e-635900e0dd97" />
<area shape="poly" coords="517,662,535,630,552,603,603,623,600,646,592,681,589,696" href="#" target="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=5985061&MyToken=3545bb31-4fa9-493f-81f6-d09b470487a7" />
<area shape="poly" coords="860,732,839,799,890,821,924,758" href="#" target="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=108670302" />
<area shape="poly" coords="933,765" href="#" /><area shape="poly" coords="932,763,908,823,995,823,1008,795" href="#" target="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=6033502" />
<area shape="poly" coords="357,24,357,43,457,80,468,51,405,23" href="#" target="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=8283840&MyToken=dfbf0534-0d0f-4855-a5a4-4d3916708aa1" />
<area shape="poly" coords="364,99,356,131,479,180,485,156" href="#" target="http://youtube.com/profile_videos?user=Fightingninj4" />
<area shape="poly" coords="370,442,361,472,477,517,484,501" href="#" target="http://messaging.myspace.com/index.cfm?fuseaction=mail.message&friendID=8283840&MyToken=dfbf0534-0d0f-4855-a5a4-4d3916708aa1" />
<area shape="poly" coords="1160,23,1164,820,1071,823,341,505,341,490,599,601,629,539,339,414,339,342,6
6,480,693,418,341,264,341,251,474,314,504,249,339,177,338,146,524,229,555,161,33
,67,339,45,479,109,507,43,470,24" href="#" target="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=8283840&MyToken=dfbf0534-0d0f-4855-a5a4-4d3916708aa1" />
<area shape="poly" coords="891,817,338,576,338,607,745,786,734,817,647,821,338,684,335,748,509,821" href="#" target="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=8283840&MyToken=dfbf0534-0d0f-4855-a5a4-4d3916708aa1" />
<area shape="poly" coords="359,324,503,383,513,365,373,296" href="#" target="http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=8283840&MyToken=dfbf0534-0d0f-4855-a5a4-4d3916708aa1" />
<area shape="poly" coords="356,237,466,282,479,260,372,209" href="#" target="http://comment.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=8283840&MyToken=dfbf0534-0d0f-4855-a5a4-4d3916708aa1" />
<area shape="poly" coords="356,568,472,617,479,582,366,535" href="#" target="http://home.myspace.com/Modules/ViewFriends/FriendsView.aspx?friendID=8283840" />
<area shape="poly" coords="367,780,359,814" href="#" />
<area shape="poly" coords="365,779,354,809,384,821,429,821" href="#" target="http://www.geocities.com/ivanrxxx/reubsmusic.html" />
</map>
</body>


</html>
[code]

and so basically, its a pic, but its got links where the words are (heres the orignal pic) http://i32.photobucket.com/albums/d33/figh...ninj4/final.jpg

***
the problem,

ive got the code for what i want to have on my myspace (nothign else on the page except blk) but i dotn konw how to make it an overlay of html code

ALSO

i tried to just plug it in to the script that asked for a pic to just cover the whole page, and i got that image i wanted, the links were there, but the url for all the links said www.myspace.com/# or somethign exactally like that.


ur thoughts? anything im sure will help- and plz no flaming for me being a nube/ owning a really expencive software (i downloaded it for free btw).

- Reub
 
 
Start new topic
Replies
Fightingninj4
post Dec 7 2006, 10:50 PM
Post #2


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2006
Member No: 486,002



ok- thank you, but theres still one more problem, maybe i should start a new thread? but, basically, myspace still directs all of my links to http://www.myspace.com/# any thoughts? btw, the script has got http links in it already, to get the links, i just right-clicked the link that would have taken me to the page i wanted the link to go to, and selected coppy shortcut, and pasted it into my image map

*Reub
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: