Can the css3pie module be used with the CTI Flex theme to create rounded corners in IE? I thought I added the correct selectors to the css3pie settings. Can you give me any advise on this?

Comments

ajross’s picture

Yes, it should work. Can you post what code you tried? And did it work at all, or did you not get round corners anywhere?

jsomerfield’s picture

Sorry it took so long to respond. I also had the rounded corners problem with the Mix & Match theme until I added the following to the styles in the ie8-fixes.css file: behavior: url(/sites/all/libraries/PIE/PIE.htc); This made the rounded corners appear in IE8, finally. The CTI Flex theme does not have one of these correcting .css files for IE8. That can probably be created, but I am unsure at this time how to get the

statement into the code. Another thing to solve...

The CSS Selectors I added to the CSS3PIE module settings are: .sidebar .block h2.title #content .block h2.title sidebar .block .content #content .block .content .region-sidebar-first .no-header .content #mission .comment

I think CTI Flex needs an IE8 .css.

What do you think?
Thanks.

jsomerfield’s picture

Forgot about those filters -- that would be ...how to get the "if IE 8" statement into the code...

jsomerfield’s picture

I put in some, what I thought would do the trick, border-radius code and the borders and backgrounds of the blocks disappeared. I saw this is a known issue with PIE, "Problem with z-index..." Some things are just out of my grasp of understanding.. being somewhat css-illiterate.

ajross’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)