Difference between revisions of "Deil2"
Jump to navigation
Jump to search
imported>Deil |
imported>Deil |
||
Line 14: | Line 14: | ||
z-index:3; | z-index:3; | ||
width:50px; | width:50px; | ||
− | height:50px; } | + | height:50px; |
+ | float:left;} | ||
.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; } | ||
#red { background: red; } | #red { background: red; } | ||
#blue { background: blue; } | #blue { background: blue; } |