Has anyone run into an instance where the DNN Label Help Icons are missing? This is happening to me. I have even looked at the source, and they are in the HTML, but not rendered in the web browser. This is only happening in IE 7, and only with a single module, however I have seen this happen intermittently in the past with other Core, 3rd party, and Admin modules.
This particular module marks the only time where the help icons consistently do not come back. More on this module below...
I have a module that has 5 different DIVs. However, only one DIV is visible at a time. Upon the page loading at the client machine, the default DIV is shown as visible. Upon an expected client-side click event, the DIV visibility will change, showing the one that they selected. On page load, the DIV that is first visible has the Help Icons all showing like they are supposed to. However, when the client-side event changes the visbility to show another DIV, all other DIVs are not showing the help icons.
The client-side event switches the [object].className property of the DIV from one that has the attribute "display:none;" to "display:block;" and vice versa.