如何在 IE8 中更改 cufoncanvas css
<cufoncanvas style="left: 0px; top: 1px; height: 27px;" cufid="215">
我试过$(document)
:
$(document).ready(function() {
$("cufoncanvas").css({
top: '10px'
});
});
cufon.refresh();
如何在 IE8 中更改 cufoncanvas css
<cufoncanvas style="left: 0px; top: 1px; height: 27px;" cufid="215">
我试过$(document)
:
$(document).ready(function() {
$("cufoncanvas").css({
top: '10px'
});
});
cufon.refresh();