我有一个看起来像按钮的链接,它在IE和FF中看起来没问题,但在Chrome上却没有。
以下是一个示例:http://www.problemio.com/problems/problem.php?problem_id=228
页面中间的小青色按钮显示“跟随问题”
我需要文本显示为白色,但由于某种原因,它不会这样做。
这是css:
a:link.image_button
{
display: block;
background: #4E9CAF;
padding: 10px;
text-align: center;
border-radius: 5px;
color: white;
font-weight: bold;
text-decoration: none;
}
以下是链接的HTML:
<a class="image_button" id="follow_problem" rel="nofollow" href="#" style="display: none;" title="Update me via email whenever there are developments in this discussion.">Follow Problem</a>
答案 0 :(得分:1)
在Chrome 15上看起来不错。我建议您在自己的操作系统上创建一个新的用户帐户,然后尝试全新安装Chrome。也许你的一个插件正在干扰。
或右键单击链接,检查元素,然后转到“计算样式”,并查看其颜色来自何处。