I got another solution from Bjoern:
#content { width: calc(100% - 450px) }
which I chose since it was easier than the one from Lasse ;-)
Works for me on chrome and FF (also on my phone)
thanks,
tina
On Sat, 21 Mar 2015, Tina Müller wrote:
Hi James,
On Sat, 21 Mar 2015, James E Keenan wrote:
On 03/23/2015 02:08 PM, Tina Müller wrote:
I got another solution from Bjoern:
#content { width: calc(100% - 450px) }
which I chose since it was easier than the one from Lasse ;-)
Works for me on chrome and FF (also on my phone)
WFM
Thanks for taking the time to investigate this.
jimk