Problem with opacity and IE - only in Preview with WEB2011

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.

  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;

Problem with opacity and IE - only in Preview with WEB2011

Postby Hannezz » Sun Oct 02, 2011 9:13 pm

Hi Guys,

i have a problem with a small sample code including a sample for opacity:

The preview in WeBuilder 2011 with Firefox is correct - divs are shown with different opacity backgrounds
The preview in WeBuilder 2011 with IE is not correct - divs are shown with full white backgrounds
The same code shown with IE directly is ok - divs are shown with different opacity backgrounds

The same problem i have with border-radius...always a problem with the preview and IE..

The used options with WeBuilder are: HTML5, CSS Level 3
OS: W7 64 bit, IE 64 Version 9.02

Have you a tip for me, some switch in the options or so ?!?

So long,
Hans

Code: Select all
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>opacity</title>
<style>
/* Muster stammt von http://www.squidfingers.com/patterns/ */
body {
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  background-image: url(pattern_144.gif);
}
div {
  margin-top: 50px;
  background-color: white;
  color: black;
  width: 120px;
  height: 300px;
  float: left;
  font-size: 4em;
  font-weight: bold;
  line-height: 300px;
  text-align: center;
}
#eins {
  opacity: 0;
}
#zwei {
  opacity: 0.2;
}
#drei {
  opacity: 0.4;
}
#vier {
  opacity: 0.6;
}
#fuenf {
  opacity: 0.8;
}
#sechs {
  opacity: 1;
}
</style>
</head>

<body>
<div id="eins">
0
</div>
<div id="zwei">
0.2
</div>
<div id="drei">
0.4
</div>
<div id="vier">
0.6
</div>
<div id="fuenf">
0.8
</div>
<div id="sechs">
1
</div>
</body>
</html>
Hannezz
 
Posts: 1
Joined: Sun Oct 02, 2011 8:53 pm

Return to HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support

Who is online

Users browsing this forum: Bing [Bot] and 13 guests