Active
Project:
Omega
Version:
7.x-3.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2012 at 06:52 UTC
Updated:
26 Oct 2012 at 11:28 UTC
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
Comment #1
giorgoskblock 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