Click to See Complete Forum and Search --> : Another background Q


TiGGi
04-05-2006, 11:10 AM
Looking for gradient background script that will work on both IE and FF. I am aware of Microsofts' gradient filter but it doesnt work on FireFox?

AltF4
04-05-2006, 12:16 PM
Example please

TiGGi
04-05-2006, 01:10 PM
well here is the Microsoft Filter that doesn't work on FireFox:
body{
margin: 0;
padding: 0;
color: #fffff;
height: 100%;
filter:
progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#005288, endColorstr=#88beed);
}{

skilled1
04-05-2006, 01:13 PM
ALOT of microsoft scripts such as gradients do not work cross browser, your best bet is to make an image and set it as the background of a table.

the tree
04-05-2006, 01:23 PM
For the love of all things webby do not use a table.
You'll want a horizontally repeating background image, it doesn't need to take up the whole screen, so long as it meets with the plain background-color neatly.

TiGGi
04-05-2006, 02:15 PM
I know how to do it with an image, but I was just wondering if there's css or someting that will work on FF and IE.
Thanks!