Associate
- Joined
- 25 Apr 2007
- Posts
- 139
Evening all,
Using a table controlled by a stylesheet for some content on my new site but I have another CSS problem. In the left colum are pics and in the right text, when I put the first pic in it forces the text down the page by the heigt of the picture. Any ideas, below is my table CSS and link to page.
http://www.allthegearnoidea.net/V4/diary/0611.html
CSS
#diarymonthtable {
float:left;
width:700px;
overflow:auto;
}
table.diarymonth {
width:700px;
border-collapse: separate;
border-width: 0px;
border-spacing: 10px;
border-style: none;
-moz-border-radius: ;
}
table.diarymonth td {
border-width: 0px;
padding: 10px;
border-style: none;
background-image:url(images/backgrounds/blackbkg.png);
-moz-border-radius: ;
}
td.monthwidth1
{
width:180px;
text-align:center;
}
td.monthwidth2
{
width:440px;
text-align:justify;
}
Thanks in advance
Using a table controlled by a stylesheet for some content on my new site but I have another CSS problem. In the left colum are pics and in the right text, when I put the first pic in it forces the text down the page by the heigt of the picture. Any ideas, below is my table CSS and link to page.
http://www.allthegearnoidea.net/V4/diary/0611.html
CSS
#diarymonthtable {
float:left;
width:700px;
overflow:auto;
}
table.diarymonth {
width:700px;
border-collapse: separate;
border-width: 0px;
border-spacing: 10px;
border-style: none;
-moz-border-radius: ;
}
table.diarymonth td {
border-width: 0px;
padding: 10px;
border-style: none;
background-image:url(images/backgrounds/blackbkg.png);
-moz-border-radius: ;
}
td.monthwidth1
{
width:180px;
text-align:center;
}
td.monthwidth2
{
width:440px;
text-align:justify;
}
Thanks in advance