ChibiCereCere
03-25-2003, 03:28 AM
For some reason my iFrames wont position. This is the HTML code I have. Thanks.:
<html> <head> <title> Rainbow Sugar ** Spaloosh! </title>
<style type="text/css">
<!-- body { scrollbar-base-color: #BAD8FC; scrollbar-face-color: #BAD8FC; scrollbar-shadow-color: #BAD8FC; scrollbar-darkshadow-color: #BAD8FC; scrollbar-highlight-color: #BAD8FC; scrollbar-track-color: #BAD8FC; scrollbar-arrow-color: #0464DB; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px } a { text-decoration: none; cursor: crosshair } a:hover { filter: FlipH; height: 2px } -->
</style>
</head>
<body topmargin=0 left margin=0 bgcolor="000080" background="back.gif"> <font color="0464DB" face="verdana" size="-2">
<iframe src="navi.html" name="i1" width="50px" height="50px" frameborder="0" border="0" "top=20, left="20"></iframe>
<iframe src="main.html" name="i2" width="150" height="150" frameborder="0" border="0" top="65" left="90"></iframe>
</body> </html>
<html> <head> <title> Rainbow Sugar ** Spaloosh! </title>
<style type="text/css">
<!-- body { scrollbar-base-color: #BAD8FC; scrollbar-face-color: #BAD8FC; scrollbar-shadow-color: #BAD8FC; scrollbar-darkshadow-color: #BAD8FC; scrollbar-highlight-color: #BAD8FC; scrollbar-track-color: #BAD8FC; scrollbar-arrow-color: #0464DB; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px } a { text-decoration: none; cursor: crosshair } a:hover { filter: FlipH; height: 2px } -->
</style>
</head>
<body topmargin=0 left margin=0 bgcolor="000080" background="back.gif"> <font color="0464DB" face="verdana" size="-2">
<iframe src="navi.html" name="i1" width="50px" height="50px" frameborder="0" border="0" "top=20, left="20"></iframe>
<iframe src="main.html" name="i2" width="150" height="150" frameborder="0" border="0" top="65" left="90"></iframe>
</body> </html>