diff --git a/ui/experiments/positioning-in-rotated-element.html b/ui/experiments/positioning-in-rotated-element.html
new file mode 100755
index 00000000..87d56200
--- /dev/null
+++ b/ui/experiments/positioning-in-rotated-element.html
@@ -0,0 +1,260 @@
+
+
+
+
+	
+	The goal here is to develop a simple CSS mechanism to rotate an 
+	element yet keep it's content aligned correctly...
+	
+	This solution is not wothout restriction but the apporeach works.
+	
+		-  this approach introduces an extra orgonizing element .item-set
+		
-  .item-set must be of fixed width and height 
+		(in this case 100% and 20px)
+		
-  combining flipping and rotation is at this point non-trivial
+	
+	
+
+	
+
+	
+
+	
+
+	
+
+Flipped horizontally:
+		
+