View Full Version : the absoluete positing won't work


NumLock
04-08-2003, 12:21 AM
nomatter wat i put in for the absoulete position it won't work or move anywhere here is the page im having trouble with:

http://chocolatte.kzign.com

(press enter to get to the problem spot)

Alcy
04-08-2003, 01:48 AM
It's easier to align the iframe if the image isn't centered. You also missed a semi-colon.

<body topmargin=0 leftmargin=0>

<img src="chocoindex.jpg">

<div style="position:absolute; top:120; left:30; width:94; height:247; overflow:auto;">
LINK<br>
LINK<br>
LINK<br>
LINK<br>
</div>

<div style="position:absolute; top:95; left:240; width:300; height:244; overflow:auto;">
<iframe src="start.html" name="mainframe" width="300" height="244" border="0"></iframe>
</div>

</body>