View Full Version : How Do You Do This?


maybe
08-04-2003, 05:15 PM
I am working on a new website http://www.geocities.com/chinchilla_baby how would I get my i-frame onto the white area of the background? Is there some sort of absoloute positioning code?

Lemon Squash
08-04-2003, 05:45 PM
There is such a code :)

<iframe frameborder="0" boreder=0 src="PAGEINSIDEIFRAME.HTML" name=iframe width="WIDTHOFIFRAME" height="HEIGHTOFIFRAME" style="position: absolute; left: 0px; top: 0px;"></iframe>

Keep changing the left: 0px; and the top: 0px; untill you get it where you want on the page, and just fill in the rest to suit you :)