Fictive scrolling
-
I have set up a horizontal menu on my site which uses Fictive. I am using a child theme. The design has the page scrolling up and as my new menu is at the top of the screen it now scrolls over the header menu but I would like this to stay in view all the time. How do I set the page scroll top to scroll off under the header (where it starts when first viewing home screen)?
-
may you post link of your web
thanks.
Farhan GirachThe site is still under deelopment but you can access it here:
http://words4art.co.uk/wordpressIs there some trick to posting a link on here?
I fixed your link above – you’d added an empty tag by mistake. 🙂
Thanks!
Nice work on the fixed horizontal menu! It looks like you just need to set the z-index on your new menu so that it’s layered on top of the other page elements. In your child theme, try changing this:
#header-menu { float: right; height: 30px; margin: 0 auto; padding-right: 140px; position: fixed; width: 100%; }to this:
#header-menu { float: right; height: 30px; margin: 0 auto; padding-right: 140px; position: fixed; width: 100%; z-index: 10; }More about the z-index property: https://developer.mozilla.org/en-US/docs/Web/CSS/z-index
Kathryn
Thank you – you are a star!
While you are around – I have just started another thread re ‘featured-content’ and option disappearing off my menu.
I will mark this as resolved, read the suggested article re z-index and await some more help from someone on my latest problem!
The topic ‘Fictive scrolling’ is closed to new replies.
