overflow: auto;
position: fixed;
height: auto;
- top: 90px;
+ top: 92px;
bottom: 0;
left: 0;
width: 280px;
border-right:2px solid #CCCCCC;
}
+#treeDiv {
+ overflow: auto;
+ position: fixed;
+ height: auto;
+ top: 140px;
+ bottom: 0;
+ left: 0;
+ width: 243px;
+ z-index: 1500;
+ border-right:2px solid #CCCCCC;
+}
+
+#searchDiv {
+ overflow: auto;
+ position: fixed;
+ height: auto;
+ top: 140px;
+ bottom: 0;
+ left: 0;
+ width: 243px;
+ z-index: 1500;
+ border-right:2px solid #CCCCCC;
+}
+
#content {
position: relative;
top: 90px; /* left: 240px;*/
BACKGROUND: url('../images/starsSmall.png') left 25px;
FONT-SIZE: 1px;
}
-
\ No newline at end of file
+