Skip to content

Instantly share code, notes, and snippets.

@martinjlowm
Created March 28, 2012 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinjlowm/2225892 to your computer and use it in GitHub Desktop.
Save martinjlowm/2225892 to your computer and use it in GitHub Desktop.
Untitled
#menu ul{list-style:none;}
#menu ul li{float:left;width:103px;height:43px;border:5px solid green;}
#menu ul li #menu1 {border:solid 2px red; height: 100%;box-sizing:border-box;}
<div id="menu">
<ul>
<li><div id="menu1"><a href="#">1 </a></div></li>
</ul>
</div>
{"view":"split","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment