Fixing Header Image

by 3 replies
4
HI Guys,

I don't know if anyone can give me a solution here, but if you go to this site Copy Power Pro - Write Sales Copy Like a Pro (which is incomplete) can anyone give me a coding solution that will fix the header of the site in place, while the page of the site still scrolls.

I thought found a couple of solutions, but I can't figure out how the function can be integrated into the existing code

Glen
#programming #fixing #header #image
  • add this to your header image css:

    Code:
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    and add this to your second table that contains all of the content to move it beneath the header image:

    Code:
    margin-top: 204px;
    there you go
    • [1] reply
    • Thanks luther88.

      I'm totally hopeless at code, and there's so much CSS in that page code, I can't figure out where to start :confused:
      • [1] reply

Next Topics on Trending Feed

  • 4

    HI Guys, I don't know if anyone can give me a solution here, but if you go to this site Copy Power Pro - Write Sales Copy Like a Pro (which is incomplete) can anyone give me a coding solution that will fix the header of the site in place, while the page of the site still scrolls.