div ie6 and ie8
Posted
by xt_20
on Stack Overflow
See other posts from Stack Overflow
or by xt_20
Published on 2010-06-10T09:08:10Z
Indexed on
2010/06/10
9:13 UTC
Read the original article
Hit count: 304
Hi all,
I have the following code, which works well in IE6 but not IE8. In IE8, both the usercontrols are squashed up, but it works well in IE6. I tried inserting into the second div, which makes it work well in IE8 but not IE6. Anyone knows how to make the pages look the same?
<div>
<ucFilter:FilterUserControl ID="ucFilter" runat="server" />
</div>
<div>
<ucGridView:GridViewUserControl ID="ucGridView" runat="server" />
</div>
Thanks.
© Stack Overflow or respective owner