Hi,
I’m trying to make the left column narrower and what’s happening is the center mainbody column is pushing any module published in the left column down.
I’ve been able to get the contents of the module to be the right width using the following two styles quoted below, but there is still an element that is wider that contains the module and which is letting the mainbody push it down. Please let me know what style I still need to modify to get the module to rise to the top of the left column (ja-col1).
I’m stuck.
Thanks in advance for any help,
railer
#ja-col1 {
float: left;
width: 22.9%;
overflow: hidden;
}
ul.menu li a {
padding: 7px 0 3px 20px;
width: 48%;
display: block;
color: #2A343A;
text-decoration: none;
background: url(../images/a-mainlevel.gif) no-repeat top left;
}