Re: [css-d] elements moving when zooming out in Firefox

2011-09-07 Thread Alex Creedy
Thanks David and Mickey, All your points make sense, I'll restructure the page so its more stable and organised. Cheers, Alex __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List w

Re: [css-d] elements moving when zooming out in Firefox

2011-09-04 Thread Micky Hulse
For me, using Firebug, a quick fix was to remove the borders on the first two columns and add 1px width to each. This allowed me to zoom in/out. I typically prefer to put wrapping divs inside my structural floats that add things like borders. Another test was to remove the width of your last floa

Re: [css-d] elements moving when zooming out in Firefox

2011-09-04 Thread David Laakso
On 9/4/11 3:26 AM, Alex Creedy wrote: Hi, When I zoom out in Firefox ('command'& '-' keys on a mac) my layout starts to fall apart elements get pushed down. http://www.hoof.net.au/ Seems fine in Opera& Safari. Does anyone know what I should be looking for to fix it for Firefox? Thanks, enjo

[css-d] elements moving when zooming out in Firefox

2011-09-04 Thread Alex Creedy
Hi, When I zoom out in Firefox ('command' & '-' keys on a mac) my layout starts to fall apart elements get pushed down. http://www.hoof.net.au/ Seems fine in Opera & Safari. Does anyone know what I should be looking for to fix it for Firefox? Thanks, enjoy reading the list. Cheers, Alex __