Posted by Begun on January 8, 2013 at 4:23am
3 followers
Jump to:
| Project: | Omega |
| Version: | 7.x-3.1 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
They say a picture is worth a thousand words, so please see the attached images. In short I am wondering whether it is possible to achieve the layout shown in desired-layout.png. Currently it would appear that Omega does not allow for vertically overlapping Zones (see current-layout.png). Is this correct or am I missing something due to my inexperience with Omega?
Does anyone have any suggestions on what might be the best way of achieving the desired result?
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| current-layout.png | 10.06 KB | Ignored: Check issue status. | None | None |
| desired-layout.png | 9.71 KB | Ignored: Check issue status. | None | None |
Comments
#1
Begun - did you ever resolve this? I'm researching this issue right now for a site I'm working on.
#2
I have similar requirements, and the following is my work-in-progress. Not sure if it is the correct / best solution because I am still working on the site.
In "yourtheme-alpha-default-normal.css"
section#section-content { position: relative }
/* "left: 0; right: 0" is a trick to center an absolutely positioned div */
#zone-content { position: absolute; left:0; right: 0; top: -200px; z-index: 9999 } /* or target one of the regions depending on your needs */