Tagged Questions
0
votes
2answers
27 views
PIE with added on hover border
There is simple example: http://fsou1.ru/files/verstka_examples/14/index2.html
I use PIE.js for attaching border-radius in IE, but when i add 'border: 30px solid black' on hover event, PIE.js doesn't ...
0
votes
1answer
31 views
Need help to configure PIE.htc for CSS3
I found out that using PIE.htc will hellp to resolve the problem with IE7-8 when using box shadow.
I did exactly as they are explaining on the official website: http://css3pie.com/
But I can't get ...
0
votes
1answer
134 views
pie.htc not fixing css3 issues
I have the PIE.HTC in the root directory and trying to make rounded corners work in Internet Explorer
This is my CSS
#credits-earned
{
border-style:solid;
border-width:2px;
...
0
votes
1answer
803 views
How to get text from html table in pie chart (highchart)?
I am displaying data from html table to pie chart (HighChart).
I want to display text which are between <th>..</th> tag of table tag.
But instead of text .. it displays slice ... slice .. ...
2
votes
1answer
176 views
Unable to get PIE to work for border-radius in IE8
I have this in my CSS:
.myAwesomeElement {
position: relative;
z-index: 0;
zoom: 1;
border: 1px solid #999;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
...
