Hi , I am using Batik 1.7 in my application. I have two frames , top one for filtering and second frame contains my SVG document. I have a rectangle and description containing three fields. Task is that when I change some filter then the derscription should appear or hide as per the filter,eg. if I select "none" then the description should disappear. What I am doing is that I use CSS and display it as none when I select "none" so the description does not appears. The problem is that it works only if I take mouse over my document and I want it to appear as I change the filter.
Any suggestions? Thanks & regards, Shekhar
