Table is mispositioned in Firefox

thetagal13

New Member
I have bunch of inline div's, followed by a block div. Inside block div, there should be table, something like that:\[code\]<div class="myInlineDiv"></div><div class="myInlineDiv"></div><div class="myBlockDiv"> <table> ... </table></div>\[/code\]Problem is: table is misaligned in FireFox. It works well in Chrome and IE.Here is fiddle: http://jsfiddle.net/zk9eD/2/ Red block should be in yellow area.(I can fix position problem with position: inline; but it causes another problem with table width).
 
Back
Top