minimize maximize the div ? javascript or jquery which works for all the div
问题 i want to give minimize and maximize facility to my div..for that i have written following code in my jsp page <div id="widnow" style="width: auto;"> <div id="title_bar"> <button type="button" class="max" id="button"> <img id="max" src="<%=request.getContextPath()%>/img/Minimize.png" /> </button> </div> <div id="box" style="height:auto; width: auto;"> <span id="info3" style="display: none;"></span> <div id="chart3" style="width:80%; height:300px;"></div> </div> </div> following is my css