| Сообщение от systemiv | 
	| А как ты предлагаешь сделать? | 
	
Cделать таки правильно...
<style>
div {
   width: 100px;
   height: 100px;
   border: 1px solid;
}
</style>
<div id='test'></div>
<script>
document.getElementById('test').style.background = 'url("http://javascript.ru/forum/images/smilies/smile.gif") right bottom no-repeat';
</script>