Sha256: f4f13374905bc431d3e69707240c93946c59f6c94d1b0994705eed59b6c501db
Contents?: true
Size: 767 Bytes
Versions: 58
Compression:
Stored size: 767 Bytes
Contents
<html xmlns="http://www.w3.org/1999/xhtml" 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
58 entries across 46 versions & 3 rubygems