Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

IE8 border issue on some elements. #283

Open
JordanMichael2158 opened this issue Aug 30, 2013 · 2 comments
Open

IE8 border issue on some elements. #283

JordanMichael2158 opened this issue Aug 30, 2013 · 2 comments

Comments

@JordanMichael2158
Copy link

There seens to be an issue on this list of elements.

The ones under "Beverage Promotional Products" should have border radius on the top left.

http://imcsuccess.com.barsnesssolutions.com/products/beverage/

border-radius: 17% 0px 0px 0px;

This works on OTHER places of the site, just not for these elements.

screen shot 2013-08-30 at 9 48 17 am

@JordanMichael2158
Copy link
Author

Any news on this?

@lojjic
Copy link
Owner

lojjic commented Oct 7, 2013

It looks like you're applying the border-radius to the li, but the image itself is on a child div. PIE is unable to clip child elements to a parent's border-radius, so you'll have to apply it to the child instead or in addition.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants