JDRh4l
02-07-2003, 01:57 AM
Heyas, I was just wondering if it was possible to use a percent while positioning..
See, I have this image on the side, but I have an inline frame on the otherside and would like the size of the inline frame to adjust if a person has a smaller browser..
I tried putting both the pic and the frame in a table, but I couldnt position the image with in the table, as I want it on the bottom left corner exactly..
I have no idea if this is possible, but thanks in advance!
<body bgcolor="#FFFFFF" background="http://www.iamsmeagol.net/yellatme/background.gif">
<img border="0" style="position: absolute; left: 0px; bottom: 0px;" src="http://www.iamsmeagol.net/yellatme/yellatmelogo.gif" width="356" height="450">
<center>
<iframe style="position: absolute; left: 357px; top: 10px; width: *px; height: 500px" src="http://www.iamsmeagol.net/yellatme/inlinepage.html" name="content" width="100%" height="600"
frameborder="0" border="0"></iframe>
</center>
</body>
See, I have this image on the side, but I have an inline frame on the otherside and would like the size of the inline frame to adjust if a person has a smaller browser..
I tried putting both the pic and the frame in a table, but I couldnt position the image with in the table, as I want it on the bottom left corner exactly..
I have no idea if this is possible, but thanks in advance!
<body bgcolor="#FFFFFF" background="http://www.iamsmeagol.net/yellatme/background.gif">
<img border="0" style="position: absolute; left: 0px; bottom: 0px;" src="http://www.iamsmeagol.net/yellatme/yellatmelogo.gif" width="356" height="450">
<center>
<iframe style="position: absolute; left: 357px; top: 10px; width: *px; height: 500px" src="http://www.iamsmeagol.net/yellatme/inlinepage.html" name="content" width="100%" height="600"
frameborder="0" border="0"></iframe>
</center>
</body>