Hi,
I am using igtbar:UltraWebToolbar of infragistics and i set it's movable property to true,so that i can move it on my aspx page at runtime. But main problem is that
1.That toolbar (movable) is not working in safari and chrome
2.In Mozila as i click on movable button and try to drag it towards down or up it selects background objects and shows them in blue color.It happens only once after that again pick that movable button and drag it on page will not select backgroung objects
I dont know for problem 2 ,whether it is an infragistics issue or some css related issue but i am stuck here.
Any help will be highly appriciated.
Thanks in advance.
Vivek.
Hi in reply to my above post i solved 2.problem by using -moz-user-select: -moz-none; css.So pay attention to first problem only.
Thanks