I saw your sample, it's very beautiful. But creating 20 table cells is too complicated. Besides using RoundConerExtender, to build a round-coner div by ourselves, you can check this link:
http://methvin.com/jquery/jq-corner-demo.html. This is made by JQuery and it provides a very simple method to build it. Hope it can help you.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Marked as answer by Vince Xu - MSFT on Jan 22, 2009 03:05 AM
Vince Xu - M...
All-Star
80367 Points
6801 Posts
Re: DragPanelExtender and Absolute Positioning Bug
Jan 20, 2009 06:39 AM|LINK
Hi,
After we build a DragPanel behavior to your panel, we need build a div with a specific size as a canvas. And DragPanel will not be outside of it.
I didn't encounter the "position:absolute" issue about DragDrop or RoundConer so far.(see this: http://www.codeplex.com/AjaxControlToolkit/WorkItem/List.aspx)
I saw your sample, it's very beautiful. But creating 20 table cells is too complicated. Besides using RoundConerExtender, to build a round-coner div by ourselves, you can check this link: http://methvin.com/jquery/jq-corner-demo.html. This is made by JQuery and it provides a very simple method to build it. Hope it can help you.