View Full Version : Mind boggled


Arioch
06-05-2003, 07:04 PM
Okay, i've been doing website stuff for awhile now, but something that has always puzzled me is how to put an inline frame inside of a picture.

for example, if i had this image http://www.abnormis.com/exhibit/necron/nec_armageddon.sized.jpg

and i wanted the my inline frame to go inside the box and use the little squares as buttons via image map how would i go about "putting" the inline frame in the picture

cut2deep
06-05-2003, 07:39 PM
you can use absolute positioning..

<iframe name="iframe" width=xx height=xx src="whatever.html" style="position:absolute; top:xx; left:xx;">
</iframe>

Arioch
06-06-2003, 06:34 AM
whoa thanks man, do you know how to find out the absolute position or whatever?

Liz
06-06-2003, 02:05 PM
You'll have to play around with it if your new to this :) Once you get better at absolute positioning you'll figure out the aprox number it has to go.