View Single Post
  #2 (permalink)  
Old 10-09-2009, 02:00 AM
lfasci lfasci is offline
Project Contributor
 
Posts: 127
Default

yu can use css, for a zimlet you can specify a css file you can put the following text

.img_logo{
background: url(myimg.gif) no-repeat;
width: 135px;
height: 45px;
}

the in javascript use: <div class='img_logo'/>

the myimg.gif must be in the zimlet's folder.
__________________
http://www.seacom.it
Reply With Quote