File tree Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change 19
19
< script src ="../jquery.mousewheel.js "> </ script >
20
20
21
21
< style >
22
+ # stage {
23
+ position : relative;
24
+ }
22
25
# test1 {
23
26
background-color : # 000 ;
24
27
width : 120px ;
85
88
86
89
# logger {
87
90
position : absolute;
88
- top : 395 px ;
89
- left : 12 px ;
90
- width : 460 px ;
91
- height : 290 px ;
91
+ top : 100 px ;
92
+ left : 0 px ;
93
+ width : 480 px ;
94
+ height : 310 px ;
92
95
overflow : auto;
96
+ z-index : 100 ;
93
97
}
94
98
95
99
# logger p {
@@ -313,20 +317,21 @@ <h2 id="userAgent"></h2>
313
317
</ ul >
314
318
315
319
316
- < div id ="test1 "> < p > Test1</ p > </ div >
317
- < div id ="test2 "> < p > Test2</ p > </ div >
318
- < div id ="test3 "> < p > Test3</ p > </ div >
319
- < div id ="test4 "> < p > Test4</ p > </ div >
320
- < div id ="test5 ">
321
- < p > Test5</ p >
322
- < div id ="test6 ">
323
- < p > Test6</ p >
324
- < div id ="test7 "> < p > Test7</ p > </ div >
320
+ < div id ="stage ">
321
+ < div id ="test1 "> < p > Test1</ p > </ div >
322
+ < div id ="test2 "> < p > Test2</ p > </ div >
323
+ < div id ="test3 "> < p > Test3</ p > </ div >
324
+ < div id ="test4 "> < p > Test4</ p > </ div >
325
+ < div id ="test5 ">
326
+ < p > Test5</ p >
327
+ < div id ="test6 ">
328
+ < p > Test6</ p >
329
+ < div id ="test7 "> < p > Test7</ p > </ div >
330
+ </ div >
325
331
</ div >
332
+ < div id ="logger "> </ div >
326
333
</ div >
327
334
328
- < div id ="logger "> </ div >
329
-
330
335
< div id ="forceScroll "> </ div >
331
336
</ body >
332
337
</ html >
You can’t perform that action at this time.
0 commit comments