Forums
|
|
|
Page 1 of 1
|
[ 3 posts ] |
|
Backgrounds not showing in IE7
Author |
Message |
davebeesley1983
Joined: Thu Nov 18, 2010 5:52 am Posts: 7
|
 Backgrounds not showing in IE7
http://meadfleet.mi-dev.co.uk/I know you guys have helped me out amazingly before. I have used the search function but couldn't find the issue. Works fine in IE8, and I have used the wonderful catch all of "position:relative;" to no avail. Any ideas guys and gals?
|
Fri May 20, 2011 10:25 am |
|
 |
fxpepper
Joined: Fri Jun 24, 2011 3:09 pm Posts: 5
|
 Re: Backgrounds not showing in IE7
Hey - try this (instead of PIE):
background: -moz-linear-gradient(top, #D8E7E1 0%, #326D57 100%) no-repeat fixed top left #fcf8f8; // for FF background: -webkit-gradient(linear, left top, left bottom, from(#D8E7E1), to(#326D57)) no-repeat top left #326D57; //for Safari/Chrome filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D8E7E1, endColorstr=#326D57); /* for IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#D8E7E1, endColorstr=#326D57)"; /* for IE8 */
I don't know why the PIE isn't working, but this should work (again - instead of PIE)
|
Sun Jun 26, 2011 8:05 pm |
|
 |
fxpepper
Joined: Fri Jun 24, 2011 3:09 pm Posts: 5
|
 Re: Backgrounds not showing in IE7
or possibly try just background with your code (instead of background-image)..?
|
Sun Jun 26, 2011 8:13 pm |
|
|
|
Page 1 of 1
|
[ 3 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 2 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|