When I use this module with a div with a background color, I see the background color flash for about 1/10th of a second and then the background color disappears. This is happening on a fresh install of drupal on both the Garland and Pushbutton themes.

I've got a node with the following HTML.

<div class="curve">New story here.</div>

I've got a css file with the following code in style.css:

.curve {
  width: 100px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #000;
}

And .curve is added to the css selector field on the css3pie configuration page.

I'm looking at the page with IE8.

Comments

blackice2999’s picture

Category: bug » support
Priority: Critical » Normal

Hi,

sorry this can't be a bug of the module. It does nothing other than creating a second css file that invoke the pie script.

regards
Dennis

Steve Dondley’s picture

Category: support » bug
Priority: Normal » Critical

This is interesting: when I switch IE8 to compatibility mode, everything works as expected.

blackice2999’s picture

Category: bug » support
Priority: Critical » Minor

Hi Steve,

please stop highjacking the bug tracker. Its clearly a support request and no bug of the module. It can be a bug of the PIE Library but this is here not the right place for that.

regards
Dennis

iler’s picture

I think that proper place for getting support for css3pie (not Drupal module) is http://css3pie.com/forum/

Steve Dondley’s picture

No one is hijacking anything. You posted something before I had a chance to hit submit.

Steve Dondley’s picture

Issue solved by slapping in

position: relative;

into the css.

Reference: http://css3pie.com/forum/viewtopic.php?f=3&t=299

Steve Dondley’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.