English 中文(简体)
真正意义上的互联网探索者中的应用
原标题:Really Ropey Text Rendering In Internet Explorer With Layered Text

我正在撰写一份3D案文的j Query plugin, 以及Poru、Khat和Sato(和其他类似浏览器),我正在利用CSS3文本影子财产来提供3D文本。

作为互联网探索者的失败,我撰写了几层文字,以便发挥同样的作用。

我的问题是,当我把案文放在因特网探索者的其他文本的首位时,它就会以一种相当新颖的形式出现——而且与Type的转换相比,情况并不好。

是否有人知道这一问题的任何解决办法?

我有一个例子表明这一问题,此时,你不得不点击案文,转而“因特网探索者模式”(实际上在其他浏览器中罚款!)

http://www.stevefenton.co.uk/cmsfiles/assets/File/ threedee.html

因特网探索者中“因特网探索方式”指的是看看看看看看看看gged的正文——在另一个浏览器中是一样的,没有问题。

最佳回答

这里是问题相同的任何人的解决办法。

原始产品中的一种选择是“城市”,我正在使用jQuery.cs()在元素中添加这一选择。 消除互联网探索者密码道路上的不透明性,完全解决这个问题。 也许,现在我没有机会生活......

这里是你可以用来复制问题的样本。

<h1>Click Me To See Jagged Rendering</h1>
<script type="text/javascript">
    $("h1").click( function () {
        $(this).css({ opacity: 0.5 });
    });
</script>
问题回答

暂无回答




相关问题
Image rendered with wrong colors in IE8

I have a gradient image as a PNG (no transparency) in a web-page. By taking a screenshot of Chrome showing the page and cropping the image from the page, I see the exact same colors are drawn as the ...

Determine Mobile Internet Explorer version

I need to determine the version of Mobile Internet Explorer on a Windows Mobile 6.1 device. So that I can report the same user-agent string as is being used by Mobile Internet Explorer. The user-...

CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

Internet Explorer only part loading JavaScript/CSS

I m having trouble with my local development environment where IE (6 through to 8) is only part loading JavaScript/CSS files. It throws random errors at random places in jquery.min.js every time I ...

IE doesn t run Javascript when you click back button

I ve built a shop with tons of JS running. One of the pieces of the cart, is a zip code field which is required to calculate shipping cost. This works fine going through the cart. Now clicking ...

热门标签