- Joined
- Dec 4, 2007
- Messages
- 1,935
- Reaction score
- 96
Here's my CSS for this part:
Here's my HTML for this part:
footer.htm
Why doesn't it align with the statistics area? It's off by one pixel on each end.
Live demo: http://trasion.com/website/
Code:
.content
{
margin: 0 auto;
padding: 0;
text-align: left;
width: 776px;
background-color: #fffadc;
color: #2f3b4b;
}
.content_border
{
margin: 0 auto;
padding: 0;
text-align: left;
width: 786px;
background-color: #fffadc;
color: #2f3b4b;
border-right:1px dotted #cccccc;
border-left:1px dotted #cccccc;
border-top:1px dotted #cccccc;
border-bottom:none;
}
.footer
{
margin: 0 auto;
padding: 0;
width: 786px;
height: 5px;
background: #fffadc;
color: #000000;
text-decoration: none;
font: bold 12px Arial;
border-right:1px dotted #cccccc;
border-left:1px dotted #cccccc;
border-top:none;
border-bottom:1px dotted #cccccc;
}
Here's my HTML for this part:
footer.htm
Code:
</div>
<div class="footer">
</div>
</div>
Why doesn't it align with the statistics area? It's off by one pixel on each end.
![Mike - [HTML/CSS] Mis-aligning.. - RaGEZONE Forums Mike - [HTML/CSS] Mis-aligning.. - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
Live demo: http://trasion.com/website/