Snippet taken from: 
http://www.websemantics.co.uk/tutorials/useful_css_snippets/#leveller
Where there's a fuller description and a few other snippets.

On full width pages:
 
* {margin:0; padding:0}
html {height:100%; font-size:100.01%}
body { 
        min-height:101%; 
        font:100.01%/130% Verdana, Helvetica, sans-serif; 
        color:#000; 
        background:#fff
        } 
 

On fixed width pages:
 
* {margin:0; padding:0}
html {height:100%; font-size:100.01%}
body { 
        text-align:center; 
        min-height:101%; 
        font:100.01%/130% Verdana, Helvetica, sans-serif; 
        color:#000; 
        background:#fff; 
        width:760px; 
        margin:0 auto 
        }

body * {text-align:left}
#wrapper {width:760px} 


Both seem to work well cross browser / cross platform, but testing and change 
is a continual process. 




Regards

mike 2k:)2
 
<marquee><blink>
   e-mail: [EMAIL PROTECTED]
   site: http://www.webSemantics.co.uk
</marquee></blink>
 



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.clearswift.com
**********************************************************************


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to