Recently I've been playing with css3 Problems in IE: no round corners no white borders Here is the code http://www.animeonsen.com/test/ Is there anyone who knows the fix? also Opera 10 doesn't support or show gradients! Is there a way to fix it? Without using images?
right mouse-click > view source > click stylesheet Oh my god that is so difficult scroll to the end till you see /******** Blok dingen by Chau kar ********/
Note that I temporary disabled /*behavior: url(ie-css3.htc);*/ in the css. It is a script for round corners in IE that does not work 100% the way I want...
You try to do that whit Opera EDIT : The code looks nice & clean . But the problems are real . I've used IE 7 to look at it . It just looks like plain old browser incompetence in the case of IE's rounded corner . My advice is that you sacrifice a little speed and put the gradient in a pic that you're gonna use as background colors . I'm not that familiar whit the Gradient problem in CSS 3 since I rarely use it .
Anyway I was looking for a solution, not a discussion. The biggist problem is IE And Opera.....yeah I don't really care, but someone knows a solution for Oprera I would really appreciate it
IE does not work with rounded corners and most things CSS3. Only modern browsers do but you've taken down the site and I can't help with the Opera non-problem.
I would post you a lin but I'm a new member... Just google DD rounded corners and you will find what you need... This have worked for me...it works on IE
Many modern browsers (IE in particular) do not yet fully support CSS3, so it's best to design your layout with CSS1 and some CSS2, then layer the CSS3 as extra enhancements on top for browsers that support it. This way, even if the user's browser doesn't support the CSS3 enhancements, it will still look "right".