topical media & game development
basic-ajax-12-sortable.css / css
.sortable {
list-style-type : none;
}
.sortable li {
border : thin solid #ccc;
cursor : move;
margin : 2px 0 2px 0;
padding : 5px;
width : 300px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
background-color: #99CC99;
}
#dropZone
{
border: 1px dotted #ff0000;
width: 300px;
padding: 10px;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.