Skip to main content

All Questions

2 votes
0 answers
561 views

IE10 ::-ms-expand not working

I'm trying to implement a custom styled select element but having issues with IE10 and 11 where the native chevron is still visible. I've tried to implement the standard css to do this but to no avail:...
Pierre's user avatar
  • 46
0 votes
1 answer
368 views

CSS3 Transform Issues in IE10/IE11

I'm having trouble getting this svg to display correctly in IE10/IE11. It works fine in Chrome and Firefox. Here is a CodePen with my situation. Any thoughts?
Bimsley's user avatar
  • 73
1 vote
1 answer
464 views

SVG strange behavior in IE10+

I'm using svg patterns to define custom background images for the fill attribute in svg's later in the page. I'm hiding the original svg and pattern definitions at the top of the page. IE9 has no ...
MikeBman's user avatar