Your css appears to work in IE:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body {
background: #000;
color: red;
text-align: right;
}
#righttop {
position: absolute;
min-height: 330px;
max-height: 330px;
display: inline-block;
opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */;
min-width: 250px;
max-width: 250px;
padding: 5px 5px 5px 5px;
color: #217DDE;
z-index: 1;
right: 6px;
-moz-border-radius: 15px 15px 15px 15px; /* Mozilla rounded corners */
float: right;
background: #FFFFFF;
}
</style>
</head>
<body>
<div id="righttop">
</div>
some text here to test opacity of the division
</body>
</html>
If you want more help:
Please post a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks