I am just trying this and it is not working properly on internet explorer 11.
not look like cube at all. how can i achieve like in chrome?
Check here
Please guide me
Thanks
Maybe IE has issues with keyframes, transform, etc.
Please check which CSS properties are not supported here:
https://caniuse.com/
Related
I was reading the Safari developer docs and it lists these as a new feature supported in Safari 9 (seems like IE and Firefox have support, too) but I can't find any decent documentation on how to use this...
Has anyone tried this yet? Got it working? Can you please point to some working code? Thanks.
I am using this plugin here:
http://tympanus.net/Tutorials/3DRestaurantMenu/
It works pretty well, however, it lacks support for IE11. In IE9 and lower, it appears as a 2D menu, disabling CSS3. However, IE11 apparently has partial CSS3 support, but incomplete support and hence it appears weird. The plugin uses Modernizr to recognize this, I believe. I have tried using the latest Modernizr version without success. Is there a way to add a header tag in there to detect any IE browser and disable CSS3 elements completely?
Thank you in advance!
I was able to target IE11 using media queries:
https://philipnewcomer.net/2014/04/target-internet-explorer-10-11-css/
So it appears, IE11 is still missing complete CSS3 support, unless I'm missing something?
I am a little new to CSS and CSS animations. I am tired of optimizing my webpages specifically for IE (all versions). Is there some javascript library of something of the same sort that can enable CSS -webkit syntaxes in IE?
I find it easy and good designing for webkit browsers like chrome but IE needs special focus.
Thanks in advance.
The Internet Explorer 10 supports some more CSS3 features. Did you to obmit the prefix? If this doesn't work there is nothing you can do. You may need to wait for the Internet Explorer 11.
However I would not recommend to concentrate your work for the IE. Better try to make run your app on Firefox, Safari, Opera and co.
Have also a look to the blog post Adapting your WebKit-optimized site for Internet Explorer 10 by Microsoft.
have a look at css3pie.com it can render as from IE6. Hope this helps you.
I have been following mozilla developer network's docs and created a transition for my images to change. They seem to work fine in Chrome (19?) but not in Firefox 11 (or any other browser).
I have created a test case here on jsfiddle - http://jsfiddle.net/9nevB/1/
I've tried this in many different ways and still can't get it to work on firefox.
Any ideas?
Thanks
According to the CSS3 specification, background-image is not animatable. Browsers may provide this implementation, but it is not standardized.
I am using the word-wrap property from CSS3 and it works fine in IE but does not seem to work in firefox or chrome. Based on all the reading I've done it should work in firefox for sure. Can someone explain or put forth a theory on why it might not be working
as far as i know , this properties only work's in IE/Win, Safari, e Shiira
EDIT:
made some search and found this doc:
check this and see if help's you.