I\'m using jQuery CSS function to style some elements
$element.css(style);
This works, but a part of the elements are created dynamically a
$('head').append(' < style > .folder { background: url(../icons/Folder_icons/g/f.png) no-repeat left top;} < / style >');