Closed (fixed)
Project:
Zen
Version:
6.x-1.1
Component:
layout.css
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 May 2010 at 08:03 UTC
Updated:
21 Aug 2013 at 09:00 UTC
If you view: http://bb1.ezheidtmann.com/Epsked
I created 6 page within a page links, numbered 1-6.
When you click on one of the links, the navigation bar (#navbar) disappears. It is located below the header image.
The links work.
I have the blocks on for all pages for the navigation bar.
Comments
Comment #1
hedley commentedThe links are linking to other areas of the page, if you scroll up after you click on one of the links you will see the navbar. I can on Win7 & FF3.6.
Comment #2
akalata commentedDid you want the header and navbar to remain static, and have the rest of the page scroll? You could use CSS to accomplish this by adding
display: static;to #header and #primary-links-region.Comment #3
johnalbin