How do I go about making a sidebox (defined with the defined pages editor) a fixed height? The box settings in stylesheet_boxes.css are global. How do I set a height, say, of 60px to a particular sidebox called editable_sidebox4.php?
Code:/* ----------------------- BOXES ------------------------- */ .box {margin-bottom:2px;} .box_border {border:1px solid #C1C1C1; padding:5px 15px 5px 10px;} .box_head {padding:7px 8px 11px 21px; background:url("../images/h1_ic.gif") top left no-repeat; border-bottom:2px solid #E1E1E1;} .box_head {color:#363636; text-decoration:none; font-size:14px; line-height:normal; font-weight:bold;} .box_head a {color:#363636; text-decoration:none;} .box_head a:hover {text-decoration:underline;} .box_body {color:#302B2C; margin:0; padding:8px 0 3px;} .box_body a {color:#302B2C; text-decoration:underline;} .box_body a:hover {text-decoration:none;} .box_body ul {margin:0; padding:0; list-style:none;} .box_body ul li {padding:3px 0 0px 0px;} /*.box_body ul li {padding:3px 0 4px 17px;} */ .box_body ul li a {text-decoration:underline; background:url("../images/arrow_1.gif") top left no-repeat; padding-left:17px; color:#302B2C;} .box_body ul li a:hover {text-decoration:none;} .box_body ol {margin:0; padding:0; list-style:decimal inside;} .box_body ol li {padding:3px 0 4px 1px; font-weight:bold;} /*.box_body ol li {padding:3px 0 4px 15px; font-weight:bold;} */ .box_body ol li a {text-decoration:none; color:#302B2C; font-weight:normal;} .box_body ol li a:hover {text-decoration:underline;}


Reply With Quote
