Mam następujący problem. Strona dotychczas wyświetlała się dobrze w przeglądarkach <=IE8. Natomiast w IE 9 i 10 jest problem.
Odwiedź moją stronę
W linku powyżej umieściłem jak wygląda dany element w chromie i w IE. Powinny wyświetlać się takie elementy Jak Witamy, Dlaczego My,
Poniżej wklejam kod wyciągnięty za pomocą "Zbadaj element w chromie" razem z cssami.
Kod
<h2>
<strong>
<cufon class="cufon cufon-canvas" alt="1." style="width: 28px; height: 35px;">
<canvas width="53" height="41" style="width: 53px; height: 41px; top: -5px; left: -1px;"></canvas>
<cufontext>1.</cufontext>
</cufon>
</strong>
<span>
<cufon class="cufon cufon-canvas" alt="Witamy" style="width: 94px; height: 30px;">
<canvas width="113" height="37" style="width: 113px; height: 37px; top: -5px; left: -2px;"></canvas>
<cufontext>Witamy</cufontext>
</cufon>
</span>
</h2>
<strong>
<cufon class="cufon cufon-canvas" alt="1." style="width: 28px; height: 35px;">
<canvas width="53" height="41" style="width: 53px; height: 41px; top: -5px; left: -1px;"></canvas>
<cufontext>1.</cufontext>
</cufon>
</strong>
<span>
<cufon class="cufon cufon-canvas" alt="Witamy" style="width: 94px; height: 30px;">
<canvas width="113" height="37" style="width: 113px; height: 37px; top: -5px; left: -2px;"></canvas>
<cufontext>Witamy</cufontext>
</cufon>
</span>
</h2>