gingerbeardman + html   11

CreateDOM - $C() - Create DOM Stuctures Easily
$C({
div:{
'class':'newly-added',//Class must be quoted - its a keyword
code:'This is a code',
br:'',
a:{
href:'http://www.bin-co.com/',
text:'This is a link'
},
hr:'',
span:{
'class':'finally',
text:'Thats all folks.'
}
}
},"insert-here");
dom  javascript  createdom  html  insert  easy  array 
june 2010 by gingerbeardman
DIV Opacity
How to set the background opacity of a div, whilst keeping the text fully opaque/normal.
css  opacity  html  background  text  foreground  trick  png  cross  browser 
february 2009 by gingerbeardman
css vertical center
The neatest way I've seen of doing it.
vertical  css  center  centre  code  web  html 
january 2009 by gingerbeardman

Copy this bookmark:



description:


tags: