Q
Quentin
liegt IMHO am stylesheet..
öfters mal mit ";" abschließen und bei solchen konstrukten vorsichtig sein:
liegt maybe daran...
Code:
BODY
{
FONT-SIZE: 8pt;
COLOR: #CCCCCC;
FONT-FAMILY: Arial, Verdana
BACKGROUND-COLOR: #000000
cursor: crosshair;
scrollbar-face-color: #CCCCCC;
scrollbar-shadow-color: #666666;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #666666;
scrollbar-darkshadow-color: grey;
scrollbar-track-color: #666666;
scrollbar-arrow-color: #666666
}
TABLE
{
FONT-SIZE: 7pt;
FONT-FAMILY: Verdana, Arial
; color: #666666
; border: #000000
}
INPUT
{
BORDER-RIGHT: white 1pt solid;
BORDER-TOP: white 1pt solid;
BORDER-LEFT: white 1pt solid;
COLOR: grey;
BORDER-BOTTOM: white 1pt solid;
BACKGROUND-COLOR: #CCCCCC
}
a:link {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size : 7pt; color: #CCCCCC}
a:visited {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size : 7pt; color: #CCCCCC}
a:active {text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size : 7pt; color: #666666}
a:hover {text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size : 7pt; color: #666666}
TEXTAREA
{
BORDER-RIGHT: white 1pt solid;
BORDER-TOP: white 1pt solid;
BORDER-LEFT: white 1pt solid;
COLOR: white;
BORDER-BOTTOM: white 1pt solid;
BACKGROUND-COLOR: #666666
}
SELECT
{
BORDER-RIGHT: white 1pt solid;
BORDER-TOP: white 1pt solid;
BORDER-LEFT: white 1pt solid;
COLOR: white;
BORDER-BOTTOM: white 1pt solid;
BACKGROUND-COLOR: #666666
}
CODE
{
COLOR: silver
}
INPUT.button
{
BORDER-RIGHT: #ffffff thin outset;
BORDER-TOP: #ffffff thin outset;
FONT-SIZE: smaller;
BORDER-LEFT: #ffffff thin outset;
COLOR: #ffffff;
BORDER-BOTTOM: #ffffff thin outset;
BACKGROUND-COLOR: #666666
}
öfters mal mit ";" abschließen und bei solchen konstrukten vorsichtig sein:
Code:
; color: #666666
liegt maybe daran...