Author |
Message |
abder
Joined: Sat Dec 10, 2011 4:34 am Posts: 4
|
 IE8 background issue
my site url:
the issue: the blocks on my site working well in the most standart webrowser either in IE7 or IE9 but when i load my site in IE8 all the blocks with border-radious and 2 image background (right and bottom) are not working.
IE8 View on some of my blocks:
(not display border-radius or a background image on the sides)
Chrome / FF / IE7/9 View:
(display border and background well)
any help? i know this is a known issue but if anyone have a idea how to fix it in my case it is would help a lot
thanks!!
|
Sat Dec 10, 2011 4:44 am |
|
 |
jason
Joined: Wed Jul 14, 2010 11:46 am Posts: 1452
|
 Re: IE8 background issue
|
Sat Dec 10, 2011 11:29 am |
|
 |
abder
Joined: Sat Dec 10, 2011 4:34 am Posts: 4
|
 Re: IE8 background issue
|
Mon Dec 12, 2011 11:08 am |
|
 |
jason
Joined: Wed Jul 14, 2010 11:46 am Posts: 1452
|
 Re: IE8 background issue
|
Mon Dec 12, 2011 11:14 am |
|
 |
abder
Joined: Sat Dec 10, 2011 4:34 am Posts: 4
|
 Re: IE8 background issue
thanks for the quick reply, i am not too lazy :0 it tryed it..
add to #inner-center-des, posting: relative ... and nothing, i do something worng?
can you please exmaple this on my code?
thanks, you going a great job!
|
Mon Dec 12, 2011 11:50 am |
|
 |
Tonttu
Joined: Sat Aug 21, 2010 11:12 am Posts: 223
|
 Re: IE8 background issue
What about your z-index?
_________________ PIE needs more community support persons! Time is money, which means you can fund PIE development by answering support questions.
|
Mon Dec 12, 2011 2:04 pm |
|
 |
abder
Joined: Sat Dec 10, 2011 4:34 am Posts: 4
|
 Re: IE8 background issue
also try z-index
position: relative; z-index: 99; or z-index: -1; or z-index: 1;
nothing doesnt work..
thanks
|
Mon Dec 12, 2011 5:33 pm |
|
 |
jason
Joined: Wed Jul 14, 2010 11:46 am Posts: 1452
|
 Re: IE8 background issue
|
Mon Dec 12, 2011 6:59 pm |
|
 |
FrugalWebDesigns
Joined: Sat Dec 28, 2013 12:29 pm Posts: 2
|
 Re: IE8 background issue
A couple of notes: 1)There are some web server that have trouble using PIE with backgrounds. I have no trouble at all with 000webhost and others, but AwardSpace.com has some issue with images being called when the parent html is not involved. I tested this by trying to go directly to an image in the address bar. First time is loads but won't reload. Probably a PHP setting. 2)I too can load colors but not images. I've had to resort to a less than optimal solution polyfill.
Another issue worth mentioning. When I tried to use border radius since the background couldn't parse, I had a black panel. I placed a parent container behind and gave it a border. Then the child container (my real container with an image background and info) was placed inside. Even though PIE is still showing a black border, it's for the parent that is behind the child container. So by adjusting padding and margin, the background shows through and the borders are rounded. Of course I was using -pie-background: url(path to image); I did try moving the image around and lots of other things including adjusting the .htaccess file. Nothing worked but the parent/child method for the panels.
Hope this helps someone else who has a restrictive host that won't open up their php for callng images. PIE is working fine on other hosts.
|
Sun Feb 02, 2014 8:11 am |
|
 |
lazicu
Joined: Thu Nov 06, 2014 2:44 am Posts: 2
|
 Re: IE8 background issue
I also tried z-index, it doesn't work for me too.
|
Thu Nov 06, 2014 2:46 am |
|
|