hallo,
this is my first request; i have a big (for me) problem:
how do I create a topbar like on omega's site?
I wrote in global.css "postion: fixed;
but the zones stay fixed on left site of scree...
help me!

(sorry for my bad english...)

Comments

GiorgosK’s picture

block in the header section with content
with class omega-menu
and css

.omega-menu {
background: url("/sites/all/themes/ophiuchus/i/menu-bg.png") repeat scroll left top transparent;
display: block;
height: 50px;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 100;
}

that should do for anyone still interested