Rank: Member Groups: Member
Joined: 10/8/2007 Posts: 18
|
I have a page that has a panel on it that is set to visible = false but when the user selected to add information, the panel becomes visible, which pushed the mask edit control to the right of the panel. I need it to appear under the panel. The mask edit control is in a table and I have tried putting in <br>'s but it doesn't help. In looking at the source, I'm guessing it's the div tags that are generated by the control that is making it float to the right. Pleas advise how to fix this. Thanks.
Sue
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Try to put the MaskedEdit control into a DIV and see if it works.
Thanks
|