Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Identifying background image with Firefox. Help (http://forum.bytesforall.com/showthread.php?t=11643)

ontrackdesignz Dec 9, 2010 11:26 PM

Identifying background image with Firefox. Help
 
Hi Folks,

It appears the back ground image on http://www.cyclefitchicks.ca/ is disabled when using firefox. I really have no clue what to do.

At the moment IE and Chrome work fine. Here is the code for the background

background-image: -moz-linear-gradient(left, right,
from(#ff6600),
to(#ffffff));
background-image: -webkit-gradient(linear, left top, left bottom,
color-stop(0.00, #ff6600),
color-stop(1.00, #ffffff));

/* IE code - note GradientType=1 means horizontal */
filter: progid:DXImageTransform.Microsoft.gradient(enabled ='true',
startColorstr=#ff6600,
endColorstr=#ffffff,
GradientType=0);

juggledad Dec 10, 2010 11:24 AM

try this
HTML Code:

background-image:-moz-linear-gradient(-90deg, #ff6600, #ffffff);


All times are GMT -6. The time now is 06:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.