Verified:

iZarcon Game profile

Administrator
Game Development
2150

Jul 11th 2010, 12:07:54

Not really a bug, but it is a bit of a cosmetic issue. not sure if the CSS is working correctly on IE7 b/c the H1 topic is massive.

http://sirz.letskillstuff.org/hugeh1.png

there's a screen shot.
-iZarcon
EE Developer


http://www.letskillstuff.org

qzjul Game profile

Administrator
Game Development
10,263

Jul 11th 2010, 15:32:28

w0ah
you refreshed too i presume?
Finally did the signature thing.

iZarcon Game profile

Administrator
Game Development
2150

Jul 11th 2010, 18:48:21

Yea. Was like that all over the forums on that browser.
-iZarcon
EE Developer


http://www.letskillstuff.org

qzjul Game profile

Administrator
Game Development
10,263

Jul 11th 2010, 21:42:30

hm
needs to be set in the css
Finally did the signature thing.

iZarcon Game profile

Administrator
Game Development
2150

Jul 14th 2010, 17:17:07

just confirming it's the same in IE6, tho not many people use it these days.

don't have IE8 on any of my computers, so can't test that.
-iZarcon
EE Developer


http://www.letskillstuff.org

llaar Game profile

Member
11,314

Jul 14th 2010, 17:44:55

omg ie8 is so much better than previous

developer tools ftw

no need for 3rd party debugging apps

now if only it had request monitoring built in like fiddler does... ;)

iZarcon Game profile

Administrator
Game Development
2150

Jul 14th 2010, 17:46:59

ah, have used IE8.. i hate it. will be a FF man for quite a while. can't stand that chrome, doesn't do what you ask it to.

Opera is -OK- but FF is a lot better.
-iZarcon
EE Developer


http://www.letskillstuff.org

iZarcon Game profile

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.
-iZarcon
EE Developer


http://www.letskillstuff.org