Click to See Complete Forum and Search --> : Div positioning help


intodeep
08-01-2005, 10:06 AM
I'm trying to build a new website for my portfolio of web designing and such but I have a problem with the div positioning. First I have a iframe inside of the div..

This is one of the pages Drowninsanity Creations (www50.brinkster.com/drowninsanity/updates.html)

I tried to see it on different browsers and screen resolutions but the positioning of the div is not in the boxed outline or the text is not. I tried the position to static but it's not in place whenever I adjust the settings. Is it possible for the div to stay positioned where I want it to be without letting the window be resized? you know what I'm saying?

This is my coding:

<div id="floatframe">
<iframe src="updates2.html"
id="updates2"
align="center"
marginwidth="0"
marginheight="0"
vspace="0"
hspace="0"
frameborder="no"
resize="no"
width="445"
height="368"
allowtransparency="true"
scrolling="auto"
border="0">
If you can read this, then your browser does not support iframes. Click <a target="_blank" href="http://www.microsoft.com/windows/ie/">here</a> to upgrade to I.E 6.0.</iframe>
</div>

<STYLE type="text/css">
#floatframe {position:absolute;
left:350px;
top: 115px;
width: 350px;
height: 200px;
z-index: 100
}
</STYLE>

intodeep
08-01-2005, 10:28 AM
nvm i think i got it. you can close this thread.