themolsen
New Member
www.techonvent.net/tovportal
just working on this project, and I can't get the right column to line up top with the left column in IE. I've tried clear:left and right and both and position:relative and absolute all over the place in template.css. and I'm really just at my wit's end. I know it has SOMETHING to do with either "clear" or "position" but I can't figure out what or where exactly.
I've learned much from this forum, but it's time I learn more. So what's the dealio? please help
here's where I think the problem could be:
just working on this project, and I can't get the right column to line up top with the left column in IE. I've tried clear:left and right and both and position:relative and absolute all over the place in template.css. and I'm really just at my wit's end. I know it has SOMETHING to do with either "clear" or "position" but I can't figure out what or where exactly.
I've learned much from this forum, but it's time I learn more. So what's the dealio? please help

here's where I think the problem could be:
Code:
#leftcolumn {
padding: 0;
margin-top: 10px;
width: 250px;
float:left;
border-right-style:double;
border-right-color:#CCCCCC;
border-right-width:thin;
}
#maincolumn,
#maincolumn_full {
margin-left: 250px;
padding-left: 15px;
width: 630px;
}
table.nopad {
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0;
margin-bottom: 15px;
}
table.nopad td.middle_pad {
width: 20px;
}
.module-hilite4 {
background-color: #dfebf8;
padding: 8px;
margin-bottom:10px;
margin-right: 8px;
}