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 yet <banging head on table>

> Moz? What Moz you got? Only got Mac FF/3.0.1 and Mac SeaMonkey/1.1.11 on
> this end.

Mozilla 1.7.13

> html, body {
> /*height: 100%;delete*/


> body { /*position:absolute;width:100%; delete*/}
> #wrapper{/*min-height:100%;delete*/}

I used these to get the "sticky footer'...

> /* use "easy clearing" to open the container vertically and contain it's
> content in IE/6 */
> #contentwrapper { border: 1px dashed teal/* for position only */;
> overflow : hidden;

> #contentwrapper:after {
> content : '.';
> display : block;
> height : 0;
> clear : both;
> visibility : hidden;

> #contentwrapper {
> display : inline-block;

> #contentwrapper {
> display : block;
> }/* end easy clearing*/

Darn, didn't even notice that the clearing method was needed.

>#contentwrapper {
>display : inline-block;}

For the Mac, right?

>#contentwrapper {
> display : block;}

Ah, resetting for IE

Doesn't #contentwrapper need zoom: 1; to get hasLayout for IE7 in
this case?

> /** html #wrapper{height:100%} delete**/

Was part of my 'sticky' footer approach


> 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*/

Of course!!!!

I'll implement the changes 2morrow...

TIA

 
-- 
Best regards,
 Luc
_________________________


Using the best e-mail client: The Bat! version 4.0.18 with Windows XP
(build 2600), version 5.1 Service Pack 2 and using the best browser:
Opera.

"Not a single one of your ancestors died young. They all copulated at
least once." - A cheery thought from Richard Dawkins - British
zoologist 


______________________________________________________________________
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