Administrator
Game Development
2150
Jul 17th 2010, 15:35:45
Earth.css: body {
font-family: verdana,arial;
font-size: 12px;
color: #e0e0e0;
background-color: #000000;
background-attachment: fixed;
scrollbar-3dlight-color: #555555;
scrollbar-highlight-color: #999999;
scrollbar-face-color: #666666;
scrollbar-shadow-color: #555555;
scrollbar-darkshadow-color: #444444;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #333333;
}
.tcent{
text-align: center;
}
/public_css:
h1{/*only h1 instance in CSS files so asking this H1 to inherit*/
padding:0;
margin:0;
font-size:inherit;
font-weight:inherit;
color:inherit;
}
body{ /*notice no font-size */
margin:0;
padding:0;
text-align:center;
background-color:black;
font-family:arial;
}
/css: body
{
font-family: verdana, arial, sans-serif;
font-size: 13px;
background-color: black;
color: white;
text-align:center;
margin:0;
padding:0;
height:100%;
}
hrmz. so maybe IE is confused about whether it should inherit the 13px in /css or the 12px in Earth.css from the Body element(as this H1 is not nested in anything else).
*shrug*
I think it could be easilly fixed by adding a style="font-size: 12px;" to the h1 tag. or by adding another class to the class="tcent" field like class="tcent title" where .title would be defined as .title {font-size: 12px;}
would stop posting about it, but every time i use this browser, it just jumps out the screen at me.