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

#182491
Pinki
Participant

Dont use display table.

The Problem you have, has nothing to do with display:table;
The Problem you have, is because your flow is super messed up.

You should understand how css works.

Delete this display: table nonsense ;) and add overflow:hidden to your header.row

Pinki