Sha256: ec3312a3f5ab3e26838d136d8d0f9f11af086b6a66e6194f3ae72a91eca9fcf2
Contents?: true
Size: 745 Bytes
Versions: 17
Compression:
Stored size: 745 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> <title>with_hover</title> </head> <body id="with_hover"> <style type="text/css"> .hidden_until_hover {display: none;} .wrapper:hover .hidden_until_hover { display: block } </style> <a href='with_hover1'>Other hover page</a> <div class="wrapper"> Some text here so the wrapper has size <div class="hidden_until_hover">Here I am</div> </div> <div style="display: block; height: 1000px; width: 100%"></div> <div class="wrapper scroll_needed" > Some text here so the wrapper has size <div class="hidden_until_hover">Here I am</div> </div> </body> </html>
Version data entries
17 entries across 17 versions & 5 rubygems