Cascade Style Sheet Beispiel: (Alle Elemente von Cascading Stylesheets Level 2 erklärt)
<style type="text/css">
<!--
body {
background-attachment: fixed;
background-image: url(../images/testbild.gif);
background-repeat: no-repeat;
background-position: center center;
}
-->
</style>
|