MyBB Community Forums

Full Version: Fixed header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

This is my forum preview:

[Image: 2s59iz45zvqk3qevayd5.png]

so i want to use fixed header and i used this cod for my header :

#header {position:fixed;}

But with this code all forums get fixed and can not be scrolled?!

i just want the forum header be fixed and my forum body (2) can be scrolled.
Check your HTML and be sure you closed the header div.
i close the header by </dive>

but also i have same problem
and with added </dive>to the header the footer temple up coming to the header Big Grin
</div> not </dive>
this is my header code pls do that for me thank you.


<div id="header">
		<div class="inner">
			<div id="panel">
				{$welcomeblock}
			</div>				
			<a href="{$mybb->settings['bburl']}" class="logo"></a>
		</div>
<div class="menu">
			

Add another closing Div above the menu Div declaration
Thank you