Hallo,
weiß jemand ob man mit css3 selektoren oder auf eine andere art nur den Rand eines Containers tranzparent setzen kann?
#content {
background-color:#fff;
border: 8px solid 999999;
width: 885px;
height:665px;
border: 8px solid #999999;
-moz-opacity:0.5;
-webkit-opacity:0.5;
-khtml-opacity:0.5;
filter:alpha(opacity=50);
opacity:0.5;
}
weiß jemand ob man mit css3 selektoren oder auf eine andere art nur den Rand eines Containers tranzparent setzen kann?
#content {
background-color:#fff;
border: 8px solid 999999;
width: 885px;
height:665px;
border: 8px solid #999999;
-moz-opacity:0.5;
-webkit-opacity:0.5;
-khtml-opacity:0.5;
filter:alpha(opacity=50);
opacity:0.5;
}