Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7071773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:43:42+00:00 2026-05-28T05:43:42+00:00

I found some great help on this site that helped me tile an image

  • 0

I found some great help on this site that helped me tile an image on either side of my fixed header. One issue I am having is the scroll bar on the right is being covered by the tiled image and becoming inaccessible. I am sure it is something simple but I am at a loss at the moment. You can view an example here: http://www.jzandecki.com/example

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:43:43+00:00Added an answer on May 28, 2026 at 5:43 am

    You’ll need to rebuild your header from scratch. First of all create a div (this will be your header container), name it with id let’s say “header”. Add as a background your tiled black image. The position of that div should be FIXED and not ABSOLUTE.

    position: fixed;
    background: url("../images/example_top.jpg") repeat scroll 0 0 transparent;
    background-repeat: repeat-x;
    height: 178px;
    width: 100%;
    

    In your header div add another div having for width size the width of your power plant image. Set the css of this div to margin: auto (to center it in the screen).

    margin: auto;
    

    This should do the job.
    If this works you should have the same view you had before but your scroll bar will be on top of your header and not hidden.

    Edit:

    By the way I saw your body is 900 px and sticks on the left of the screen. I recommend you to have the following attribute for your body:

    margin: 0;
    padding: 0;
    

    The body should occupy the whole page.
    If you want a 900 px wrapper block for your content add a div AFTER your header div (described above). This new div should have the following css attributes:

    width: 900px;
    margin: auto; //this centers your div in the middle of your screen
    //Other styles that have nothing to do with positioning 
    

    Good luck.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I found some mapkit code on the internet that looks like this: - (void)recenterMap
I found this great code here the Demo . I just need some change.
My original question can be found here , for which I've gotten some great
Some days ago I found a great project: vs-android. It allows you to build
I found some code in a project which looks like that : int main(int
I found some information about this on Scott Hanselmans Blog Does anybody exactly know
I found some threads saying this was doable, but did not find specific instructions
I found some other questions about this, but they didn't work for me :(
I found this great post on creating a progress bar with javascript: Show javascript
I posted one question previously and all of them answered that there is some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.