View Full Version : Images behind iframes


instant karma
07-04-2003, 12:26 AM
I want to do a layout where there's an image BEHIND the inline frame instead of in front of it. When I try absolute positioning, it always goes in front of the iframe. Is there anyway I can change this? Here's an example...

http://www.layoutland.net/Layouts/browse/layouts/orangeyellow/fruit.htm

thanks!

jazzberry
07-04-2003, 12:28 AM
have you tried putting the image first, and absolute positioning the image? then put the iframe

instant karma
07-04-2003, 12:29 AM
Oh.. heh.. never thought of that! :P

Thanks!