gibney.org
:
Technology
:
HTML and CSS
:
3-Row navigation
(Entry Nr. 350, by user 1 |
edit
)
<style> div { border: 1px solid #50ff00; } .Menu { z-index: 123; position: relative; } .Logo { position: absolute; bottom: -45; left: 0; z-index: -10; } .Info { text-align: right; padding-left: 400px; } .Navigation { position: relative; z-index: 193; } </style> <div class=Menu> <a href="xxx"><img src="http://en.gibney.org/elements/images/mg-sign.gif" class=Logo></a> Menutext </div> <div class=Info>Some information Some information Some information </div> <div class=Navigation>Navigation Row Navigation Row Navigation Row Navigation Row Navigation Row Navigation Row </div>
Create a new entry at this position