how to define height of the Data Div

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Pirontech
Forum Commoner
Posts: 29
Joined: Wed Oct 28, 2009 5:31 am

how to define height of the Data Div

Post by Pirontech »

Hi,

i have a website with admin panel, here in left having a "Left Panel" with Dynamic Content (some parent child relation) on click of parent Child Open and again click on any of Child (Child Being a Parent) further Child Opened, i have only 3 Levels like

Level 1
Level 2
Level 3

Some Structure is that (At the time of Page Load)

+Level 1
+Level 1.1
+Level 1.2
+Level 1.3

On Click any Level (+Level 1.1)

+Level 1
-Level 1.1
+Level 2
+Level 2.1
+Level 2.2
+Level 1.2
+Level 1.3

On Click any Level (+Level 2.1)

+Level 1
-Level 1.1
+Level 2
-Level 2.1
Link 1 (Onclick page Opened In The Iframe)
Link 2 (Onclick page Opened In The Iframe)
Link 3 (Onclick page Opened In The Iframe)
Link 4 (Onclick page Opened In The Iframe)
+Level 2.2
+Level 1.2
+Level 1.3

inetialy on page load i adjust the height by calling function on body load, but when i expend the level i got problem down content goes hidden, please help so that i can resolve the Problem

For more Please see the Link Below

http://www.dyn-web.com/code/scroll/vert.php (its for static Data) , but i need for the Dynamic data

Please Reply
Post Reply