Log In · Register

 
 
Closed TopicStart new topic
image map, this is HARD
iheartsimba
post May 3 2004, 08:28 PM
Post #1


kristin
*******

Group: Member
Posts: 5,705
Joined: Feb 2004
Member No: 3,985



ok...so I'm not quite understanding...but I'm doing my best....



Ok, so I put my cursor at the top right hand corner of the "Sign In" link.
At the top left, the coordinites said this: 85, 29
Then I put my cursor at the bottom irght of it and it said this : 161, 44

So I took the html:

CODE
<!-- begin code provided by createblog.com -->

<img name="img" src="img"border="0" usemap="#img" alt="">
<map name="m_img">
<area shape="rect" coords="85,29,161,44" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
</map>

<div style="width: 0px;
padding-left: [x] px; padding-right: 0px; padding-top: [x] px;position:static; margin-top:-500px">
<div align=left><div style="background:transparent; border=0px solid #000000; width: [x] px; height: [x] px; BACKGROUND:transparent; FILTER: alpha(opacity=50); overflow:auto">

<!-- end code provided by createblog.com -->



In the coordinates for my first link I put:
"85,29,161,44"


Yet.....my image map does still not work!

What am I doing wrong?
 
aznhybriddragon
post May 3 2004, 09:02 PM
Post #2


Senior Member
*****

Group: Member
Posts: 946
Joined: Jan 2004
Member No: 603



try giving a link to your image or attach the image or something like that.
 
SteveZz
post May 3 2004, 09:07 PM
Post #3


Helper
****

Group: Member
Posts: 220
Joined: Mar 2004
Member No: 6,673



It's top right bottom left not top left bottom right.
 
inn0centmarianne
post May 4 2004, 02:53 PM
Post #4


x mar muffins *yuuuum
*****

Group: Member
Posts: 874
Joined: Feb 2004
Member No: 5,620



QUOTE(SteveZz @ May 3 2004, 9:07 PM)
It's top right bottom left not top left bottom right.

yup, steve is right, I noticed that when I saw your coordinates, use the lower left first, then the top right... then it should work properly.
 
d3v1l1ci0us
post May 4 2004, 05:20 PM
Post #5


grrowl
*****

Group: Member
Posts: 393
Joined: Mar 2004
Member No: 8,727



um does anyone know how to get photo shop? is it sum kinda program u have to buy in a cd or sumthin? wink.gif
 
mystical
post May 4 2004, 05:24 PM
Post #6


I HAVE YOUR IP
******

Group: Member
Posts: 1,429
Joined: Feb 2004
Member No: 2,745



QUOTE(d3v1l1ci0us @ May 4 2004, 3:20 PM)
um does anyone know how to get photo shop? is it sum kinda program u have to buy in a cd or sumthin? wink.gif

Yeah, Photoshop you have to buy or (i wouldn't suggest it) download of kazaa
 
iheartsimba
post May 4 2004, 06:08 PM
Post #7


kristin
*******

Group: Member
Posts: 5,705
Joined: Feb 2004
Member No: 3,985



i used paint shop pro8
 
iheartsimba
post May 4 2004, 06:14 PM
Post #8


kristin
*******

Group: Member
Posts: 5,705
Joined: Feb 2004
Member No: 3,985



in the code, do I put that area like this:

TOP RIGHT,TOP RIGHT,BOTTOM LEFT,BOTTOM LEFT

?
 
aZNbLUMUNKEEbUTT
post May 7 2004, 11:25 PM
Post #9


boogie down yo`
*****

Group: Member
Posts: 710
Joined: Mar 2004
Member No: 9,271



nd it still didnt work?? .. try putting bottom left first nd den top right
 
waccoon
post May 7 2004, 11:31 PM
Post #10


We are the cure.
*******

Group: Staff Alumni
Posts: 4,936
Joined: Jan 2004
Member No: 1,456



QUOTE(iheartsimba @ May 4 2004, 7:14 PM)
in the code, do I put that area like this:

TOP RIGHT,TOP RIGHT,BOTTOM LEFT,BOTTOM LEFT

?

bottom left x axis, bottom left y axis, top right x axis, top right y axis
 
DrNick311
post May 8 2004, 07:40 AM
Post #11


.
******

Group: Member
Posts: 1,488
Joined: Feb 2004
Member No: 3,625



Your coordinates are fine but your code is messed up:
CODE
<!-- begin code provided by createblog.com -->

<img name="img" src="img"border="0" usemap="#img" alt="">
<map name="m_img">
<area shape="rect" coords="85,29,161,44" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
</map>

<div style="width: 0px;
padding-left: [x] px; padding-right: 0px; padding-top: [x] px;position:static; margin-top:-500px">
<div align=left><div style="background:transparent; border=0px solid #000000; width: [x] px; height: [x] px; BACKGROUND:transparent; FILTER: alpha(opacity=50); overflow:auto">

<!-- end code provided by createblog.com -->


See where it says "<map name="m_img">?" It's supposed to be "<map name="img">."
 
mai_z
post May 14 2004, 06:06 PM
Post #12


unify and defeat... divide and crumble
******

Group: Member
Posts: 2,759
Joined: Mar 2004
Member No: 6,379



buy photoshop at your local bestbuy, or computer store....

i suggest getting your hands on a copy of imageready (comes with photoshop) makes image mapping Soooooo much easier
 
juliar
post May 14 2004, 06:37 PM
Post #13


3,565, you n00bs ain't got nothin' on me.
*******

Group: Official Member
Posts: 3,761
Joined: Feb 2004
Member No: 3,565



QUOTE(iheartsimba @ May 4 2004, 6:14 PM)
in the code, do I put that area like this:

TOP RIGHT,TOP RIGHT,BOTTOM LEFT,BOTTOM LEFT

?

Bottom left coords, then top right coords.
If you want me to coord it for you, ill be happy to help.
 

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