Skip to content

Instantly share code, notes, and snippets.

@NodarDavituri
Created December 3, 2012 11:44
Show Gist options
  • Save NodarDavituri/4194441 to your computer and use it in GitHub Desktop.
Save NodarDavituri/4194441 to your computer and use it in GitHub Desktop.
<style type="text/css">
ul.menu {
display: table;
margin: 0 auto;
}
ul.menu li {
display: table-cell;
}
</style>
<!--[if IE]>
<style type="text/css">
ul {
display: block;
margin: 0;
text-align: center;
}
ul li {
display: inline;
}
</style>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment