Skip to content

Instantly share code, notes, and snippets.

@jmariano13
Created May 1, 2013 03:34
Show Gist options
  • Select an option

  • Save jmariano13/5493592 to your computer and use it in GitHub Desktop.

Select an option

Save jmariano13/5493592 to your computer and use it in GitHub Desktop.
HTML
<div id="container">
<div id="navi">a</div>
<div id="infoi"><img src="info_icon2.png" height="20" width="32"/>b</div>
</div>
#container {
width: 100px;
height: 100px;
position: relative;
}
#navi,
#infoi {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
#infoi {
z-index: 10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment