Jump to content
  • 0

Freeze header in Header & Footer Block


SteveMott

Question

Hi

I have implemented my Caspio app using the embed method. My page has a header & footer in place and the result is this:

image.thumb.png.bce5690bd74d3f36c1f8e918931d7bda.png

 

When I scroll the table the header scrolls up and I lose sight of the header block:

image.thumb.png.19c6d4a8abc93570b67b0565d373a30d.png

 

Is it possible to freeze the header block (not the table header) so that it always displays?

Thanks

Steve

 

 

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Hi @SteveMott - can you confirm if the header block that you are referring to is the PHARMA ADVISOR menu at the top? If yes and if this is located on the header of your DataPage in Caspio, you can try to paste this code on the header as well but make sure to click the 'Source' button before pasting this code:

<style>
header{
     position: sticky !important;
      top: 0 !important;
      z-index: 1;
}
</style>

But if this will not work, can u send the URL to your page so we can try to check? 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...