PDA

View Full Version : How to display your CSS3 rounded corners and gradients on IE 6, 7 and 8!


Stu255
01-23-2012, 07:01 PM
If you download PIE.htc from http://css3pie.com/ and copy and paste the PIE.htc file from the zip onto your web server you can then add:

"
...
behavior: url(PIE.htc);
"


To any CSS style elements and the PIE.htc will parse much of your CSS3 functionality (rounded corners, gradients, borders, shadows, etc) for IE 6, 7 and 8 users.


Has anyone had any experience with this when using Vbulletin?

I found it recently but am unsure of how to implement it with the -ie.css files for VB4.


Thanks in advance.