Skip to content

Instantly share code, notes, and snippets.

@maxbrodie
maxbrodie / slider.html
Created October 10, 2012 02:44 — forked from kosso/slider.html
A very simple basic 'slider' bar in JavaScript and CSS
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#bar{
width:200px;
height:25px;
border:1px solid black;
position:relative;