HI all,
I have done some work using javascript and css and html. Let me explain whole work:
there are two select box one is for adults and other is for childs.
I have done all rows are by default are invisbile when we select 2value from adults its will show two rows for adults and maximum we can select 6 adults so i have write 6 rows are invisble for adults and if we slect 2 from childs then it will show 2 rows for childs. By default it will be already invisible.
But now problem is that i want to remove this space between child row and adults rows which i have done invisible.
Like for example:
Select adults slectbox select child selectbox
if we will slect both adults 2 and child 2 then it will show like this:
adults1 firstname adult1 lastnameadult1
adults2 firstname adult2 lastnameadult2
child1 firstname child1 lastname child1
child2 firstname child2 lastname child2
-------------------other code will show here or ---------------------
But problem is that i want to remove this space from between child and adults ,and childs and other code . Because for adults max value we can select 6 and for child also we can select max 6 so these other 4 rows for adults and childs are invisible in code.
I do not know how i can remove this space between these which i have shown . Please help me to solve this problem.
thanks,