Forum Moderators: not2easy
#slider {
background:url("images/slider-bg.jpg") repeat-x scroll 0 0 transparent;
float:left;
height:370px;
width:949px;
#slider {
background:#c9c9c9;
background-image:url(../images/slider-bg.jpg) repeat 0 0;
display:block;
width:949px;
height:370px;
border:none;
}
background-color: #c9c9c9 background:transparent url(../images/slider-bg.jpg) repeat 0 0;
getBg(e){for(;e&&e.nodeName.toLowerCase()!='html';e=e.parentNode){var v=$.css(e,'background-color');if(v.indexOf('rgb')>=0){var rgb=v.match(/\d+/g);return'#'+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}
if(v&&v!='transparent')
return v;}
return'#ffffff';};$slides.each(function(){$(this).css('background-color',getBg(this));});};$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display='block';if(w!==false&&next.cycleW>0) #slider, #slider div {background: #c9c9c9 url(images/slider-bg.jpg) repeat 0 0;} <!--[if IE]>
<style type="text/css" media="screen">
#slider {
display:block;
width:947px;
height:370px;
}
#sliderbottom {
height:34px;
}
</style>
<![endif]-->
What I would suggest is trying to give your external CSS a higher level of specificity.
So instead of just #slider, try #content #slider or #wrap #slider or any parent elements that have IDs