Wise Old Man
July 30th, 2010, 11:48
Okay well on my website, in the top right corner I display the date. On my style sheet it says this:
#date {
width:876px;
height:12px;
background-color:#1a1a1a;
}
#date_aligner {
margin-left:737px;
float:left;
background-color:#1a1a1a;
height:100%;
}
But like for different days, they names are shorter, ex:
Wednesday vs. Friday
so the alignment gets off.
Anyone know how to fix this? ;)
#date {
width:876px;
height:12px;
background-color:#1a1a1a;
}
#date_aligner {
margin-left:737px;
float:left;
background-color:#1a1a1a;
height:100%;
}
But like for different days, they names are shorter, ex:
Wednesday vs. Friday
so the alignment gets off.
Anyone know how to fix this? ;)