| Author |
Message |
|
Krazy
Joined: Fri Jan 20, 2012 1:34 am Posts: 12
|
 IE issues with gradients, border-radius and text-shadow
Hello guys, first posting here. I got several problems with creating my button in IE7,8,9 9 is almost wokring, just text-shadow and inset box-shadow missing. 7 and 8 the same plus not showing a border-radius.
Last edited by Krazy on Mon Jan 23, 2012 12:11 am, edited 1 time in total.
|
| Fri Jan 20, 2012 3:00 am |
|
 |
|
jason
Joined: Wed Jul 14, 2010 11:46 am Posts: 1396
|
 Re: IE issues with gradients, border-radius and text-shadow
Why are you using filters and svg data uris if you're using PIE for gradients? They should not be needed and especially the filter will conflict.
|
| Fri Jan 20, 2012 10:15 am |
|
 |
|
Krazy
Joined: Fri Jan 20, 2012 1:34 am Posts: 12
|
 Re: IE issues with gradients, border-radius and text-shadow
commenting out the filters and svg doesn't improve it. Then IE even shows only the fallback background-color. No gradient at all.
|
| Fri Jan 20, 2012 12:25 pm |
|
 |
|
jason
Joined: Wed Jul 14, 2010 11:46 am Posts: 1396
|
 Re: IE issues with gradients, border-radius and text-shadow
OK good, now we're starting from a blank slate without other things confusing the issue. Have you been through the common issues? http://css3pie.com/documentation/known-issues/ -- my guess would be an incorrect content-type if you're seeing no effect.
|
| Fri Jan 20, 2012 1:04 pm |
|
 |
|
Krazy
Joined: Fri Jan 20, 2012 1:34 am Posts: 12
|
 Re: IE issues with gradients, border-radius and text-shadow
nope, content-type shouldn't be the prob. I also put a Code: * { position: relative; } in the css.
|
| Fri Jan 20, 2012 3:35 pm |
|
 |
|
jason
Joined: Wed Jul 14, 2010 11:46 am Posts: 1396
|
 Re: IE issues with gradients, border-radius and text-shadow
OK well it's pretty impossible to help without seeing it in action. Can you post a link to the site?
|
| Fri Jan 20, 2012 3:59 pm |
|
 |
|
Krazy
Joined: Fri Jan 20, 2012 1:34 am Posts: 12
|
 Re: IE issues with gradients, border-radius and text-shadow
|
| Fri Jan 20, 2012 5:33 pm |
|
 |
|
jason
Joined: Wed Jul 14, 2010 11:46 am Posts: 1396
|
 Re: IE issues with gradients, border-radius and text-shadow
behavior: url(/js/libs/PIE.htc); --> http://drivejam.de/js/libs/PIE.htc --> 404 not found
|
| Fri Jan 20, 2012 5:54 pm |
|
 |
|
Krazy
Joined: Fri Jan 20, 2012 1:34 am Posts: 12
|
 Re: IE issues with gradients, border-radius and text-shadow
|
| Fri Jan 20, 2012 6:05 pm |
|
 |
|
jason
Joined: Wed Jul 14, 2010 11:46 am Posts: 1396
|
 Re: IE issues with gradients, border-radius and text-shadow
Umm... that's nice, but you're still referencing it at /js/libs/PIE.htc which obviously goes from the domain root.
|
| Fri Jan 20, 2012 7:12 pm |
|
|