Utilisateur:Sebiseba/common.css
From Wazeopedia
Revision as of 16:58, 17 May 2020 by Sebiseba (talk | contribs) (Sebiseba a déplacé la page Utilisateur:Sebiseba/css vers Utilisateur:Sebiseba/commun.css)
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
div.top {
margin: 20px 0;
position: relative;
width: 120px;
height: 70px;
border: 1px solid #aaa;
overflow: hidden;
}
div.top div {
width: 100px;
height: 50px;
font-size: 12px;
padding: 10px;
position: absolute;
top: 0;
left: 0;
text-align: center;
background: #fff;
}
div.top div.first {
z-index: 1000;
}
div.top:hover div.first {
display: none;
}