Difference between revisions of "Deil2"
Jump to navigation
Jump to search
imported>Deil m |
imported>Deil m |
||
Line 4: | Line 4: | ||
.content { | .content { | ||
position: absolute; | position: absolute; | ||
+ | top:10; | ||
left: 600; } | left: 600; } | ||
div#base { position: absolute; | div#base { position: absolute; | ||
− | + | top:0px; | |
− | + | left:0px; | |
− | + | width:800px; | |
− | height: | + | height:200px; |
− | background: | + | background-color: white;} |
+ | div#cover {position:absolute; | ||
+ | top:10; | ||
+ | left:600; | ||
+ | height:600; | ||
+ | width:400; | ||
+ | z-index:99; | ||
+ | background-color: white; | ||
+ | opacity:0;} | ||
+ | div#cover:hover {opacity:1;} | ||
</css> | </css> | ||
<div id=base> | <div id=base> |
Revision as of 23:54, 17 September 2015
- Test1Revealed by 1
- Test2Revealed by 2