#header2 {
vertical-align:bottom;
padding-bottom:0;
}
Anyone can help me?
try this
#header2 {
vertical-align:bottom;
padding-bottom:0;
float: left;
}
rudevils
Junior Poster in Training
80 posts since Jan 2008
Reputation Points: 10
Solved Threads: 10
sorry i didn't see height attribute in your ".title"
try it like this :
.title {
padding:0 0 0 0;
text-align: left;
}
.date {
width:59px; height:56px; overflow:hidden;
text-align:center;
background: url("someurlHere/icon.jpg") no-repeat;
}
#header2 {
padding:0;
margin:0;
}
rudevils
Junior Poster in Training
80 posts since Jan 2008
Reputation Points: 10
Solved Threads: 10