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);