I have IE7 installed. Others saw just the icon with shapes in it whome had IE6.
Here is the source:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8"/><title>Welcome to T3 Clan Official Chaotix Server</title><style type="text/css">
html,body{height:100%;margin:0;padding:0;overflow:hidden}
img#bg{background-color:#676570;position:fixed;top:0;left:0;width:100%;height:100%}
#content{position:relative;z-index:1;margin:0 auto}
</style></head>
<body>
<img id="bg"/>
<div id="content">
<img src="http://thetoptiers.com/tf/t3clan_motd13.png"/>
</div>
</body></html>
(the background blackboard img used to be where the img tag is)
Kay, so I fixed it by making separate images and having a different one load by using conditional comments.
__________________