Skip to content

Instantly share code, notes, and snippets.

@MelkorNemesis
Created February 20, 2012 19:13
Show Gist options
  • Save MelkorNemesis/1870814 to your computer and use it in GitHub Desktop.
Save MelkorNemesis/1870814 to your computer and use it in GitHub Desktop.
Instant Search Results nadpis
<nav>
<ul id="navigation">...</ul>
<!-- NOVE <div id="instant-search-header">Instant Search Results</div> -->
</nav>
<style type="text/css">
#instant-search-header {
position: absolute;
right: 136px;
top: 106px;
z-index: 101;
font-size: 10pt;
}
#aside {
position: absolute;
top: 126px; /* puvodne 125px */
width: 268px;
right: 0px;
bottom: 0px;
background: #FAF0D7;
z-index: 500;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment