[css-d] Page doesn't hold up on zooming text

2008-09-16 Thread Luc
Good afternoon list, Following up on my post footer gets pushed to the left on page zoom i tried another approach which fairly behaves the way i want. But i'm still struggling with some problems: [1] Moz, FF, IE (6 7): page falls apart on zoom text. IE only seems to have a problem with

Re: [css-d] Page doesn't hold up on zooming text

2008-09-16 Thread David Laakso
Luc wrote: Good afternoon list, Following up on my post footer gets pushed to the left on page zoom i tried another approach which fairly behaves the way i want. But i'm still struggling with some problems: [1] Moz, FF, IE (6 7): page falls apart on zoom text. IE only seems to

Re: [css-d] Page doesn't hold up on zooming text

2008-09-16 Thread David Laakso
http://www.dzinelabs.com/sandbox/Stickfooter.html Also needed: #signature { /* margin-top: 3em; margin-left: -35px; delete*/ margin : 3em auto 0 auto; width: 400px; /*add to keep this stuff from breaking the container with font-scalling*/ }

Re: [css-d] Page doesn't hold up on zooming text

2008-09-16 Thread Luc
Good evening David, It was foretold that on 16/09/2008 @ 14:35:43 GMT-0400 (which was 15:35:43 where I live) David Laakso would write: snipped a bit All browsers have difficulty with the long-words in the vertical nav with font-scaling. Yeah i know, just haven't figured out a solution