View Full Version : layering html


aries_hottie
06-02-2003, 02:14 PM
i was wondering if anyone here knows how to layer html. i want an iframe on my page, but i loaded my layout as a pic, so the iframe wont go over it...and i want the iframe to go over the layout pic. so i was wondering if there's a code for that? any help would be greatly appreciated. thanx

EmpTcaN
06-02-2003, 02:37 PM
had you try to reposition the order of the html?
some times if you reposition them it might comes on top

alkaline39
06-02-2003, 02:52 PM
You would use div layers

<div id="top" style="left: 500px; top: 485px; position: absolute">Iframe Code in here</div>

then just fill in the top and left pixels however you want