Sha256: 93625443293787f6ec5d9a2f105cf4c71dc8615ecfd58378400754b59f46ec5c
Contents?: true
Size: 501 Bytes
Versions: 22
Compression:
Stored size: 501 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> <div class="wrapper"> Some text here so the wrapper has size <div class="hidden_until_hover">Here I am</div> </div> </body> </html>
Version data entries
22 entries across 20 versions & 3 rubygems