B
BillE
Using VS2005, C#, asp 2, web forms
I have a panel which contains 3 sub-panels.
The first sub-panel contains a combo box. Making a selection populates a
gridview in the second sub-panel.
Selecting a row in the gridview populates a repeater control in the third
sub panel.
This works just fine in IE6.
In IE7, the third subpanel with the repeater control is superimposed on the
second subpanel with the gridview.
I tried setting a fixed height in subpanel #2, which helps somewhat, but it
still seems that the third subpanel shifts around depending on the number of
rows in the gridview, or something.
What is the best way to cause the page to display properly in IE7, as it
does in IE6?
Thanks
Bill
I have a panel which contains 3 sub-panels.
The first sub-panel contains a combo box. Making a selection populates a
gridview in the second sub-panel.
Selecting a row in the gridview populates a repeater control in the third
sub panel.
This works just fine in IE6.
In IE7, the third subpanel with the repeater control is superimposed on the
second subpanel with the gridview.
I tried setting a fixed height in subpanel #2, which helps somewhat, but it
still seems that the third subpanel shifts around depending on the number of
rows in the gridview, or something.
What is the best way to cause the page to display properly in IE7, as it
does in IE6?
Thanks
Bill