4
hey ishades,
this is an example; it may not work for your site, but will give you an idea. the following css and html define my right blocks. the .sidediv is for border and .sidetop is for content. this is by no means any standard; its how i coded my theme. hope it is not confusing.
css:
.sidetop {
padding: 2px 2px 2px 2px;
font-family: Verdana;
font-size: 10px;
height:20px;
font-weight: normal;
border-bottom: 1px solid #999;
.sidediv { width: 145px; padding-left: 3px; padding-top: 3px; padding-right: 3px; padding-bottom: 5px; background-color: #e3e8e0; border-left: 1px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #000; border-right: 1px solid #000; }
html:
<{$block.title}> |
<{$block.content}> |
<{/foreach}>