JayKay schrieb:
Verwendung von IE-Spezifischen CSS Code?
Das sind die einzigen.
<style type="text/css">
<!--
BODY {
scrollbar-face-color:white;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-track-color:white;
}
-->
</style>
------------------------------------------------------------
und
------------------------------------------------------------
<style type="text/css">
<!--
<style>
body { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000 }
td { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000 }
.text {color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10px; text-decoration: none}
a:link {color: brown; font-family: arial, helvetica, sans-serif; font-weight: font-size: 12px; text-decoration: none}
a:visited {color: brown; font-family: arial, helvetica, sans-serif; font-size: 12px; text-decoration: none}
a:active {color: brown; font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 12px; text-decoration: none}
a:hover {text-decoration: underline; font-family:arial, helvetica, sans-serif; font-size: 12px;color: red; cursor: hand}
-->
</style>