Witam
Robię pewną stronę i mam problem z IE6. W każdej przegladarce strona wygląda OK z wyjątkiem IE6.
To jest wygląd poprawny:
(IMG:
http://images43.fotosik.pl/172/c721606f51c3fccamed.jpg)
Tutaj IE6:
(IMG:
http://images49.fotosik.pl/172/671ec853825c7a38med.jpg)
A tutaj CSS:
@charset "utf-8";
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
color: #0000CC;
}
a href {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #0000CC;
}
* {
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
th, td {
padding: 7px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
th {
background-color: #666666;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
float: none;
}
table {
background-color: #FFFFFF;
border-collapse: collapse;
border: 1px none #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
}
#wraper {
background-color: #FFFFFF;
width: 800px;
margin-right: auto;
margin-left: auto;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #666666;
border-left-color: #666666;
margin-top: 5px;
}
#wraper #gorne {
background-image: url(../images/wmindexbig.jpg);
height: 320px;
width: 800px;
padding: 0px;
clear: both;
}
#wraper #gornakreska {
height: 100px;
background-image: url(../images/wmhigh.jpg);
}
#wraper #menu {
background-color: #FFFFFF;
}
#wraper #content #lewy {
float: left;
width: 547px;
padding-top: 15px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 40px;
background-repeat: no-repeat;
background-position: left top;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #666666;
border-left-width: 1px;
border-left-style: none;
border-left-color: #666666;
}
#wraper #content #prawy {
float: right;
width: 199px;
background-color: #FFFFFF;
border-right-width: 1px;
border-right-style: none;
border-right-color: #666666;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #666666;
}
#wraper #gorne #slajdy {
height: 180px;
width: 400px;
float: right;
background-color: #000066;
background-image: none;
margin-top: 115px;
}
#wraper #cien {
background-image: none;
height: 5px;
width: 594px;
}
#wraper #content {
width: 800px;
}
/* Menu */
#menu {
width: 800px;
height: 30px;
float: none;
margin-top: 0;
margin-right: 45px;
margin-bottom: 0;
margin-left: 0px;
border-right-width: 1px;
border-right-style: none;
border-right-color: #EDEBD5;
background-color: #95836B;
background-image: none;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
background-color: #9C886F;
}
#menu li {
display: inline;
background-image: none;
background-color: #FFFFFF;
}
#menu a {
display: block;
float: left;
width: 98px;
height: 30px;
border-left: 1px solid #EDEBD5;
text-transform: lowercase;
text-decoration: none;
text-align: center;
font-size: 120%;
color: #BABABA;
padding-top: 0px;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
background-color: #0000CC;
background-image: none;
}
#wraper #cienpodgornym {
background-image: url(../images/cien.jpg);
height: 5px;
}
#menu a:hover {
background-color: #F7F7F4;
background-image: none;
}
#menu .active a {
color: #F9F9F9;
background-color: #000033;
}
#wraper #content #stopka {
background-color: #999999;
height: 20px;
clear: both;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
margin: 0px;
padding-top: 5px;
padding-bottom: 0px;
padding-right: 0px;
padding-left: 360px;
background-image: url(../images/stopka.jpg);
}
Proszę bardzo pomoc bo nie mogę sobie z tym poradzić.
Z góry dziękuje za pomoc.