html - How to make TD behaving like TR(row) with CSS? -


i have component create dynamically html table. according need, need show td tags line line block element not column. how using css ?

thanks in advance,

you can applying display: block tds:

http://jsfiddle.net/wya9k/

that works in modern browsers except ie9..

using float: left; width: 100% instead makes work in ie8/9:

http://jsfiddle.net/gvpzh/

nothing make work in ie7.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -