Hi,
I want to create a fixed header, that is not move when the page is scrolled.
How to do it?
Thanks in advance for the help.
How to make fixed header?
Moderators: Jon, Steve, Ian, Dave
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
Add a Panel Control at the top of the page, then right click on this and select Style, click the Advanced Properties button, expand the dialog (click on ...) then add inline style or classes with CSS something like this:
position:fixed is the important part.
Code: Select all
position:fixed;
top:0px;
left:0px;
width:100%;
color:#CCC;
background:#333;
padding:20px;
0 x
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
Thank you
Jon wrote:Add a Panel Control at the top of the page, then right click on this and select Style, click the Advanced Properties button, expand the dialog (click on ...) then add inline style or classes with CSS something like this:
position:fixed is the important part.Code: Select all
position:fixed; top:0px; left:0px; width:100%; color:#CCC; background:#333; padding:20px;
0 x
Who is online
Users browsing this forum: No registered users and 14 guests