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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:49:38+00:00 2026-05-23T09:49:38+00:00

My page is having left side menu and right side content with links. When

  • 0

My page is having left side menu and right side content with links.
When the links in the content are clicked then i need an iframe loading the content in the link and come up so that it covers the right side div having the content.

This iframe should be minimized when not needed and should be visible like a bar at the bottom always floating and when reached bottom of page it should be visible above the footer bar.

Can anyone suggest me how to do this. If example is provided that will be much better.

Thanks,
Sandeep

Im attaching a demo layout of what i wanted.

demo

  • 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-23T09:49:38+00:00Added an answer on May 23, 2026 at 9:49 am

    If you structure your right side content with a containing div, and within that div make a nested div that holds your regular content and an iframe; then you can setup click handlers for your link that will hide the nested div and show the iframe:

    $(document).ready(function() {
        $('#inner_div > a').live('click', function() {
            $('#inner_div').slideUp();//just an example animation, you can set whatever attributes you would like with jquery, like just change the height with .css({height: '0px'})
            $('#iframe_id').slideDown();
        });
    });
    <div id="outer_div">
        <div id="inner_div">
            <a href="some_link.html" target="iframe_id">Link Text</a>
        </div>
        <iframe id="iframe_id" style="display:none;"></iframe>
    </div>
    

    —-EDIT—-

    As for the floating bar attached to the bottom of the page:

    <div id="floating_footer" style="position: absolute; bottom: 0px; right: 0px; width: 90%; height: 50px; background-color:#069;"></div>
    

    And if you want to hide this “floating div” when the iframe shows up, just add the following to the javascript code (right with the other slideUp/slideDown code):

    $('#floating_footer').slideUp();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've an asp.net page having a server side submit button and 2 textboxes which
In VS 2008, I have an ASP.NET content page having one master page. I
I am having an page. I need to capture the exception which is thrown
I am having a doubt in page_init, page preinit, load. I need to know
Actually...im having one left frame and one right frame.... In Left Frame , i'm
I'm having trouble left aligning a related links div inside a block of text,
Say I have default content on the left side of my application, which is
I am working with an ASP.NET MVC application. I have one master page having
Having downloaded Pango and GLib from the GTK+ Project's Win32 downloads page and having
I am having an ASP.net page in my page i am having this as

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.