Re: Detail image width wrong in Firefox and IExplorer
Posted: 18 Sep 2014, 17:18
I have a solution that works with fluid images (max-width: 100%) and Firefox if the fluid image is content of a table cell:
Maybe this helps 
Code: Select all
table {
table-layout: fixed;
}