- added code to handle cascading menus, drag handles (DIV separators) and a debugging log window;

Monotone-Parent: 71f5497685935ad02acaf78a809e3fbb32e91905
Monotone-Revision: 4b71e3eef15cd1ab9ca89e11d3ac734a8d821243

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-13T19:13:18
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-07-13 19:13:18 +00:00
parent 5c4a239224
commit 082212d13f
6 changed files with 266 additions and 13 deletions
+19
View File
@@ -544,3 +544,22 @@ SPAN.searchBox INPUT
background-repeat: no-repeat;
background-position: 2px 2px;
}
/* drag handles */
DIV#dragHandle
{
position: absolute;
z-index: 1;
top: 5.5em;
left: 14.6em;
width: .4em;
bottom: 0px;
}
DIV#dragHandle:active
{
cursor: e-resize;
background: #dbdad5;
-moz-opacity: 0.5;
}