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 8598309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:07:21+00:00 2026-06-12T01:07:21+00:00

Using the JQuery ScrollTo plugin, I’ve created the following vertical site LINK . The

  • 0

Using the JQuery ScrollTo plugin, I’ve created the following vertical site LINK. The basic page architecture is as follows:

<div id="fixed-menu">
     <!-- MAIN MENU FIXED TO TOP OF WINDOW -->
</div>

<div id="wrapper">
     <div id="mask">
          <div id="page1">
             <!-- PAGE 1 CONTENT -->
          </div>
          <div id="page2">
             <!-- PAGE 2 CONTENT -->
          </div>
          <div id="page3">
             <!-- PAGE 3 CONTENT -->
          </div>
          <div id="page4">
             <!-- PAGE 4 CONTENT -->
          </div>
     </div>
</div>

My issue is when trying to have a fullscreen background image for each separate ‘page’. I have experience using the JQuery plugin Fullscreenr to create a background image which properly adapts to different screen resolutions, etc. I am unfamiliar, though, with how to set a different one for each ‘page’ of the site. I’ve been thinking that an alternative may be to trigger a change of background image depending on which menu item is selected. Does anyone have any experience or advice in the matter? I have tried stacking the images, but I want to avoid seeing partial background images at any point on the site.

  • 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-12T01:07:22+00:00Added an answer on June 12, 2026 at 1:07 am

    Having had a hard time getting JQuery Waypoints to work successfully, I ended up simply changing the background image after a mouse-click of the relevant heading. Because the site is only auto-scrolling (no mouse-wheel functionality), this will work fine.

    The JQuery code used is as follows:

    <script type="text/javascript">
    $(function() {
        $('a.panel-about').click(function(){
        $("#bgimg").attr('src',"<?php bloginfo('stylesheet_directory'); ?>/images/bg2.jpg");
        return false;
        });
    });
    </script>
    

    So when the link with class ‘panel-about’ is clicked, the background image changes to bg2.jpg from the existing bg1.jpg specified in the html.

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

Sidebar

Related Questions

I'm using the JQuery scrollTo plugin on our one-page site to vertically scroll between
I am using the jQuery scrollTo plugin as you can see on the page
I'm using the following jQuery plugins (along with the jQuery plugin): <script type=text/javascript src=scripts/jquery.scrollTo-min.js></script>
I'm using the scrollTo plugin for jQuery on a website. I made a vertical
I am using jQuery's scrollTo plugin to scroll up and down my page, using
I'm developing my first one-page horizontal website using jQuery and the scrollTo plugin. The
I'm using the Jquery ScrollTo plugin: http://demos.flesler.com/jquery/scrollTo/ and it works fine, but I have
I am using Ariel Flesler's ScrollTo jQuery plugin. Everything is great except when scrolling,
I'm building a multi-section splash page using jQuery scrollTo to navigate between sections. There's
I have a page with two scroll bars. I am using the scrollTo jquery

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.