
|
Categories
Other Sections
Sweet Ads
Compatibility
|
|
NS4
Generic Drag Layer Author:
Jim Silver | The DHTML Hut
Description: This is a great drag-layer script that allows you to enable any layer to be dragable! Very easy to install and degrades well with all browsers. Demo:
Simply add the below code to the <head> section of your page: Now, to make a layer dragable, just add the following onMouseover event handler into the layer tag: <layer onMouseover="drag_drop(this)"> " </layer> Drag away! |