>> You can't trust any editor's viewer, not even DWs. Test only in your
> target browsers.
>
>
> Add to provide default browser margin/padding:
> html, body {margin:0;padding:0;}
>
> #content{
> overflow:hidden; <----:: add to contain the floats
>  }
>
> Amend:
>
> #footer{
> padding: 10px 0; <-------------::add
>  /*width:110%;*/<-------------::delete
> width:100%;<-------------::add
> /*height:20px;*/<-------------::delete
> clear:both;
> }
>
> #footerInner{
> /*height:10px;*/<-------------::delete
> }
>
> Validate the CSS.
> Ditch the "rivers"
> <http://en.wikipedia.org/wiki/River_(typography)>
> Pixel line-height makes all ver IE & Opera go goofy when fonts are  
> scaled.
> Pixel font-sizes are not user friendly in any ver IE.
> ______________________________________________________________________
> 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/
Tks David  .. works brilliantly... 
______________________________________________________________________
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