if(widgetStylesPrinted != true) {document.write('');}var widgetStylesPrinted = true;var content = '
Ejemplo 2
css
#bubble {
list-style: none;
margin: 0px;
padding: 0px;
}
#bubble li {
display: inline-block;
margin: 0px;
padding: 0px;
 
}
 
#bubble li a.icon {
background: url(images/sprites.png) no-repeat;
border: none;
display: block;
width: 128px;
height: 128px;
text-indent: -9999px;
}
';document.write(content);