merhaba arkadaşlar,

sitemin tekinde ie css'yi tamamen değiştiriyo bazı yerleri görüp bazı yerleri görmüyor. css 'yi ie'ye nasıl uyumlu hale getirebilirim veya uyumluluğu otomatik sağlıyacak bi kod vb. bişey varmıdır.

altta css kodlarını verdim bi altındada div'leri acaba bende mi problem var yoksa ie'demi ?


Alıntı
<style type="text/css">
/* Make room for the mini-form */
html body { padding-top: 1.15in; }

/* Reset all styles */
#include * {
text-align: left;
border: 0; padding: 0; margin: 0;
font: 12px Verdana,Arial,Tahoma;
color: #eee;
font-weight: normal;
background: transparent;
text-decoration: none;
display: inline;
}
#include p {
margin: 4px 0 0 10px;
display: block;
}
#include b {
font-weight: bold;
}
#include script {
display:none;
}

/* Style the mini-form div */
#include {
border-top: 3px solid #808080;
border-bottom: 3px solid #808080;
background: #000000;
position:fixed;
top:0; left:0;
width: 100%;
height: 110px;
z-index: 100000;
}

/* Mini-form elements */
#include a {
color: #FFFFFF;
}
#include a:hover {
color: #ccc;
}
#include .url-input {
padding: 2px;
background: #eee;
color: #111;
border: 1px solid #ccc;
}
#include .url-input:focus {
background: #fff;
border: 1px solid #ce6c1c;
}
#include .url-button {
font-weight: bold;
border-style: outset;
font-size: 11px;
line-height: 10px;
}
</style>
Alıntı
<div align="center" id="include">
<center>
<table>
<tr>
<td width="90">
xxx
</td>

<td width="90"
</p>

</td>
<td>
xxx
</td>
</tr>
</table>
</center>
</form>
</div>