Open catalog/includes/modules/flash_carousel.php file and find below lines
1 2 3 4 5 6 | <style type="text/css" media="screen"> body { margin:0; text-align:center; } div#flash_carousel_container { text-align:center; } object#flash_carousel { display:block; margin:0 auto; } </style> |
And replace with below lines
1 2 3 4 5 6 7 8 | <style type="text/css" media="screen"> body { margin:0; text-align:center; } div#flash_carousel_container { text-align:center; background-image: url(http://www.yourwebsite123.com/images/background.jpg); background-repeat: no-repeat;} object#flash_carousel { display:block; margin:0 auto; } </style> |
Don’t forget to change background-image: url(http://www.yourwebsite123.com/images/background.jpg); tags in above lines according to your settings.
OK it’s work fine. It is possible to insert an image at the center of carousel?
Reply
How put mine like one in this link
http://images.americanas.com.br/Applications/site2007/flash/carrossel/carrossel_281008.swf
Reply