kiske Posted December 7, 2006 Posted December 7, 2006 Hello i'm redesigning my webshop. In my design i use collered bloks. As you all know os is build in 3 columns. left, middle and right accept the header and footer. example: left column: navigation and popular products If the productlist is bigger than the navigation and popular products, the popular products box wil expand so the bottom line is even. i try to do this with an extra row and set this row with height="100%" like this: <tr height="100%" style="background:url(images/image_midblauw_klein_back.jpg) repeat-y"> <td><?php echo tep_draw_separator('pixel_trans.gif', '10', '100%'); ?></td> </tr> now it only expands 10px because the width is 10px. if i set the width on 100% it only expands till it reaches the right side of the box. an very big pixel. the problem is that it doesnt expand in height. is here somebody who has a solution? sanny
jdvb Posted December 7, 2006 Posted December 7, 2006 nope, no sulution, defining height can only be done absolute, in pixels.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.