Forum Moderators: open

Message Too Old, No Replies

How does My MSN implement column-resize & move?

         

flashfan

3:17 pm on Oct 20, 2004 (gmt 0)

10+ Year Member



The features are great. I am curious how msn does that? any clue?

flashfan

8:11 pm on Oct 20, 2004 (gmt 0)

10+ Year Member



Does anybody pay attention to this?

BlobFisk

8:51 am on Oct 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi flashfan,

I've taken a quick look at this and they do it using some very nifty dHTML... From my tests all of the moving and resizing are IE only, although the pages do render well in Opera, Mozilla and Safari.

If you want to see what's going on, have a look at the page source and the associated JS files.

HTH

flashfan

6:49 pm on Oct 21, 2004 (gmt 0)

10+ Year Member



Using
 obj.swapNode(obj.previousSibling); 
or
 obj.swapNode(obj.nextSibling);
to move obj around. But still I don't know how to resize column.