Hi !
When opening a node in the webtop browsertree in IE9 (not IE6 nor IE7) the vertical line (icon I.gif) is 2px large (see attachment)
I wonder if it is an existing bug and if a workaround would exist.
the HTML element is :
<img height="16" src="/webtop/wdk/theme/documentum/images/tree/I.gif"/>
Changing css for this img fixes the problem :
width:15px and margin-left:1px
but since the element has no classname nor id and I cannot use CSS3 with IE compatibility mode,
how can I achieve doing this ?
thank you