I’m wondering why the height in percentage is not working in this code:
<div style="border-right:1px solid #000; height: 100%;"></div>.
But when I change the height into pixels it works but my problem is the height is fixed in pixels.
Im using this div element as a vertical ruler/separator.
Here’s my code: http://jsfiddle.net/jKGUC/5/
Please help. Thanks in advance.
Adding
height: 100%;to thetableand to thetdaround thedivshould do the trick. Here’s the updated fiddle. http://jsfiddle.net/jKGUC/9/