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. |