trevor bayliss wrote:
> Hi all I am trying to initially sort out my text something I learned was 
> wrong thanks to the help of the users of this list. I just need a few 
> pointers because I am a bit confused: 
>    
>   On the body part of the css at the moment it is font 11px -I have seen that 
> I should change it to 200% or something like that-what should I do? Thanks 
> for pointers 
>   
> body {padding-right: 0px; padding-left: 0px; background: #ffffff repeat-x 50% 
> top; padding-bottom: 0px; margin: 0px; font: 11px tahoma, arial, sans-serif; 
> color: #4d4d4d; padding-top: 0px}
>    
>   http://216.219.94.105 
>    
>   Thanks for any ideas
>
>        
>   


A /very basic structural layout  test/ is: The floats should not drop, 
nor the text overlap at +2 font-scaling in the Gecko's; and, same  at 
text-size "largest" in IE  'accessibility' mode with ignore font-sizes 
checked.

--Clear the footer.
#footer_home {clear: both;
/*bottom: 10pix;
position: absolute;*/
text-align: center;
width: 850pix;
margin-left: 40pix;
color: #666
}

Re-set to :

body, ht ml { background-color: #fff; color: #000; font: 100%/normal arial, 
sans-serif; padding: 0; margin: 0;}

And tweak:

h1 {font-size: 110%;}
h2 {font-size: 95%;}
h3 {font-size: 90%;}

p.last{ 
font-size:80%; 
} 
.gw_tabPane SPAN {
        font-size: 90%; 
line-height: 1.5; 
.gw_tabPane .tabActive SPAN {
 line-height: 1.5;
}


.gw_aTab {font-size: 90%; }
.gw_tabView1 {
 font-size: 90%; 
}


#topnav A {
font: 80%/1.4 arial, sans-serif;
}




#sections P {
        line-height: 1.3;
}

.good {
        font-size: 90%;
}
.style1 {
        font-size: 90%;
        
}


Regards,

~dL


-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to