max-width 50% for td

Cadaver

New Member
html \[code\]<table> <tr> <td>td1td1td1td1 td1td1td1td1td1td1td1td1td1td1td1</td> <td>td2</td> </tr></table>\[/code\]CSS \[code\]td{ border:black thin solid; max-width:50%;}table{ width:100%}\[/code\]Please view the output at http://jsfiddle.net/38bf2/
What I need is set the max with of the td to 50%, but it look like doesn't work....
Hope some of you could help on this. P.S.
I already try to view the result via Chrome and Firefox
 
Back
Top