Hi
Since upgrading to IE8.0.7600 I'm struggling with this stylesheet and it's affect on the RADGRID in IE8. The RADGRID has 2 Buttons on a row which can no longer be clicked, also when clicking to expand the Details table now throws a Javascript error.
The rogue stylesheet class is as follows, it's the width: 948px which seems to be causing the proble, if this is removed the page looks awful because everything is moved but the Buttons and details table work fine. I've tried inserting various z-index entries but without success.
Steve
Since upgrading to IE8.0.7600 I'm struggling with this stylesheet and it's affect on the RADGRID in IE8. The RADGRID has 2 Buttons on a row which can no longer be clicked, also when clicking to expand the Details table now throws a Javascript error.
The rogue stylesheet class is as follows, it's the width: 948px which seems to be causing the proble, if this is removed the page looks awful because everything is moved but the Buttons and details table work fine. I've tried inserting various z-index entries but without success.
#container
{
background: #fff none;
height: 100%;
height: auto !important;
margin: 0 auto -100px;
min-height: 100%;
padding: 0;
text-align: left;
width: 948px;
}
Steve