View Full Version : placing frame on top of several large pictures


shortae
06-25-2004, 01:12 AM
I am having trouble placing a frame on top of several large pictures. If i simply use the iframe code, it would either show up above or below the images. I need it to be on top of the images. I would need to place it at a specific place on the layout. I would appreciate it if someone show me how I would do that?

kittycat
06-25-2004, 02:07 AM
style="position: absolute; top: ##px; left: ##px;"
Put that in the IFRAME tag, change ## to the correct number of pixels

shortae
06-25-2004, 04:28 AM
thank you so much! that is working perfectly! :)