Ich hoffe mir kann jemand helfen. Wie das Thema schon sagt hab ich ein Problem mit einem Bild welches teilweise tranzparent ist und im IE grau dargestellt wird.
CSS
danke schonmal im vorraus.
CSS
Code:
#image
{
width:300px;
height:300px;
position:absolute;
margin-top:35%;
margin-left:65%;
text-align:right;
}
Code:
echo "<div id ='image'>";
echo "<img src='".HTTP_ROOT."/Profil/Image/User/raito.png' />";
echo "</div>";
danke schonmal im vorraus.