jQuery.Cycle - White background in IE8
Hi there
I have the jQuery.Cycle in my page with text only
http://2382.gr/test/
In firefox the background is tranperency as I want
But in the IE is a white background
Here's the html:
- <style type="text/css">
#s6 { width: 900px; height: 255px; padding: 0px; color: #333; text-align: left; font-size: 16px; }
#s6 { top: 0; left: 0 }
</style>
<script type="text/javascript" src="CycleJquery/jquery.min.js"></script>
<script type="text/javascript" src="CycleJquery/jquery.cycle.all.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#s6').cycle({
fx: 'scrollUp',
speed: '2500',
timeout: '2000',
pause: '1'
});
});
</script>
I can not find how to remove this white background
can you help me please?
Sorry for my poor English