Click to See Complete Forum and Search --> : Another AIM Smiley question.....


xspeedyalpha21x
08-24-2003, 07:16 PM
http://mytheme.com/smile.html
I Veiwed the script for that. When i did i found out that the smileys had no link to get the picture, it was just something that had to go with COORDS....
can someone please help me, i need that for my website, but i need to know how to get pictures for the smileys that arent on that list (www.aim.ansme.com has it, click on New Aim Smileys or sumtin like that). What would the COORDS be?
Please help
thanx

Fang
08-25-2003, 01:21 AM
It's an image map, when you click on a defined area(COORDS)
it finds the information about that particular smiley.

xspeedyalpha21x
08-25-2003, 08:28 AM
That makes sense, but do you have to set the coords? like, how do i know the coords for each smiley Here (http://imsecrets.tripod.com//sitebuildercontent/sitebuilderpictures/everyone.jpg).
I dont want you to to give me all the COORDS, but i want to know a COORD for the first smiley set, just so i know how much ti increase by each time! even though i have no idea how to get this to work.......
Please help!

Fang
08-27-2003, 05:15 AM
It's a lot of work for all the 2688 smileys:

<img name="smileys0" src="smileys.gif" width="1137" height="1403" border="0" alt="All the Smileys" usemap="#smileys">
<map name="smileys">
<area shape="rect" coords="0,0,21,23" href="smiley1.html" alt="smiling boy">
<!-- The other 2687 smileys follow here -->
</map>

When you click on a smiley it's page is loaded.