Hi,
Here’s the CSS code working fine in all browsers expect I.E.
Please help me as what I am missing.
Here’s the code:
.link-2 { display:inline-block; float:left; line-height:37px; background: url(../images/bg_link.png) top left no-repeat; width:126px; text-align:center; color:#fff; text-transform:uppercase; text-decoration:none; font-size:16px; }
.link-2:hover { background: url(../images/bg_link-act.png) top left no-repeat; text-decoration:none; color:#fff}
/*----------------------------------------Footer Starts Here-------------------------*/
input, select, textarea { font-family:Arial, Helvetica, sans-serif; font-size:1em; vertical-align:middle; font-weight:normal;}
object { vertical-align:top; outline:none}
.alignMiddle{ vertical-align:middle}
.alignCenter{ text-align: center}
.container1{ width:100%}
.clear { clear:both;}
.fleft{ float:left}
.fright{ float:right}
.container {overflow:hidden; width: 100%;}
a img{ border:0px}
img{ vertical-align:top; }
fieldset{ border:none}
.col-1, .col-2, .col-3, .col-4{ float:left}
footer { color:#2c2e31; font-size:0.875em; background:url(../images/bot.gif) top repeat-x; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
footer .inside{ padding:0px 0 0px 0px }
footer span {color:#0d82a7;}
footer a {color:#2c2e31; text-decoration:underline}
footer a:hover {text-decoration:none}
footer h2{color:#000; font-weight:normal; font-size:21px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom:13px; line-height:1.2em; text-transform:none}
footer ul *.list-2{margin:0; padding:0; list-style:none;}
footer ul.list-2 li{ margin:0px; display:block; line-height:28px; overflow:hidden}
footer ul.list-2 li a{color:#000; text-decoration:none; display:block; line-height:28px; background:url(../images/marker.gif) center left no-repeat; padding-left:13px; float:left; font-size:13px }
footer ul.list-2 .li a{ background:url(../images/icon1.gif) center left no-repeat; padding-left:33px; }
footer ul.list-2 .li1 a{ background:url(../images/icon2.gif) center left no-repeat; padding-left:33px; }
footer ul.list-2 .li2 a{ background:url(../images/icon3.gif) center left no-repeat; padding-left:33px; }
footer ul.list-2 li a:hover { text-decoration:none; color:#0d82a7 }
footer ul.list-1{margin:0; padding:0; list-style:none;}
footer ul.list-1 li{ margin:0px; display:inline; background:url(../images/bg_li1.gif) center left no-repeat; float:left}
footer ul.list-1 li a{color:#797979; text-decoration:none; display:block; float:left; padding:2px 8px 2px 8px; font-size:14px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}
footer ul.list-1 li a:hover { text-decoration: underline; color:#797979 }
footer ul.list-1 .first{background:none;}
footer ul.list-1 .first a{ padding-left:0px}
footer ul.list-1 li .current{ text-decoration:underline; color:#797979 }
.link-1 { display:inline-block; float:right; line-height:31px; background:#3f3f3f; padding:0 27px 0 27px; color:#fff; text-transform:uppercase; text-decoration:none; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; cursor:pointer; position:relative; font-size:13px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}
.link-1:hover {background:#000; text-decoration:none; color:#fff}
.jamp{ width:40px; margin-left:6px}
select{font-size:.84em; color:#2d3331; height:20px}
.indent-2{ position:relative; padding-left:20px; float:left}
.rowElem{ height:30px}
.rowElem1{ height:30px; background:url(../images/bg_input.gif) top left no-repeat}
.rowElem2{ height:31px; background:url(../images/bg_input1.gif) top left no-repeat}
.rowElem3{ height:102px; background:url(../images/bg_input2.gif) top left no-repeat}
.block-contact span{ float:right; margin-right:40px}
.input{
border:none;
background:none;
width:141px; height:20px;
font-size:1em;
color:#000;
padding-left:14px;
padding-right:0px;
padding-top:5px;
padding-bottom:5px;
}.input1{
border:none;
background:none;
width:280px; height:20px;
font-size:13px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#808080;
padding-left:16px;
padding-right:13px;
padding-top:5px;
padding-bottom:5px;
}
textarea{
border:none;
background:none;
width:280px; height:86px;
font-size:13px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#808080;
padding-left:16px;
padding-right:13px;
padding-top:5px;
padding-bottom:5px;
margin-bottom:11px;
overflow:auto}
.main {position: relative; width:950px; margin:auto}
.row .col-1{ width:549px; }
.row .col-2{ width:92px; }
.row .col-3{ width:309px; }
.row .col-1 .col-1{ width:167px; }
.row .col-1 .col-2{ width:160px; }
.container1{ width:100%}
.p2{ margin:0 0 37px 0}
/*-------------------------------------------Footer Ends Here-----------------------------------*/
Your any help would be highly appreciated!