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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -