且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

包含具有相同背景颜色的链接的问题

更新时间:2023-12-03 09:59:16

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

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

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