@ Maja
Hi Maja.
Opacity funktionierte jetzt, ABER es wird ja alles transparent, auch die Schrift, habe es daher wieder gelöscht. Hier kur ein Teil des Codes (nicht alles):
<!–
body {
scrollbar-face-color:#FFFFFF;
scrollbar-track-color:#EFEFEF;
scrollbar-arrow-color:#0000FF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#000000;
scrollbar-3dlight-color:#A8A8A8;
scrollbar-darkshadow-color:#000000;
background-image: url(buttons/grey.gif);
background-repeat: repeat;
}
–>
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:„Times New Roman“;
mso-fareast-font-family:„Times New Roman“;
color:black;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{color:stuck_out_tongue:urple;
text-decoration:underline;
text-underline:single;}
p.stil2, li.stil2, div.stil2
{mso-style-name:stil2;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:„Times New Roman“;
mso-fareast-font-family:„Times New Roman“;
color:red;}
@page Section1
{size:595.3pt 841.9pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;
mso-header-margin:36.0pt;
mso-footer-margin:36.0pt;
mso-paper-source:0;}
div.Section1
{page:Section1;}
–>
Test
Test
Test
Test
Test
Natürlich wurde das „transparent“ und das HG-Bild immer entfernt. Läuft aber nicht so, wie ich es mir vorgestellt hatte. Wo soll der Code denn richtigerweise hin und wie kann ich ihn ändern, damit die Schrift nicht auch transparenter wird? DANKE!!!