OliS: Hintergrundbild in Opera (html/css)

Beitrag lesen

Die absoluten Pfadangaben verwende ich absichtlich. Dürfte aber kein Problem sein, denn Opera - zumindest 6.05 - stellt automatisch "file://localhost/" automatisch vors c:

Mir ist die korrekte Syntax mit css nicht klar. So klappt es nicht:

<style type="text/css">
<!--
 a:link { color:white }
 a:visited { text-decoration:none; color:#646464; }
 a:hover { text-decoration:none; color:black }
 a:active { text-decoration:none; color:#969696; }
 table { font-size:16px; text-align: justify }
body {
background-image:C:\WINDOWS\Profiles\Oli\Desktop\HP\Dateien\tuerkis.jpg
scrollbar-arrow-color: #74C9C0; scrollbar-base-color: #58A3AC scrollbar-track-color: #74C9C0
scrollbar-face-color: #74C9C0; scrollbar-highlight-color: #58A3AC scrollbar-3d-light-color: #58A3AC
scrollbar-dark-shadow-color: #58A3AC; scrollbar-shadow-color: #58A3AC
}
-->
</style>

Gruß, Oli