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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:38:32+00:00 2026-06-17T11:38:32+00:00

Basically I have several absolute position divs, these are simply tabs which when clicked

  • 0

Basically I have several absolute position divs, these are simply tabs which when clicked open and display content.

I also have vertical scrolling pagination (just like what Facebook has with the everlasting scrolling).

Now with the tabs, several of these are position several thousand pixels down the page, which means these are stretching the page and therefore there’s a huge white gap before vertical scrolling pagination kicks in.

I’ve tried

  • Hiding all the divs via Jquery initially
  • Wrapping them in a div and floating
  • Different z-index
  • Setting variations of body height.

My aim is to force the browser to ignore them, somehow.

Incase this helps:

For the tabs I’m using: TabSlideOut – http://www.building58.com/examples/tabSlideOut-muliple.html

For the scrolling pagination – http://www.contextllc.com/dev_tools/jQuery/scrollExtend/latest/jquery.scrollExtend.example.html

  • 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-17T11:38:33+00:00Added an answer on June 17, 2026 at 11:38 am

    I hope I’m understanding your question:
    You have divs that are given an absolute position, and you need to be able to hide them until an Event occurs on the page.

    Something I find useful is “hiding” content off the view port when a simple .hide() isn’t what I need. (I have run into this with sprite maps.)

    One method I use is creating a CSS class .hidden and invoking it with: $(selector).addClass('hidden');

    .hidden{position: absolute; top: -9999px !important; left: -9999px !important;}
    

    !important is… well, important. Simply put, if one class has !important, and another doesn’t, the one that does will take precedence, usually. If you start using JQuery to pass CSS manipulations, you might end up overruling the !important.

    Then I assign this class to the <div> I need out of the way. I also created a –[ jsfiddle ]– to demonstrate two ways of bringing the content into the view port.

    The first (aTab) uses the .hidden technique. The second (bTab) uses a .slideToggle() which you could implement for either the next set of content you want to load, or in conjunction with your silder add-on.

    Hope This Helps!

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

Sidebar

Related Questions

Basically I have several divs, each contains a question. This question could be presented
I basically have several divs each with ids id_1, id_2 id_3 etc. The divs
I have several floating divs, which are graphically arranged thusly (their hierarchy in the
i have the following jquery code. basically i will have several overlapped divs and
I have several question about MSISDNs. I understand: MSISDN is the basically the phone
I have several Code Analysis CA1704:IdentifiersShouldBeSpelledCorrectly warnings that I want to suppress. Basically, they
Basically I have a TableLayout with several TableRows, each containg 5 cells (Name, Price,
I have a .NET application available in several different language. i basically load and
Basically, if I have a method (or several methods) that I want to expose
I basically have three tables, posts, images and postimages (this simply contains the ids

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.