i have to display a sitemap on cgi callout. the sitemap is expandible. i have done it using li and ul. on the click of an li node, the nodes below the particular node(if exist) are displayed. i have customized li using >style< . i have to show a plus image next to the nodes that are expandible and i have styled it as follwsul.mktree li.liClosed .bullet { cursor: pointer; background: url(g:\interwoven\teamsite\httpd\iw-bin\plus.jpeg) center left no-repeat; }the path is not getting recognized, no matter what i give. The image exists. Still, it is not getting recognized. Can anyone suggest an alternative or any solution to this?
ul.mktree li.liClosed .bullet { cursor: pointer; background: url('g:\interwoven\teamsite\httpd\iw-bin\plus.jpeg') center left no-repeat; }