xLilDragonx
02-12-2009, 11:47 PM
hey ppls i just started to make an iframe layout for my site with tables.
at first it looks ok...
12247
but then wats this empty space of nothingness doing under the stuff on top??????:eek:
12248
----------------------------------------------
html:
<html>
<head>
<title>The Roadkill Zone</title>
<link rel="stylesheet" href="theme_style.css" type="text/css" media="screen" />
<body>
<body bgcolor="#D3EFF8">
<!-- Your layout Image -->
<center>
<img src="images/pika_ninja.png" border="1px #72cbf8">
</center>
<table border="0" width="100%" height="100%">
<!-- The content frame -->
<tr>
<td width="714" height="500" valign="center">
<iframe frameborder="0" border="0" width="225" height="335" src="content.html" name="content" style="position:absolute;
top:120; left:180" scrolling="auto" allowtransparency="true">
</iframe>
</td>
<!--Navigation Frame-->
<td width="92" height="348" valign="center">
<iframe frameborder="0" width="92" height="340" src="navigation.html" name="navigation" style="position:absolute;
top:120; left:430" scrolling="auto" allowtransparency="true">
</iframe>
</td>
</tr>
</table>
<!--end of iframes-->
</body></html>
----------------------------------------
css:
body
{
scrollbar-base-color:#D3EFF8;
scrollbar-face-color:#98CCE0;
scrollbar-track-color:#D3EFF8;
scrollbar-arrow-color:#FFFFFF;
scrollbar-darkshadow-color:#54A2C0;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#D3EFF8;
scrollbar-3dlight-color:#54A2C0;
overflow-x: hidden;
color: #2D88A5;
font: 11px verdana;
background-attachment: fixed;
background-position: center center;
background-image: url(images/bg.gif);
background-repeat: repeat;
cursor: crosshair;
}
a
{
text-decoration: none;
color: #186E89;
font-weight: bold;
font-size: 11px;
cursor: crosshair;
}
a:hover
{
text-decoration: none;
color: white;
cursor: crosshair;
}
at first it looks ok...
12247
but then wats this empty space of nothingness doing under the stuff on top??????:eek:
12248
----------------------------------------------
html:
<html>
<head>
<title>The Roadkill Zone</title>
<link rel="stylesheet" href="theme_style.css" type="text/css" media="screen" />
<body>
<body bgcolor="#D3EFF8">
<!-- Your layout Image -->
<center>
<img src="images/pika_ninja.png" border="1px #72cbf8">
</center>
<table border="0" width="100%" height="100%">
<!-- The content frame -->
<tr>
<td width="714" height="500" valign="center">
<iframe frameborder="0" border="0" width="225" height="335" src="content.html" name="content" style="position:absolute;
top:120; left:180" scrolling="auto" allowtransparency="true">
</iframe>
</td>
<!--Navigation Frame-->
<td width="92" height="348" valign="center">
<iframe frameborder="0" width="92" height="340" src="navigation.html" name="navigation" style="position:absolute;
top:120; left:430" scrolling="auto" allowtransparency="true">
</iframe>
</td>
</tr>
</table>
<!--end of iframes-->
</body></html>
----------------------------------------
css:
body
{
scrollbar-base-color:#D3EFF8;
scrollbar-face-color:#98CCE0;
scrollbar-track-color:#D3EFF8;
scrollbar-arrow-color:#FFFFFF;
scrollbar-darkshadow-color:#54A2C0;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#D3EFF8;
scrollbar-3dlight-color:#54A2C0;
overflow-x: hidden;
color: #2D88A5;
font: 11px verdana;
background-attachment: fixed;
background-position: center center;
background-image: url(images/bg.gif);
background-repeat: repeat;
cursor: crosshair;
}
a
{
text-decoration: none;
color: #186E89;
font-weight: bold;
font-size: 11px;
cursor: crosshair;
}
a:hover
{
text-decoration: none;
color: white;
cursor: crosshair;
}