Advancement on a CSS Tutorial

Ripper

New Member
Ive found this nifty tutorial on how to create a drag-able sticky note with CSS and Mootools, which allows the user to move around a little sticky note across the web page.
Now I gave it a shot and found it quite easy but what I want to know, is it possible to use this technique with say, images, or flash swf files? So as well as having the sticky note on the page, having a number of moveable elements?

Thanks Ripper

http://designshack.co.uk/articles/css/create-a-moveable-sticky-note-with-mootools-and-css3
 

bcee

New Member
I would check out draggable for jquery as it can do all of those things you asked in one package plus many other functions.

Here is a preview of it on a project in dev:
http://bcandullo.com/dev/sk/

Media can easily take the place of the text content.
 
Top