L
Ling
Hi,
I guessed this is a weird question but it really bothers me.
I created a web page w/ asp.net, have a menu on the top and a listbox
right below it. When I try to navigate the menu, the listbox blinks.
Note that it only happens with IE. I don't have blinks in Firefox at
all.
Even weird is when I removed the height of listbox, the listbox stopped
blinking but the menu started blinking.
Does anyone know why?
Thank you in advance.
Below is the sample code that blinks:
<asp:Menu ID="Menu1" runat="server">
<Items>
<asp:MenuItem Text="ABCD">
<asp:MenuItem Text="ABCD"></asp:MenuItem>
<asp:MenuItem Text="ABCD"></asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>
<asp:ListBox ID="listReports" runat="server" Height="50px" >
<asp:ListItem>ABCD</asp:ListItem>
<asp:ListItem>ABCD</asp:ListItem>
<asp:ListItem>ABCD</asp:ListItem>
</asp:ListBox>
I guessed this is a weird question but it really bothers me.
I created a web page w/ asp.net, have a menu on the top and a listbox
right below it. When I try to navigate the menu, the listbox blinks.
Note that it only happens with IE. I don't have blinks in Firefox at
all.
Even weird is when I removed the height of listbox, the listbox stopped
blinking but the menu started blinking.
Does anyone know why?
Thank you in advance.
Below is the sample code that blinks:
<asp:Menu ID="Menu1" runat="server">
<Items>
<asp:MenuItem Text="ABCD">
<asp:MenuItem Text="ABCD"></asp:MenuItem>
<asp:MenuItem Text="ABCD"></asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>
<asp:ListBox ID="listReports" runat="server" Height="50px" >
<asp:ListItem>ABCD</asp:ListItem>
<asp:ListItem>ABCD</asp:ListItem>
<asp:ListItem>ABCD</asp:ListItem>
</asp:ListBox>