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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:10:35+00:00 2026-06-05T14:10:35+00:00

How to maximize and minimize a div? Can I resize div according to as

  • 0

How to maximize and minimize a div? Can I resize div according to as need?

  • 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-05T14:10:36+00:00Added an answer on June 5, 2026 at 2:10 pm

    I think you need something like this

    http://jsfiddle.net/miqdad/Qy6Sj/1/

    You can view the code in jsfiddle here is the code what I have done created a div with another div inside as title bar and content box

    html

    <div id="widnow">
        <div id="title_bar">
            <div id="button">-</div>
        </div>
        <div id="box">
        </div>
    </div>
    

    css

    #widnow{
        width:400px;
        border:solid 1px;
    }
    
    #title_bar{
        background: #FEFEFE;
        height: 25px;
        width: 100%;
    }
    #button{
        border:solid 1px;
        width: 25px;
        height: 23px;
        float:right;
        cursor:pointer;
    }
    #box{
        height: 250px;
        background: #DFDFDF;
    }
    

    jquery

    $("#button").click(function(){
        if($(this).html() == "-"){
            $(this).html("+");
        }
        else{
            $(this).html("-");
        }
        $("#box").slideToggle();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I get want to know whether we can maximize and minimize a whole application.
I need to programmatically minimize and maximize a fullscreen 16bit application. Unfortunately DosBox is
I am using mfc CDialog. I need to show the close and minimize/maximize button,
Hey is there anyway that in your program you can add a minimize/ maximize
how can I style the maximize/minimize/close buttons of an application to match the Metro
I want to disable the button maximize/minimize, below I post image to explain this
I have to create a Matlab figure window with custom maximize/minimize and close buttons.
This maybe a simple question...I want to disable Minimize/Maximize component from RichTextBox. I tried
i want to minimize & maximize my table in jsp. what should I do?
I am trying to maximize JFrame from within JMenuBar, I can not pass a

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.