Skip to content

Instantly share code, notes, and snippets.

@barancev
Created February 11, 2013 13:42
Show Gist options
  • Save barancev/4754474 to your computer and use it in GitHub Desktop.
Save barancev/4754474 to your computer and use it in GitHub Desktop.
<html>
<head>
<style type="text/css">
#invisible-with-children {
background-color:green;
height:100px;
width:100px;
overflow:hidden;
}
#invisible-parent {
background-color:red;
height:25px;
width:25px;
margin:100px;
}
</style>
</head>
<body>
<a href="http://google.com/">link</a>
<div id='invisible-with-children'><div id="invisible-parent"/><a id="link" href="http://seleniumhq.org/" style="background-color:cyan">link</a></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment