Hi,
I want to draw vertical Line from Top to Bottom of the browser(To separate two Part) using Table. For that I have Created a table with One TR and Three TD. First and Third TD contains some data. Middle TD must display One div with vertical ruler. For that I have wrote below code:
| /*My data */ | /*My data */ |
I got the Output Left and right My data. But Middle Td shows only 100Px height of line instead of 100% height. How to I get 100% of line. How to fix it?
Javeed M ShaikhPosted Apr 2, 2013, 5:12 PM
its a hack, not sure if you agree with this solution: