minimize div problem 
Author Message
 minimize div problem

I have a DIV with a TABLE and two TD and four TR.
I have a minimize image in one of the TD that when I click it calls a
function that would minimize the window by resizing it. The problem is that
I cant change the width and height of the div to lower values than the ones
previosly defined but i can change to higher values.
Can somebody help me ?
Thank you

Ricardo Pereira




Sat, 14 Sep 2002 03:00:00 GMT  
 minimize div problem

I believe the problem might be that your table is forcing the div to be a certain minimum size. Try setting table.style.display = "none" before minimizing and table.style.display = "" when restoring.

Eric K.

  I have a DIV with a TABLE and two TD and four TR.
  I have a minimize image in one of the TD that when I click it calls a
  function that would minimize the window by resizing it. The problem is that
  I cant change the width and height of the div to lower values than the ones
  previosly defined but i can change to higher values.
  Can somebody help me ?
  Thank you

  Ricardo Pereira




Sun, 15 Sep 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. minimize div problem

2. minimize div problem

3. minimize DIV problem

4. Minimize All problem...

5. Minimized Browser focus problem

6. Netscape 6 problem when trying to make visible/hidden complex DIV objects

7. animating a DIV block problem

8. DIV visibility problem

9. problem with div

10. DIV problems

11. Problem with Navigator and DIV object

12. Problem with DIV and scrolling in MSIE 4.0

 

 
Powered by phpBB® Forum Software