height= "100%"
height= "100%"
Out of context: Reply #20
- Started
- Last post
- 29 Responses
- unknown0
well I'll make this short.
100% value works on NN only if the value of height is set inside the tag. If you use xHTML syntax and use CSS style sheets, it won't work. So to put it in plain terms: If you use CSS to manipulate height of the table to 100% it won't work, if defined inside the tag, it works.
Cheers.