Difference between revisions of "Deil2"
Jump to navigation
Jump to search
imported>Deil |
imported>Deil |
||
Line 15: | Line 15: | ||
width: 500px; | width: 500px; | ||
} | } | ||
− | + | #cover { | |
position: absolute; | position: absolute; | ||
top: 100px; | top: 100px; | ||
Line 22: | Line 22: | ||
width: 500px; | width: 500px; | ||
z-index: 99; | z-index: 99; | ||
− | + | opacity:0; | |
background:white; | background:white; | ||
} | } | ||
− | #cover:hover { | + | #cover:hover {opacity:1} |
</css> | </css> | ||
<div ID="BASE"> | <div ID="BASE"> |