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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:20:04+00:00 2026-05-24T17:20:04+00:00

I am trying to incoporate a homepage using the jquery supersized plugin to display

  • 0

I am trying to incoporate a homepage using the jquery supersized plugin to display a slideshow that fills the page with the image, with the exception of a navigation bar at the bottom of the page.

The navigation bar is 110px high with a width of 100%. The problem I am having is getting the images to “stop” at 110pixels from the bottom of the page. I have played around with the supersized css file I downloaded with the plugin but nothing seems to be doing the trick.

Does anyone know if it is possible, or whether there are any other full screen slideshows I might be able to use that will allow for a space at the bottom of the page?

Thanks
JD

  • 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-24T17:20:04+00:00Added an answer on May 24, 2026 at 5:20 pm

    You can’t only modify the CSS.

    You need to understand how this plugin work.

    First, it create a div at the bottom of your page. This div got the following CSS :

    #supersized {
        height: 100%;
        left: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -999;
    }
    

    This style make it the size of your screen and put it under all other content.

    Second, inside that div, you have an IMG.
    This image have the following style :

    #supersized img {
        border: medium none;
        height: auto;
        image-rendering: optimizequality;
        outline: medium none;
        position: relative;
        width: auto;
    }
    

    However, part of this style is Overwritten by the plugin!

    <img src="img.jpg" style="width: 1672.22px; left: -4px; top: 0px; height: 602px;" />
    

    And this style is defined in the plugin JS core.

    If you want to make your picture 110px less high than what the plugin do, you’ll have to also change the following line (supersized.3.1.3.core.js, line 84):

    //Gather browser size
    var browserwidth = $(window).width();
    var browserheight = $(window).height();
    var offset;
    

    …Which is rather hard are if you are using the minified version.

    Other suggestion : [Look at the supersized demo(http://buildinternet.com/project/supersized/slideshow/3.2/demo.html) and do a similar navigation bar (transparent!), or allow the user to hide the navigation bar (hide it in a corner) if they really want the 110px.

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

Sidebar

Related Questions

I am trying to get a handle on using URL hashes in jQuery to
I am trying to write a plugin, following the guidelines from jQuery site. I
I have the following image list on an html page that I am converting
I am trying to create a drop down list that incorporates database data and
Trying to build out an exception if move.UserId does not equal currentUserId then Redirect
I am trying to incorporate jQuery autocomplete. It works fine with Firefox 3.6.. However
I'm trying to incorporate some Gravatar functionality using its XML-RPC API in an iPhone
I was trying to incorporate Search plugin to my project and I thought I
Trying to use code from here Im trying to incorporate both classes so that
I was trying to incorporate a functionality in my ASP.NET such that a DIV

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.