View Full Version : i-frame


michael.r
09-15-2005, 02:17 PM
hi, can any one give me the code to put a i frame on my page with absoulute
positioning.

MaGiCSuN
09-15-2005, 02:31 PM
<iframe style="position: absolute; left: #px; top: #px;" frameborder="0" src="home.html" name="iframe"></iframe>

Love,
Mirna

michael.r
09-15-2005, 03:28 PM
hi, it didnt work :confused:

michael.r
09-15-2005, 03:38 PM
is this html right
<iframe FRAMEBORDER="0" BORDER="0" width="610" height="630" src="http://www.habbitez.co.uk/iframe.html" name="maincontent" allowTransparency="true" scrolling="auto" style="position: absolute; top: 400px; left: 315px; z-index: 2; FILTER: chroma(color=ffffff)"></iframe>

pb&j
09-15-2005, 04:17 PM
coding looks correct.
please post a link to your page and explain what is wrong with it.

michael.r
09-15-2005, 04:40 PM
it's dosnt disply anything in the i frame even if i add a background or text.

mandarinspyce
09-15-2005, 04:48 PM
In your iframe, change your body background from:

<body background="I-frame-background.GIF">

to

<body background="I-frame-background.gif">

You had and error in capitaliztion, so that's why your background wasn't showing up.

michael.r
09-15-2005, 04:54 PM
thank's for that u was right. :cheer: