Bamboo
04-02-2003, 09:38 PM
When I view my page,everything is fine,but when others view it they say my inlineframes are out of order.
Well, I went back to look at my codes,and discovered it had nothing to do with my codes, but actually how big the window was for Internet Explorer.
Is there anyway I can lock my Div codes so they won't move even if somebody resizes their window?
Are you using percentages?
If you use a pixel value for the size and positon, it should be okay.
Bamboo
04-02-2003, 09:57 PM
This is what my codes look like:
<html>
<BODY bgcolor="000000">
<title> // DoT</title>
<style type="text/css">
<!--
A:link { text-decoration: none; color:"ffffff"; cursor:se-resize; }
A:visited { text-decoration: none; color:"ffffff"; cursor:se-resize; }
A:hover {TEXT-DECORATION: underline overline; COLOR: ffffff; BACKGROUND COLOR:; cursor: se-resize;
;}
body {
scrollbar-face-color:000000;
scrollbar-highlight-color:000000;
scrollbar-3dlight-color: 000000;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color:CFD0D0;
scrollbar-track-color: 000000;
scrollbar-base-color:000000;
margin-left:0;
margin-top:0;
}
-->
</style>
<script language="JavaScript" type="text/javascript" src="http://www.uqg-2000.com/server.php?service=online&id=Bamboo"></script>
<center>
<img src="http://www.angelfire.com/emo/cast_away/images/Fade.jpg">
</center>
<div id="content" style="position:absolute;left:162;top:244;">
<iframe src="blog.html" name="blog" frameborder="0" border="0" width="181" allowtransparency="true" height="539"></iframe>
<div id="content" style="position:absolute;left:264;top:68;">
<iframe src="side.html" name="side" frameborder="0" border="0" allowtransparency="true" width="182" height="425" scrollbars="no" scrolling="no"></iframe>
</BODY>
</html>
starlet
04-02-2003, 10:58 PM
Position that first image too, center is a different place on every window so thats whats throwing it off.
Bamboo
04-03-2003, 02:11 AM
What would I center that as?
Bamboo
04-03-2003, 04:45 AM
( X that post above)
So, would I have to go through and edit the entire div layer code?
alkaline39
04-03-2003, 06:14 AM
got rid of the center and ended your div tags
<img src="http://www.angelfire.com/emo/cast_away/images/Fade.jpg">
<div id="content" style=" position:absolute;left:215;top:228;">
<iframe src="blog.html" name="blog" frameborder="0" border="0" width="181" allowtransparency="true" height="539"></iframe>
</div>
<div id="content" style=" position:absolute;left:478;top:298;">
<iframe src="side.html" name="side" frameborder="0" border="0" allowtransparency="true" width="182" height="425" scrollbars="no" scrolling="no"></iframe>
</div>