[thelist] draggable layers on msdn site

.jeff jeff at members.evolt.org
Thu Aug 29 16:00:01 CDT 2002


todea,

><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
> From: todea
>
> > http://msdn.microsoft.com/library/toolbar/toolbar.js
> > (BTW, the effect only works in IE)
>
> I've looked through that toolbar.js file and I'm pretty
> sure that just configures the black toolbar in the upper
> right of ms pages.
><><><><><><><><><><><><><><><><><><><><><><><><><><><><><

you're right, that's all it does.

as i suspected, the functionality for dragging and minimizing is all setup in a behavior (this is one of the great uses for behaviors).

to make it all work, take a look at the following css file:

view-source:http://msdn.microsoft.com/library/shared/webparts/ie.css

the following htc file (this is the scripting for the behavior itself):

view-source:http://msdn.microsoft.com/library/shared/webparts/webparts.htc

and then the relevant bits from here (look for the sections marked "web parts"):

view-source:http://msdn.microsoft.com/

good luck,

.jeff

http://evolt.org/
jeff at members.evolt.org
http://members.evolt.org/jeff/




More information about the thelist mailing list