- Http://github.com
This file contains 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>Slideshow demo</title> | |
<script type="text/javascript" src="slideshow.js"></script> | |
<style type="text/css"> | |
#current { position: absolute; left: 0px; top: 0px; z-index: 0; } | |
#next { position: absolute; left: 640px; top: 0px; z-index: 1; } | |
#slideshow { position: relative; border: solid #2b2b2b 3px; overflow: hidden; } | |
</style> |