Difference between revisions of "Deil2"
Jump to navigation
Jump to search
imported>Deil |
imported>Deil |
||
Line 11: | Line 11: | ||
border-style:inset; | border-style:inset; | ||
border-color: #EEBB00; } | border-color: #EEBB00; } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
div#green { background: green; | div#green { background: green; | ||
position:absolute; | position:absolute; | ||
Line 30: | Line 23: | ||
left:25; | left:25; | ||
top:130; } | top:130; } | ||
+ | .menu1 { | ||
+ | z-index:3; | ||
+ | width:50px; | ||
+ | height:50px; | ||
+ | } | ||
+ | .menu1 span { visibility: hidden; } | ||
+ | .menu1:hover span#menu1 { visibility: visible; } | ||
</css> | </css> | ||
<div class="base"> | <div class="base"> |