Theme error in IE! Help?!?

Discussion in 'WordPress' started by AN7ONYO, Sep 22, 2009.

  1. #1
    Hi! My theme works just fine with firefox, chrome etc... But with IE the header is all messed up! I've tried almost everything and nothing...
    I have this section in css:

    /*/////////////////////////////////////////
    
    ///////////////// HEADER  /////////////////
    
    /////////////////////////////////////////*/
    
    
    
    #header h1,
    
    #header h1 a{
    
    	width:990px;
    
    	height:139px;
    
    	display:block;
    
    	text-indent:-900em;
    
    	margin:0px;
    
    	padding:0px;
    
    	}
    
    
    
    #header h1 a{
    
    	background-image:url(pix/logo.png);
    
    	background-repeat:no-repeat;
    
    	}
    
    
    
    #header h1 a:link,
    
    #header h1 a:visited				{background-position:0px 0px;}
    
    #header h1 a:hover					{background-position:0px 0px;}	
    
    
    
    #header .floatR						{padding:25px 0 0 0;}
    
    #header .floatR ul					{list-style:none; text-align:right; margin:0}
    
    #header .floatR ul li 				{display:inline;}
    
    #header .floatR ul li a 			{padding:3px 10px; margin:0px 3px; font-weight:bold;}
    
    #header .floatR ul li a:link,
    
    #header .floatR ul li a:visited		{color:#FF6600;}
    
    #header .floatR ul li a:hover		{color:#669900;}
    Code (markup):
    And two files for IE!

    IE.css

    body{ background-color:#838a94; filter:none;}
    img {}
    html*#content{
    	float:left;
    	padding:25px 0 0 0;
    	}
    #searchform{ margin:0; padding:0;}
    html*#sidebar #aboutCont ul{
    	width:224px;
    	float:left;
    	}
    #footer{overflow:auto; padding:5px 0 75px 0;}
    #footer div.left{padding:5px 0 0 0;}
    #footer a#logoFoot {
    	top:24px;
    }
    
    
    #header h1 a{
    
    	width:990px;
    
    	height:139px;
    
    	display:block;
    
    	text-indent:-900em;
    
    	margin:0px;
    
    	padding:0px;
    
    	}
    Code (markup):
    AND IE6.css

    img {}
    body{
    	background-color:#ff0000;
    	}
    #sidebar .floatPadd h2{width:135px;}	
    #sidebar .floatL,
    #sidebar .floatR{width:40%;}	
    #content div.comms{
    	margin:0px 8px 0 0;
    	}	
    div#menu ul.nav li:hover 									{background: none;}
    div#menu ul.nav li a:hover 									{background: none;}
    
    
    html*#content{
    	float:left;
    	padding:25px 0 0 0;
    	}
    #searchform{ margin:0; padding:0;}
    html*#sidebar #aboutCont ul{
    	width:224px;
    	float:left;
    	}
    
    
    #header h1 a{
    
    	width:990px;
    
    	height:139px;
    
    	display:block;
    
    	text-indent:-900em;
    
    	margin:0px;
    
    	padding:0px;
    
    	}
    Code (markup):
    The page is loltuga.com can someone help me? :D

    Thanks!
     
    AN7ONYO, Sep 22, 2009 IP