I think you need to do:
.myIconName:alias
{
content:url(.../ico16.gif);
width:16px;
height:16px
}
<af:objectIcon name="myIconName"/>
Note the ":alias".
-- Adam
On 6/13/06, Dan Robinson <[EMAIL PROTECTED]> wrote:
Guys,
Does af:objectIcon provide the ability to reference additional custom
icons. The docs tend towards allowing this, but I can't get it to work.
So far I have tried
<af:objectIcon name="AFPromptIcon"/>
and
<af:objectIcon name="prompt"/>
using a skin containing
.AFPromptIcon {
content:url(.../ico16.gif);
width:16px;
height:16px
}
Neither seem to work.
Thanks,