Difference between revisions of "Deil2"
Jump to navigation
Jump to search
imported>Deil |
imported>Deil |
||
Line 15: | Line 15: | ||
width:50px; | width:50px; | ||
height:50px; | height:50px; | ||
− | + | } | |
.menu1 span { visibility: hidden; } | .menu1 span { visibility: hidden; } | ||
.menu1:hover span#menu1 { visibility: visible; } | .menu1:hover span#menu1 { visibility: visible; } | ||
#green { background: green; | #green { background: green; | ||
− | position:absolute; } | + | position:absolute; |
− | #red { background: red; } | + | left:25; |
− | #blue { background: blue; } | + | top:10; } |
+ | #red { background: red; | ||
+ | position:absolute; | ||
+ | left:25; | ||
+ | top:70; } | ||
+ | #blue { background: blue; | ||
+ | position:absolute; | ||
+ | left:25; | ||
+ | top:1300; } | ||
</css> | </css> | ||
<div class="base"> | <div class="base"> |