Laert Jansen wrote:
I don´t know what´s going on but using % the text looks much bigger in
IE..
This is in reference to your uri : <http://www.laertjansen.com/site2/>
Change this declaration:
body{
background-color:#000;
font-family: Georgia, Times New Roman, Times, Serif;
margin: 0;
padding:0;
background:url(../images/repeat.gif) repeat;
}
to set default:
body {
background-color:#000;
font: 100% Georgia, Times New Roman, Times, Serif;
margin: 0;
padding:0;
background:url(../images/repeat.gif) repeat;
}
Then change all selectors in the style sheet using 11px to 80%, and all
selectors using 10px to 70% and you'll come out approximately the same
cross-browser.
If it appears significantly different (larger) in IE6 or IE7 it may be
because you have the browser set at text-size "larger" or "largest,"
rather than "medium."
Best,
~dL
http://chelseacreekstudio.com/
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************