Android网页开发问题

发布于 2024-10-31 07:58:05 字数 1000 浏览 0 评论 0原文

我只想使用在 Android 上运行的 css3 或 html5 制作渐变文本。我尝试使用 css3 但在 android 上有一个小问题。我尝试了这个 http://nicewebtype.com /notes/2009/07/24/pure-css-text-gradient-no-pngs/。这是它在 android 中的样子 http://img121.imageshack.us/img121/5014/ androidw.png 。有人可以告诉我如何修复它,或者其他方法来做到这一点,无论使用 css3 还是 html5 canvas?

header h1 {
position: relative;
display:inline-block;
margin-top: 0px;
background: rgba(0,0,0,0);
margin: 23px 0 0 77px;

}

header h1 a {
color: #fff;
position: absolute;
background: rgba(0,0,0,0);
-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));

}

header h1:after {
content: 'Company name';
background: rgba(0,0,0,0);
text-shadow: -1px 1px 2px #232323;
color: #dadada;

}

I want to make gradient text only with css3 or html5 working on Android. I tried with css3 but on android there's a little problem. I tried this http://nicewebtype.com/notes/2009/07/24/pure-css-text-gradient-no-pngs/. Here's how it looks like in android http://img121.imageshack.us/img121/5014/androidw.png . Can somebody tell me how to fix it, or another way to do it, no matter with css3 or html5 canvas?

header h1 {
position: relative;
display:inline-block;
margin-top: 0px;
background: rgba(0,0,0,0);
margin: 23px 0 0 77px;

}

header h1 a {
color: #fff;
position: absolute;
background: rgba(0,0,0,0);
-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));

}

header h1:after {
content: 'Company name';
background: rgba(0,0,0,0);
text-shadow: -1px 1px 2px #232323;
color: #dadada;

}

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我恋#小黄人 2024-11-07 07:58:05

这可能是浏览器问题。

这是跨浏览器 CSS 渐变生成器的链接。

尝试创建任何渐变并尝试一下。如果有效,那就是浏览器问题。

这是链接:CSS 渐变生成器

让我知道它是否排序你的问题。

It could be a browser issue.

Here is a link to a cross-browser css gradient generator.

Try creating any gradient and try it. If it works, then it's a browser issue.

Here is the link: CSS Gradient Generator

Let me know if it sorts the problem for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文