Setting small images so they do not repeat
I used the example and set a 16x16 image - the display area appeared to 18x18 causing repetition of the top and left of the image.
I fixed this by using the style as follows
.aw-image-excel
{
background-repeat: no-repeat;
background-image: url(images/excel.gif)
}
I fixed this by using the style as follows
.aw-image-excel
{
background-repeat: no-repeat;
background-image: url(images/excel.gif)
}
Chris Coulthard
February 20,