Closed (fixed)
Project:
Pixture
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2009 at 22:03 UTC
Updated:
17 Feb 2009 at 05:20 UTC
I'm not sure what i'm doing wrong, but the primary links aren't going into the menu bar in the pixture theme.
Check it out here: http://www.iheartcleanenergy.org/
The menu should be added to the back bar under the header.
Comments
Comment #1
susannamurley commentedUpdate: I've found the menu, but it looks like it's wrapping on the left side instead of going over the menu bar. What gives?
Comment #2
susannamurley commentedUpdate 2: I've figured out that it's a problem with my background image.
This seems like it is a simple fix, but I can't seem to figure it out.
I'm trying to put a text menu in a menu bar in my header, but the background image seems to be blocking it, causing the menu align to the left and wrap below the image.
The image that's causing the problem is in two places in my style sheet.
Here:
div#wrapper {
margin: 0 auto;
padding: 0px;
line-height: 1em;
background: #ffffff url('bg-header.png') repeat-x top left;
}
and here:
table#header {
width: 100%;
padding: 0px;
background: url('header.png') no-repeat top left;
vertical-align: top;
line-height: 0em;
margin-bottom: 15px; margin-left:0px; margin-right:0px; margin-top:0px
}
Which one could be causing this problem and how do i fix it?
Thank you for your help!
Comment #3
susannamurley commentednevermind. i figured it out
Comment #4
scoutbaker commentedSo what was the solution?
Also, setting status to fixed.