Link to home
Start Free TrialLog in
Avatar of jcbmtt
jcbmtt

asked on

transparency

what are the solutions for transparent png images in ie6 ie7 ie 8?

<html>
<head>
<style>
.box {
      padding:50px;
      background:transparent;
      border:1px solid green;
      float:left;
      left:100px;
      top:5px;
      position:absolute;
}
.smallbox {
      width:400px;
      height:300px;
      background-color:red;
}
</style>
</head>
<body bgcolor="gray">
<div class="box">
            <div class="smallbox" style="color:#fff">
            live live livev <img src="tran.png" />
            </div>
</div>      
</html>
tran.png
ASKER CERTIFIED SOLUTION
Avatar of hax1
hax1
Flag of Austria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial