Second CSS class not working in IE8.
Posted
by ProfK
on Stack Overflow
See other posts from Stack Overflow
or by ProfK
Published on 2010-05-04T07:46:54Z
Indexed on
2010/05/04
7:58 UTC
Read the original article
Hit count: 197
I have the following div being rendered to the client, but on IE, the checked-yes
class is ignored. If I view the target element in the 'Developer Tools', that class is completely missing from the Style panel. The shift-item-present
class is attached server side, and the checked-yes
class client side, depending on the present
attribute of the parent row, also shown below.
<td><div class="shift-item-present checked-yes" jQuery1272958392665="94"/></td>
Parent row:
<tr class="shift-item" id="ctl00_mainContentPlaceHolder_ctl00_shiftList_ctl01_shiftRow" present="True" shift-id="641" jQuery1272958392665="64">
The page works perfectly in FF
© Stack Overflow or respective owner