1
Guys:
The site is
http://moritz.ceegs.ohio-state.eduThe problem is that the main menu and the "Who's Online" objects are stuck together on the left block column.
On the right, there is no such issue.
/*---------------------------------------leftblock-------------------------------------*/
.--------------- left{}
.left_block {
padding-top: 16px;
width: 170px;
}
.left_block_title {
background-color: #485F7D;
color: #FFFFFF;
font-weight: bold;
padding-top: 2px;
padding-left: 30px;
width: 170px;
height: 20px;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}
.left_block_content {
background-color: #EEF2F5;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
font-weight: bold;
line-height: 20px;
padding: 4px;
width: 170px;
}
/*---------------------------------------rightblock-------------------------------------*/
.-------------- right{}
.right_block{
padding-top: 16px;
width: 170px;
}
.right_block_title {
background-color: #485F7D;
color: #FFFFFF;
font-weight: bold;
padding-top: 2px;
padding-left: 30px;
width: 170px;
height: 20px;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}
.right_block_content {
background-color: #EEF2F5;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
font-weight: bold;
line-height: 20px;
padding: 4px;
width: 170px;
}
Those are the stylesheet values.
Any ideas how I can fix this ?