Hi,
Our list defination is similar
listitem {
bg-image: url( /fbar.png );
color: white;
font-size: large;
}
listitem:hover {
bg-image: url( /fbar_active.png );
bg-color: blue;
}
however, the defination of list is
<list style="layout-data:bld(center)">
<listitem onAction="livecamera" style="gap:5 0">
<picture src="/livecamera_inactive.png"/>
LiveCamera
</listitem>
.
.
We are looking for is changing the icon of List items picture in this case is to use livecamera_inactive.png when the item is not selected and use livecamer_active.png when item is selected.
Was looking for Pseudo Classes support for hover etc.. for picture