Skip to content

Instantly share code, notes, and snippets.

@yannvery
Created January 27, 2014 08:27
Show Gist options
  • Select an option

  • Save yannvery/8644871 to your computer and use it in GitHub Desktop.

Select an option

Save yannvery/8644871 to your computer and use it in GitHub Desktop.
Foundation : Text and buttons over image in Orbit
<ul id="featured" data-orbit>
<li id="slide1">
<img src="http://placehold.it/1200x300&text=Slide1" />
<p>Text goes here!</p>
</li>
<li id="slide2">
<img src="http://placehold.it/1200x300&text=Slide1" />
<p>Text goes here!</p>
</li>
</ul>
#slide1 img {position:absolute; z-index: -1;}
#slide2 img {position:absolute; z-index: -1;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment