Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Moving my slideshow to background of a table.

I have already made my slideshow which works just fine. Now my client wants me to put a non moving logo and paragraph over the slideshow. So this means I have to change my slideshow to be in the background of my table. I will put the html for my table below.

I am not sure if this needs changes in my java script or html. I can send java script too if needed.

<tr>
  <td height="444">&nbsp;</td>
  <td><div id="slideshow"><img src="img/dishdumbobackground.jpg" width="950" height="506" alt="dishdumbo" /><img src="img/dishdumbobackground2.jpg" width="950" height="506" /></div></td>
  <td>&nbsp;</td>
</tr>
James Barnett
James Barnett
39,199 Points

Create a working demo using codepen so we can see the bigger picture.

Ok, I just did a codepen, but I don't even think I did that correctly. http://cdpn.io/aFlhn My original file was done in Dreamweaver so there is no separate CSS file, they put together with the html.

Then I have 2 java files, I just pasted one on top of the other in codepen since I don't see how to make 2 js files.

It's also missing my pics and spry assets for my menu bar, but maybe I don't need those to get help on my slideshow?

1 Answer

Try looking at http://unslider.com/ it might be what you need.or at least it will show you how they did it.