Hey Folks;
also kann mir von euch jemand erklären, warum bei meinem footer die border-bottom-color: #ffffff; also weiß ist, allerdings anstelle von weiß ein 5px grau angezeigt wird? im IE seh ich sogar nen grau-schwarz verlauf ?
PHP
#footer {
background-color: #000000;
border-bottom-color: #ffffff;
border-bottom-style: outset;
border-bottom-width: 5px;
border-top-color: #000000;
border-top-style: solid;
border-top-width: 1px;
clear: both;
color: #666666;
font-size: 10px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-variant: normal;
font-weight: normal;
height: 15px;
line-height: 130%;
margin: 0px;
padding-bottom: 3px;
padding-left: 8px;
padding-right: 3px;
padding-top: 10px;
width: 515px;
}
#footer a:link, #footer a:visited {
color: #666666;
text-decoration: none;
}
#footer a:hover {
color: #999999;
text-decoration: underline;
Alles anzeigen
hab da ja ausdrücklich weiß und nicht grau definiert.
strange.
die viele fragerei ist mir schon richtig :oops:
danke.