Log in

View Full Version : background image carousel



akluch2
08-07-2012, 09:50 PM
Hi Everyone,
I found this carousel script on dynamic drive url: http://www.dynamicdrive.com/dynamicindex14/bgcarousel.htm

Can anyone help me to get the script show as a <table> background so that all <table> content will appear on the carousel.

The <body> section of my page is like this:

<div id="mybgcarousel" class="bgcarousel">
<table border="0" width="850" cellspacing="0" cellpadding="0" height="250">
<tr><td width="550">Some Information goes here</td><td>And some content goes here.</td></tr></table></div>

The script is available at dynamic drive url: http://www.dynamicdrive.com/dynamicindex14/bgcarousel.htm

Someone help.

keyboard
08-07-2012, 11:07 PM
Please use the forum's bbcode tags to make your post more readable:

for php code............
<?php /* code goes here */ ?>
for html...............
<!-- markup goes here -->.....
for js/css/other.......
code goes here................