Skip to content

Instantly share code, notes, and snippets.

@hcmn
hcmn / dabblet.css
Created July 7, 2012 14:42 — forked from fsunset/dabblet.css
Light social HTML5-CSS3 menu :)
/**
* Light social HTML5-CSS3 menu :)
*/
body{
background: rgb(110,70,70);
}
a{
color: white;
outline:none;
text-decoration: none;
@hcmn
hcmn / gist:3066669
Created July 7, 2012 14:33 — forked from shultzc/gist:2040478
Demo of elementary JavaScript DOM manipulation and event handling
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html version="-//W3C//DTD XHTML 1.1//EN"
xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/1999/xhtml
http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
<head>
<style type="text/css">
#contentContainer {