Question : .Net 2.0 listbox display error in IE8

We have a .NET 2.0 web app running on IIS6.  When viewed through IE8, we are having a display issue with one of our listboxes.  See attached.  instead of displaying the true value dashes appear.  The same page has no issues in IE6 or 7.

The strange thing is the display will show if the items are moved to the "Users in Group" list.  The HTML appears to be correct (see code sample) but IE8 displays it incorrectly.

Thanks in advance,
-Tim
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
HTML code sent to browser (View Source)
 
                            
Users Not In Group
Open in New Window Select All

Answer : .Net 2.0 listbox display error in IE8

the problem is the font size

font-size:2px;

think you meant to say font-size:2;

without the px
Random Solutions  
 
programming4us programming4us