Hallo,
ich habe ein Hintergrundbild Wolken.jpg
Zitat
body {
background-image: url('bilder/Wolken.jpg');
background-repeat: no-repeat;
}
In CSS steht:
ZitatAlles anzeigen
#hauptteil {
position:absolute;
top:110px;
left:210px;
width:60%;
background-color:#000080; <--- hier liegt das Problem!
color:#FFFF00;
}
Nun soll hier:
Zitat
<div id="hauptteil">
<table border="0" width="100%">
... ... ...
das Hintergrundbild Wolken.jpg sichtbar bleiben, der
background in #hauptteil also transparent sein.
Dank für helfende Hinweise (Beispiele),
Werner.