Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS display: table and Firefox Reply To: display: table and Firefox

#182522
__
Participant

BTW, in the future, keep in mind that when you use display:table, the immediate child elements are expected to be display:table-row (or table-cells, if you don’t need any rows). It won’t work correctly or uniformly across browsers otherwise.

Also, I don’t know if you’ve changed anything since your OP, but I don’t see the problem you describe. Your page looks the same in FireFox and Chrome.

If you haven’t solved this yet, please make a reduced test case (e.g., on codepen) so it’s easier to help.