Created
September 29, 2011 09:06
-
-
Save pinda/1250358 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="fotoslider"> | |
<!-- slide --> | |
<div class="slide"> | |
<img src="" /> | |
</div> | |
<!-- slide --> | |
<div class="slide"> | |
<img src="" /> | |
</div> | |
<!-- menu + strepen absolute gepositioneerd --> | |
<div> | |
<ul> | |
<li></li> | |
</ul> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment