View Full Version : iframe, image map, needing a code..


Ayosu_Ling
06-24-2005, 05:45 AM
OK. Here's the thing.


I have a picture. Which also has a little place on it where I want an I-frame (which I know will need absolute positioning..but hold on I'll get to that lol) and that ALSO in the picture is parts of it link. Now i have the codes for the image map (I just DLed the trial version of cute map because i'm too dumb to code it myself)

But I just don't know what code to use for all of that put together.
(an image -with an image map on it-, and with i-frames/absolute positioning) Maybe I know the codes for the seperate things but how could I put it together as one? Could someone pllleasse help me. Thnxmch, -alyssa.

Monkey Bizzle
06-24-2005, 08:07 AM
cute map will generate the <img> code and <map> codes. If you are going to absolute position your iframe, you need to absolute position your image as well. Just add to the <img> tag the positioning stuff. Then underneath the codes generated by cute map, put your iframe code and just position it where you want. All of this goes in the <body> tags of course =)

Ayosu_Ling
06-25-2005, 02:25 AM
thanks! XD