Skip to main content

All Questions

-1 votes
1 answer
451 views

Edge/IE problems with clip-path

creating a web site with a circular rotating menu, it works great on Chrome, Firefox, and Opera, but got some problem with Edge and IE. The main thing is that Edge/IE is not supporting clip-path, so ...
Bojan Vasilevski's user avatar
-1 votes
1 answer
515 views

Text reveal masking on scroll: how to get clip-path: inset() work on IE and Edge

The following CSS code doesn't work in IE and Edge but working fine in Chrome and Safari and on iOS. A demo is available here: https://new-css-clip-text-reveal-mask.webflow.io/ Any thoughts how to ...
Philipp Roth's user avatar
1 vote
0 answers
73 views

How to disable CSS 'transform: translate' feature for Internet Explorer? [duplicate]

I have set up a split animation for the Logo below using clip-path and hover transform features using CSS. However, clip-path is not supported on IE ad Edge. Therefore, I would like to disable the '...
Sam Raha's user avatar
1 vote
1 answer
2k views

clip-path alternatives for Internet Explorer/Edge

I have a project that uses clip-paths to render a slant throughout the design. The scope of the project has changed and I now need to support IE/Edge, which do not support clip-paths. There is a ...
rnrh's user avatar
  • 283
0 votes
0 answers
382 views

How to display SVGs (clip-path) on IE and Edge with smooth edges

I've got an SVG that contains 3 <image> tags and a <rect> that all have a clip-path applied to them. On all browsers except IEs and Edge the clip-path is applied smoothly along the edges, ...
Lewis Carville's user avatar
3 votes
1 answer
7k views

css clip path Shape is not working on ie or how can i create this with css

I want to clip an image according to a shape, like the image below. But my code is not working in IE. How can I get it to work in IE? .svg-image { background: url(http://r-ce.com/wp-content/...
Lik Core's user avatar
0 votes
1 answer
450 views

CSS, jQuery - forcing clip-path in IE

I've got little problem with clip-path (i know that IE doesn't support that). I've found some solutions for clip-pathing image but that is not the case - i need to do it with the whole section. But ...
user3267302's user avatar
2 votes
2 answers
5k views

clip path alternative for Firefox and IE9+

I'm trying to build something like a rooftop using CSS clip paths. Unfortunately I noticed IE and Firefox do not support clip path. My question: What is a good alternative to build polygons which are ...
Rattikarl's user avatar
  • 187
1 vote
1 answer
1k views

clipPath or clip-path Internet Explorer

Any version of IE is cool... 11+ would be sufficient... http://codepen.io/dapinitial/pen/86857208c985a895aeea87cfd40a0b2e <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://...
dapinitial's user avatar
0 votes
1 answer
103 views

How to hide clipPath in IE

I want to hide the clipPath element so it doesn't show empty white space in the browser, but I still want to be able to use it from other svgs, like the image. If I put width 0 and height 0 on it ...
Elfy's user avatar
  • 1,853
3 votes
1 answer
4k views

Clip-path doesn't work in Firefox and IE

I have a nav element that on mouse hover reveal my menu, it works fine on Safari and Chrome however not in Firefox nor in IE: /* start nav menu morph */ nav { width: 23%; background: #...
NineCattoRules's user avatar