Mam problem z edycją layoutu skryptu paFileDB 3.6. Zmieniłem w pliku css kolor obramowania. Niestety mimo, że pod Firefoxem wygląda to w porządku - IE zawodzi. Oto screeny:
Firefox
Internet Explorer
Oto treść pliku css:
TABLE, TEXTAREA, INPUT {
font: 10px Verdana; color:#bfbfbf;
background-color: #434343
}
span.largefilename {
font-size: 16px;
font-weight: bold;
}
DIV.quote {
border: 1px solid black;
font: 9px;
width: 95%;
}
TABLE.border {
border-color:#383d38;
border-collapse:collapse;
}
TABLE.dashed {
border: 1px dashed #000000;
}
td.questionoptions {
background-color: #434343;
color: #000000;
font-size: 10px;
}
tr.row1 {
background-color: #434343;
}
tr.row2 {
background-color: #434343 ;
}
TD.header {
font-size: 14px;
font-weight: bold;
}
td.lightheader{
color: #999999;
font-size: 14px;
font-weight: bold;
}
tr.sectionheader, td.sectionheader {
background-image: url(./images/row_bg.gif);
background-color: #a30404;
color: #ffffff;
text-align: center;
font-weight: bold;
}
tr.fileheader, td.fileheader {
background-image: url(./images/row_bg.gif);
background-color: #a30404;
color: #ffffff;
text-align: center;
font-weight: bold;
}
span.small {
font-size: 9px;
font-weight: normal;
}
BODY {
font: 10px Verdana; color:#000000;
text-shadow:1;
background-color:#2d2d2d;
}
.forminput {
background-color:#434343;
border: 1px #000000 solid;
color: #FF0000;
font-family:verdana;
font-size:10px;
padding-left:2px;
padding-right:2px;
}
.textinput {
background-color:#434343;
border: 1px #000000 solid;
color: #000000;
font-family:verdana;
font-size:11px;
padding:2px;
width:95%;
}
a:link {
color: #bfbfbf;
text-decoration: none;
}
a:visited {
color: #bfbfbf;
text-decoration: none;
}
a:hover {
color: #bfbfbf;
text-decoration: underline;
}
a:active {
color: #bfbfbf;
text-decoration: none;
}
a.edit:link, a.edit:active, a.edit:visited {
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
}
a.edit:hover {
font-size:10px;
color: #CCCCCC;
text-decoration: underline;
}
/* New in 3.6 */
tr.commentheader, td.commentheader {
background-image: url(./images/comment_bg.gif);
background-color: #a30404;
color: #ffffff;
text-align: left;
font-weight: bold;
}
hr.comment {
color: #000000;
background-color: #000000;
height: 1px;
border: 0px;
}
Poza tym mam problem zarówno pod Firefoxem jak i IE z jednym elementem:
Tutaj powinno być obramowanie takiego samego koloru i grubości, jak na pierwszym screenie z Firefoxa :? Przy okazji… Firefox
Internet Explorer[
Czemu pod IE są takie odstępy? Kod:
| |
| |


Ale przejrzałem dokładnie kod i nie widzę błędu, podobnie walidacja pod kątem zgodności nic nie wykryła >.<"