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

  • SEARCH
  • Home
  • 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 8873499
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T18:28:47+00:00 2026-06-14T18:28:47+00:00

Basically the way my site is layed out, I have some elements that have

  • 0

Basically the way my site is layed out, I have some elements that have a full width background beyond the content page (e.g. having the nav bar background go across the page completely). So basically what I decided to do was create another div within the content div , and for the nav bar it worked, however for the next section of the site, for some reason , the child element covers over its parent element in all browsers. I dont understand why as it seems to work for the nav bar section.

Here is the CSS

#top-slider {
width:100%;
height:400px;
background: #222; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#fefefe, #f1f1f1);
background: -o-linear-gradient(#fefefe, #f1f1f1);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f1f1f1)); /* older webkit syntax */
background: -webkit-linear-gradient(#fefefe, #f1f1f1);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px; 
float:left;
padding-bottom:20px;
position:relative;
width:980px;


}

#top-slider-full-bar {
position:absolute;
left:-9999px;
width:99999px;
background: #222; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#fefefe, #f1f1f1);
background: -o-linear-gradient(#fefefe, #f1f1f1);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f1f1f1)); /* older webkit syntax */
background: -webkit-linear-gradient(#fefefe, #f1f1f1);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px; 
height:400px;

}

Here is the site, http://limerickchambers.hailstormcommerce.com as you can see, it seems to be working fine for the nav bar…
Ive tried z-index but that seems to have no effect.
limerickchambers.hailstormcommerce.com

Thank you

  • 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-06-14T18:28:49+00:00Added an answer on June 14, 2026 at 6:28 pm

    Consider changing your html structure to something like this: http://jsfiddle.net/KpTHz/

    This would make it all much easier to manage.

    <div class="outer">
     <div class="inner">HEADER</div>
    </div>
    
    <div class="outer">
     <div class="inner">CONTENT</div>
    </div>
    
    <div class="outer">
     <div class="inner">FOOTER</div>
    </div>
    
    
    .outer {
     width:100%;
     background:#ccc;
    }
    
    .inner {
     width:920px;
     background:#999;
     margin:0 auto 20px;
     padding:20px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a site that is basically one large page, it is a flipbook
I have a site that changes the content of the page when you hover
Basically I have MVC site with few tabs on my page, that uses JavaScript.
I'm basically just doing some tests to figure out a good way to write
I basically have a div on my site that always has the same stuff.
Im trying to work out the best way scale my site, and i have
Basically I have a div at the very top of my site that I
I have had some issues with a site (basically MySQL is killing the proccessor)
I am currently building a website in codeigniter that is one page site, basically
basically I have my site setup to display the title of each page/post in

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.