new question.. i have been referred to his site for css/html tips http://www.w3schools.com/css/css_font.asp
in the font page lesson i have a question about the below text ( in italics)
something about not being able to be sized in internet explorer..??
can someone please explain. Thankx!
Set Font Size With Pixels
Setting the text size with pixels, gives you full control over the text size:
Example
h1 {font-size:40px;}
h2 {font-size:30px;}
p {font-size:14px;}
Try it yourself »
The example above allows Firefox, Chrome, and Safari to resize the text, but not Internet Explorer.
The text can be resized in all browsers using the zoom tool (however, this resizes the entire page, not just the text).