Closed (fixed)
Project:
css3pie
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2011 at 20:15 UTC
Updated:
3 Dec 2011 at 20:40 UTC
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
Comment #1
blackice2999 commentedHi,
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
Comment #2
Steve Dondley commentedThis is interesting: when I switch IE8 to compatibility mode, everything works as expected.
Comment #3
blackice2999 commentedHi 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
Comment #4
iler commentedI think that proper place for getting support for css3pie (not Drupal module) is http://css3pie.com/forum/
Comment #5
Steve Dondley commentedNo one is hijacking anything. You posted something before I had a chance to hit submit.
Comment #6
Steve Dondley commentedIssue solved by slapping in
into the css.
Reference: http://css3pie.com/forum/viewtopic.php?f=3&t=299
Comment #7
Steve Dondley commented