View Full Version : Image positioning


angelsanctus
01-24-2003, 04:00 AM
Hi!
Okay, put it in people terms. Anyways, I am trying to position an image, but the image is also an image map, so I can position the image, but it overlaps the map. I'm working on it, please take a look. http://www.chaos-shadow.com/twins/one.html and the links are on the left.

*º·Shadow·º*
~*Embrace the Darkness*~

Alcy
01-24-2003, 04:44 AM
You have this:
<img style="position:absolute; top:1px; left:1px; width:233px;
height:90px" src="a.gif">

<!-- Image Map created by VisiMapperPro -->
<img SRC="a.gif" USEMAP="#a" BORDER=0>
<map NAME="a" >
<!-- Image Map (Created by VisiMapperPro) a starts... -->
<area SHAPE=RECT COORDS="48,62,2,4" HREF="http://www.chaos-shadow.com/twins/main.html" ALT="main" TITLE="main" TARGET=iframe >
<area SHAPE=RECT COORDS="53,5,114,68" HREF="http://www.chaos-shadow.com/twins/about.html" ALT="about" TITLE="about" TARGET=iframe >
<area SHAPE=RECT COORDS="119,8,167,72" HREF="http://www.chaos-shadow.com/twins/rules.html" ALT="rules" TITLE="rules" TARGET=iframe >
<area SHAPE=RECT COORDS="171,8,235,74" HREF="http://www.chaos-shadow.com/twins/codes.html" ALT="codes" TITLE="codes" TARGET=iframe >
<area SHAPE=RECT COORDS="63,73,0,96" HREF="http://www.chaos-shadow.com/twins/join.html" ALT="join" TITLE="join" TARGET=iframe >
<area SHAPE=RECT COORDS="75,75,155,98" HREF="http://www.chaos-shadow.com/twins/members.html" ALT="members" TITLE="members" TARGET=iframe >
<area SHAPE=RECT COORDS="160,78,234,97" HREF="http://www.chaos-shadow.com/twins/etc.html" ALT="etc" TITLE="etc" TARGET=iframe >
<!-- End of Map Definition -->

Delete this:
<img style="position:absolute; top:1px; left:1px; width:233px;
height:90px" src="a.gif">

The image map generated by the program already include the image in it ;)

Also, you're not allowed to have urls in your siggy >.<
http://www.lissaexplains.com/forum/showthread.php?threadid=28956

angelsanctus
01-25-2003, 03:21 AM
Hi!
What I want is to position the image in the iframe, but your telling me to delete the whole ccs code altogther. I'm asking is there a way to position a image map, and I need someone to tell me how.
*º·Shadow·º*
~*Embrace the Darkness*~

Serena-chan
01-26-2003, 08:53 PM
You want to put the image map inside the iframe? So put that map on the page that you are going to load in the iframe. Seems the most simple of solutions to me.

angelsanctus
01-29-2003, 03:29 AM
Hi!
No! What I want to do is POSITION my image map in the iframe (you know like, if I wanted to put it in the lower left hand corner, or top right corner) but it's not letting me, and it's making a scrollbar appear. I want to position it in the top left corner so the scrollbar is gone, and the WHOLE image can be seen, unlike now, where the bottom part is cut off. again, please take a look. (Link up at the top post)
*º·Shadow·º*
~*Embrace the Darkness*~

Serena-chan
01-29-2003, 01:03 PM
Hum... well I'm really not sure what you are asking. I looked at your site, the image map is the image in the lower left corner right? You want to put it in the iframe... or do you want to put it over the iframe?

angelsanctus
01-30-2003, 02:05 AM
it's ALREADY in the Iframe, but I want it to MOVE from the lower left corner to the UPPER RIGHT corner. Is there a way I can position it IN THE IFRAME?
*º·Shadow·º*
~*Embrace the Darkness*~