DetailsView and Column Widths
I have a DetailsView using validators. The validators are in the same <InsertItemTemplate> field as the TextBox they validate.
There is CSS to control the text alignment and the positioning. I see the DetailsView table that is being emitted by viewing source and all of my CSS classes are associated with the things they should be.
The problem is that the TextBoxes are not positioning in the column to the far left. Then when the validator displays its message all of the TextBoxes are repositioned to the left (like I wanted them in the first place), but this repositioning is BAD, because it is obvious flashing to the user's eyes.
How do I cause the right column of TextBoxes to position to the left?
I have float:left on everything.
Thanks.
|