There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
How can I make the header fixed when the page is scrolled, like the background image staying fixed. I've seen this with some sites and guess there is a way around for that
#2
Jan 17, 2011, 02:27 PM
rosetrees
108 posts · Mar 2009
If I've understood you correctly, add this line of code to "body style" under "body, text and links":
background-attachment: fixed;
This allows the body of the site to scroll over the background picture - as on this site www.muchmarcle.net
#3
Jan 17, 2011, 03:18 PM
sober
121 posts · Oct 2010
@rosetrees, I asked about how to make the header area stay fixed when scrolled. Header area means that part which includes the page menu, logo, cat menu, header image etc. I am asking for an equivalent code for the header area like the background-attachement: fixed; property
try this, you may have to play with the padding/margin of the center area
HTML Code:
#header {position:fixed;}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#5
Jan 8, 2013, 08:33 PM
edwardb223@yahoo.com
12 posts · Oct 2012
Can you please tell me exactly where I need to insert "#header {position:fixed;}" to have a sticky header (page menu, logo, cat menu etc.). I'm using Atahualpa 3.7.10. Thank you.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support