PrincessSammy
01-05-2006, 11:06 PM
Hello everyone,
My div layer isn't conforming to the height and width constraints I've put in.
Here are the atrributes:
blog
{
background: #000000;
text: yellow;
margin-top: 100px;
margin-left: 410px;
margin-right: 0;
height: 450px;
width: 400px;
overflow: auto;
font-family: Palatino Linotype;
font-size: small;
}
And here is the layer:
<div id="blog">
<table table style="filter: alpha(opacity=70); -moz-opacity: 0.7;" cellpadding="0" cellspacing="0" border="0" bgcolor="#000000">
<tr>
<td> Stuff!
</td>
</tr>
</table>
</div>
This is what it looks like:
http://www.jumpingoverstars.com/test
Any suggestions?
My div layer isn't conforming to the height and width constraints I've put in.
Here are the atrributes:
blog
{
background: #000000;
text: yellow;
margin-top: 100px;
margin-left: 410px;
margin-right: 0;
height: 450px;
width: 400px;
overflow: auto;
font-family: Palatino Linotype;
font-size: small;
}
And here is the layer:
<div id="blog">
<table table style="filter: alpha(opacity=70); -moz-opacity: 0.7;" cellpadding="0" cellspacing="0" border="0" bgcolor="#000000">
<tr>
<td> Stuff!
</td>
</tr>
</table>
</div>
This is what it looks like:
http://www.jumpingoverstars.com/test
Any suggestions?