jquery - Internet Explorer: Bad visualization of CSS Table (table-row, table-cell) -
jquery - Internet Explorer: Bad visualization of CSS Table (table-row, table-cell) -
i´ve made css table construction using display table, table-row , table cell properties.
each p has table-row property , jump line ok. when set 2 o more elements (input or select) in same <p>
elements inline in ie (last version) jump of line in spite of belong same <p>
is there solution prepare this? perfect visualization firefox, elements in line.
thank you.
<p><label>name (first, second): </label><input type="text" /><input type="text" /></p>
example: http://jsfiddle.net/hy62t/
add next class in css.
fieldset input{display:inline-block}
it resolve issue , display in browsers.
demo
jquery html css internet-explorer table
Comments
Post a Comment