I want to put the slideshow on top of a woodgrain background. I thought it would be as simple as putting [vslider name="abc"] into a div, but it hasn't turned out to be that way.
Here's the code I have right now:
HTML
<div id="slide">[vslider name="homeslideshow"]</div>
CSS
#slide{
margin-top:-24px;
background:url(http://www.campmikell.com/NEWSITE/wp-content/themes/atahualpa/images/ss-background.jpg)no-repeat;
height:500px;
}#homeslideshowcontainer{
margin-top:50px;
}
My hope was that the slide div would move up just underneath my menu (which it does) and that I could center the slideshow on the woodgrain. That last part is the part that isn't working. The woodgrain and slideshow are moving as a single entity for some reason. Any thoughts on how to get the slideshow to move independently of the background? Thanks!
Here's the URL: http://campmikell.com/NEWSITE/