renevanderlende / dyndiv

Automatically exported from code.google.com/p/dyndiv
0 stars 0 forks source link

How to make it hide on page load? #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to know how to make the "Minimize and Maximize a movetable
Div" script hide by delfault instead of having it already open.

Original issue reported on code.google.com by phpec...@gmail.com on 28 May 2010 at 2:47

GoogleCodeExporter commented 9 years ago
You can archive this over CSS with visibility: hidden at the begining and when 
the user mouse over the DIV then you can set the visibility: visible.

Maybe will include something for this like:
http://dyndiv.markusbordihn.de/example/moveable-resizeable-showresize/

Original comment by Markus.B...@googlemail.com on 8 Jul 2010 at 7:34

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by Markus.B...@googlemail.com on 11 Jan 2011 at 7:48

GoogleCodeExporter commented 9 years ago
Visibility: hidden only makes the div disapear. I think the original poster 
wanted to know how to make the div minimize on page load, and open only when 
the link in .dynDiv_minmaxDiv is clicked, similar to a simple drop down menu.
I too would love to know how to do this. is it a case of simple css or editing 
the dyndiv.js file?

Original comment by jonffa...@gmail.com on 29 May 2011 at 12:43

GoogleCodeExporter commented 9 years ago
Anyone have solved this issue?

Original comment by chandra....@gmail.com on 30 Dec 2013 at 8:00