I am trying to create my own button icon and have a small 28x26px gif image.
I created the style
background-image: url('smallkey.gif'); /* mega-image */
width: 28px;
height: 26px;
}
and referenced it as
but no icon appears.
What am I missing? Do all iconClass tags require a second parameter defining the offset as one does with the EditorIcons ?
Thanks
