Skip to main content

This enables you to do CSS 3 things for IE. It also elimnates the need to deal with transparent PNGs with IE6

Project description

Introduction

This product allows you to make sites faster since you don’t need to worry about some of the hang ups from Internet Explorer.

This Product works in Plone 2.5, 3, 4+

1.) Just by installing this product you don’t have to worry about transparent PNG’s in IE 6.

2.) New features include being able to do CSS 3 (Uses css3pie http://css3pie.com/) type things in IE 6,7,8. Things like border-radius, box-shadow, text-shadow.

A.) To use the CSS 3 features make a ie only css file and add your file into the css area of main_template. In Plone 4 you can just add the condition for the css registry file.

<!–[if lt IE 9]><link href=”IEFixes_foo.css” media=”screen” type=”text/css” rel=”stylesheet”> <![endif]–>

B.) Add these 2 lines to your css class or id.

behavior: url(&dtml-portal_url;/PIE.htc);
position: relative;

Make a list of classes that need to be changed in IE in your IEFixes_foo.css file. Example:

#portal-personaltools,
.portalHeader,
.fooclass {
 behavior: url(&dtml-portal_url;/PIE.htc);
    position: relative;
    }

C.) Issues with CSSPie.. You can’t do less then all four border-radius easily:

.portalHeader {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}

should be:

.portalHeader {
    border-radius: 10px 0px 0px 10px;
}

Also, if you are are doing gradients there is a hook:

#portal-header {
    -pie-background: linear-gradient(#D3D4D5, #FEFEFE); /*PIE*/
}

Changelog

0.1 - Unreleased

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

Products.EasyAsPiIE-1.0.2.zip (63.5 kB view details)

Uploaded Source

Products.EasyAsPiIE-1.0.2.tar.gz (49.9 kB view details)

Uploaded Source

File details

Details for the file Products.EasyAsPiIE-1.0.2.zip.

File metadata

File hashes

Hashes for Products.EasyAsPiIE-1.0.2.zip
Algorithm Hash digest
SHA256 af079f17064b7dd7f09d75daf743bce38d313c0bfdc8581db9681d24e6e72075
MD5 0b342f609b92c7d2e5b09d4ad484e78e
BLAKE2b-256 6344c5230744ea75a782a8ced23b4af75078497ee1a52f25f501d1c7a755793b

See more details on using hashes here.

File details

Details for the file Products.EasyAsPiIE-1.0.2.tar.gz.

File metadata

File hashes

Hashes for Products.EasyAsPiIE-1.0.2.tar.gz
Algorithm Hash digest
SHA256 f71c39b2da6e46c988a674b776f2517369d536e2f599c480105adc39f8acbc1f
MD5 4c8ce5251748ab059f65ea95accd321d
BLAKE2b-256 4c2fdec5e55c0427baf5de6eaacdc9680a3896a301d24e41bd69fe397b5b4033

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page