
backgroundSize.js with PIE border-radius
I've been having trouble getting backgroundSize.js to work with PIE, specifically for the border-radius parameter.
Here is backgroundSize.js:
http://louisremi.github.com/jquery.back ... e.js/demo/It's basically a jquery shiv for background-size in IE 8-.
border-radius breaks here when backgroundSize.js is turned on:
div {
background-image: url('image.gif');
background-size: cover;
border-radius: 10px;
behavior: url('/PIE.htc');
position: relative;
}
Has anyone else had luck with this?