Page 2 of 2

Re: Detail image width wrong in Firefox and IExplorer

Posted: 18 Sep 2014, 17:18
by Santscho
I have a solution that works with fluid images (max-width: 100%) and Firefox if the fluid image is content of a table cell:

Code: Select all

table {
	table-layout: fixed;
}
Maybe this helps :-)

Re: Detail image width wrong in Firefox and IExplorer

Posted: 19 Sep 2014, 22:41
by Jan
Hi, thank you for the info.

Jan