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, enjoy reading the list.

Cheers,
Alex




A /fast and dirty/ way is to change the hard coded "height" you've set a zillion times to "min-height" throughout your style sheet:

#foo{height:85px}
to
#foo{min-height:85px]

A better way would be to restructure the layout so the elements do not have a height declared...

Best,
~d

PS Set line-height as a raw number. IE an Opera have difficulty with px line-height.

http://chelseacreekstudio.com/








______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to