Première expérimentations (et première galères…) de l'ordonnancement par drag and...
[Portfolio.git] / skins / portfolio_style.css.dtml
index 13a6782..df9811c 100755 (executable)
@@ -520,6 +520,22 @@ th.num {
   color: &dtml-messageFontColor;;
 }
 
+/* drag and drop */
+#lightbox img,
+#lightbox a {
+       user-drag: none;
+       -moz-user-select: none;
+       -webkit-user-drag: none;
+}
+
+*[draggable=true] {
+       -moz-user-select:none;
+       -khtml-user-drag: element;
+       -webkit-user-drag: element;
+       -khtml-user-select: none;
+       -webkit-user-select: none;
+}
+
 /* 
 </dtml-with> 
 </dtml-with>