hallo.
bin vor kurzem auf linux umgestiegen und habe eine fragem zum kde browser konqueror. für meine webseite benutz ich ein zentrales css format, das in den gängigen windows browsern eigentlich problemlos dargestellt wird. wenn ich nun meine webseite mir konqueror oeffne stellt er das zentrale css format nicht dar. leider weiss ich nicht woran der fehler liegt. ich poste mal mein css format in der hoffnung das ihr mir helfen könnt.
<style type="text/css">{ }
body{ background-color: #000066; }
body{ background-image: url('slike/pozadina.gif');
body{ color: #FFFFFF }
body{ font-family: verdana; }
body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px }
body{ background-attachment: fixed }
h1 { color: #FF0000; font-size: 12pt; }
-->
</style>
<style type="text/css">{ }
BODY{
scrollbar-face-color:#000066;
scrollbar-arrow-color:red;
scrollbar-track-color:#FFFFFF;
}
-->
</style>
<style type="text/css">{ }
form { display:inline }
a:link, a:visited, a:active { text-decoration: none ; color: #000000 }
a:hover { color: #CC0000 }
-->
</style>
<style type="text/css">{ }
form { display:inline }
table, tr, td { font-family: verdana; font-size: 8.0pt; font-weight: bold; }
tr, table { margin-top:10px; margin-bottom:10px; }
-->
</style>
dankeschön.