Click here to Skip to main content
15,900,108 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi..am using 4 dropdowns...1st one and 4th one is always visible.but 2nd and 3rd one is invisible in d page load...it wil b visible when a particular dropdown value is selected.2nd and 3rd one is placed in b/w 1st and 4th.my problem is that at page load,there is some vacant spaces in between 1st one and 4th one..how can i manage that so that it wil appear without such blank spaces...? hope u understand what my prob is..pls provide me some help.
Posted
Updated 3-Mar-10 21:26pm
v4

This is a layout issue. You need to read and have knowledge on CSS and UI designing a little in order to achieve it. UI needs to be in 'Flow' form.

For time being, an alternative:
Instead of making it invisible, show them but disable them. Once you need to show them at that time enable them.
 
Share this answer
 
Hi,

Place all the controls in single TR tag with seperate TD tags :) .
If the problem repeats then try to place all the controls in single TD tag :laugh:
 
Share this answer
 
Make all controls in separate 'td's, make sure you don't put any margin or padding in that tds.
Now instead of making control visible/invisible make that td visible/invisible.
Try it.
Hope this help. :)
 
Share this answer
 
Check the width of the dropdowns and the width that you defined for TD tag. Make sure that both are same
 
Share this answer
 
tried both...still exists...................pls help...
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900