On 6/1/09 1:16 PM, "waseem sabjee" wrote:
> i good thing to do is to declare this styles on your default / index page
> /*
> keep your page defaults the same across each browser
> */
> html {
> width:100%;
> height:100%;
> }
> /*
> declare the initial margin and padding of each element to be 0,
i good thing to do is to declare this styles on your default / index page
/*
keep your page defaults the same across each browser
*/
html {
width:100%;
height:100%;
}
/*
declare the initial margin and padding of each element to be 0, 0
*/
* {
margin:0;
padding:0;
}
On Mon, Jun 1, 2009 at 6:44 PM,
2 matches
Mail list logo