Tagged Questions
0
votes
1answer
82 views
asp.net menu show arrow on non selectable nodes
i have a databound asp.net menu with the following databindings
<DataBindings>
<asp:MenuItemBinding TextField="title" ToolTipField="description" NavigateUrlField="url" ...
0
votes
1answer
55 views
XUL implicit elements
I've been playing around with buttons in xul. And I discovered that when you put an image on a button it creates an image element inside that button, I know this, because I can style that image with ...