Hi
my site is divided to Header Footer and the main Body of the page
i am calling the view files of the HEADER & THE FOOTER
from the view file of the page
in IE 6 & 7
the font size of the Main Page and the footer is larger
than the header part
while FF Chrome ETC.. everything fine
the same font…
CSS (body):
body {
background: #fff;
margin: 0px;
direction: rtl;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-align:center;
}
thanks =]