包含具有相同背景颜色的链接的问题 [英] problems with including a link that has the same backgroung color

查看:70
本文介绍了包含具有相同背景颜色的链接的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

问题是由于包含一个链接会自动将其颜色更改为蓝色而背景图像也是蓝色,因此当您打开页面时我们看不到任何内容。当你越过它时,它会出现。

The problem is due to include a link which automatically change it's color to blue and the background image is also blue so when you open the page we don't see anything. When you crossed over it it appears.

推荐答案

如上所述,提供网站链接始终是一个好习惯。

您需要设置链接的样式,使它们保持相同的颜色。因此,在样式表中:

a:active {color:xxxx;}
a:visted {color:xxx;}
a:hover {color:xxx}
a:active {color:xxx}

其中xxx是相同的颜色定义。

对于更具体的建议,我们需要查看网站/页面。 />
如果您还不熟悉样式表/ CSS,请尝试查看 http:// www。 w3schools.com/css/default.asp

HTH

分别是MS MVP表达

As noted above it's always good practice to give a link to the site.

You need to style your links so that they stay the same colour. So, in your stylesheet:

a:active{ color: xxxx;}
a:visted {color:xxx;}
a:hover {color:xxx}
a:active {color:xxx}

Where xxx is the same colour definition.

For more specific advice we do need to see the site/page.

If you are not yet familiar with stylesheets/CSS try looking at the tutorial at http://www.w3schools.com/css/default.asp

HTH


Ian
MS MVP Expression

http://www.ew-resource.co.uk
http://www.fp-resource.co.uk
http://www.ew-resource.co.uk/v3 EW V3的第一印象

http://www.ew-resource.co.uk
http://www.fp-resource.co.uk
http://www.ew-resource.co.uk/v3  First Impressions of EW V3


这篇关于包含具有相同背景颜色的链接的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆