Hi
We have a problem with the layout of our scheduler. The output html in IE6 seems to be different than the firefox code. We were searching for hours why the layout of our scheduler wasn't correct in IE.
Is there a reason why in IE is printed? Is there a way we can leave those out?
The problem is that the appointments aren't placed at the correct position in IE6.
Any ideas?
Thx a lot!
We have a problem with the layout of our scheduler. The output html in IE6 seems to be different than the firefox code. We were searching for hours why the layout of our scheduler wasn't correct in IE.
Is there a reason why in IE is printed? Is there a way we can leave those out?
| FIREFOX |
| <tr class="rsRow rsAltRow"> |
| <td class="rsCell rsWorkHour"><div class="rsWrap" style="z-index:123;"> |
| </div></td><td class="rsCell rsWorkHour rsSatCol"><div class="rsWrap" style="z-index:123;"> |
| </div></td><td class="rsCell rsWorkHour rsSunCol"><div class="rsWrap" style="z-index:123;"> |
| </div></td><td class="rsCell rsWorkHour"><div class="rsWrap" style="z-index:123;"> |
| </div></td><td class="rsCell rsWorkHour"><div class="rsWrap" style="z-index:123;"> |
| </div></td><td class="rsCell rsWorkHour"><div class="rsWrap" style="z-index:123;"> |
| </div></td><td class="rsCell rsWorkHour rsLastCell"><div class="rsWrap" style="z-index:123;"> |
| </div></td> |
| </tr> |
| INTERNET EXPLORER |
| </tr><tr class="rsRow rsAltRow"> |
| <td class="rsCell rsWorkHour rsSatCol"> </td> |
| <td class="rsCell rsWorkHour rsSunCol"> </td> |
| <td class="rsCell rsWorkHour"> </td> |
| <td class="rsCell rsWorkHour"> </td> |
| <td class="rsCell rsWorkHour"> </td> |
| <td class="rsCell rsWorkHour"> </td> |
| <td class="rsCell rsWorkHour rsLastCell"> </td> |
| </tr> |
The problem is that the appointments aren't placed at the correct position in IE6.
Any ideas?
Thx a lot!