2) you are using resources from github. but these resources are loaded not as *.js files but as plain text (with MIME type text/plain instead of text/javascript). So, you have to change this.
Here is my example on JSBin http://jsbin.com/fatihopipe/1/edit?html,css,js,output
0
Pointy
On
You've got to put quotes around the width value or else you've got syntax errors, so nothing will happen. You also need to make sure your code waits for the DOM to be built:
1) you have to change this:
on this:
2) you are using resources from github. but these resources are loaded not as *.js files but as plain text (with MIME type text/plain instead of text/javascript). So, you have to change this. Here is my example on JSBin http://jsbin.com/fatihopipe/1/edit?html,css,js,output