MartinElkjaer
22 Jan 2009, 2:43 AM
Hi,
I'm trying to show the add-icon on a button, but it seems that the icons.gif is missing in the /images folder - why ?
toolBarEdit.add(new TextToolItem("Add", "icon-add"));
In my stylesheet I see:
.icon-add {
background:transparent url(images/icons/add.gif) no-repeat scroll left center !important;
}
Best regards,
Martin
I'm trying to show the add-icon on a button, but it seems that the icons.gif is missing in the /images folder - why ?
toolBarEdit.add(new TextToolItem("Add", "icon-add"));
In my stylesheet I see:
.icon-add {
background:transparent url(images/icons/add.gif) no-repeat scroll left center !important;
}
Best regards,
Martin