开发者

How to achieve web site customization like iGoogle?

开发者 https://www.devze.com 2022-12-15 08:58 出处:网络
I\'d like to know how to achieve web site customization like iGoogle (in particular I\'d like to know how to drag/drop开发者_如何学C parts of web page (a.k.a. \"prtlets\") to different corners) ? See

I'd like to know how to achieve web site customization like iGoogle (in particular I'd like to know how to drag/drop开发者_如何学C parts of web page (a.k.a. "prtlets") to different corners) ?


See this question how-to-use-draggable-sections-like-on-igoogle.

Check out the NETTUTs tutorial linked there by ceejayoz. It is exactly what you want.


Is this Asp.Net? If so you can check out the following web-parts: http://msdn.microsoft.com/en-us/library/e0s9t4ck.aspx


You can achieve this in different ways in different platforms ...

But they all use advanced levels of javascript and css manipulation ...

in ASP.NET for example there is a great example called dropthings

http://www.codeproject.com/KB/ajax/Web20Portal.aspx

It is a great example for how to achieve same level of customization

0

精彩评论

暂无评论...
验证码 换一张
取 消