1つの特定の開発レイヤーでのみリンクのプロパティを変更しようとしています。理想的には、ドキュメント内のすべてのリンクをステータスに関係なく同じ色に保つコードを作成できると思いますが、それは不可能だと思います。
これは私が現在持っているコーディングですが、機能していません:
<head>
<style type="text/css">
body {
background-color:#B7B7B7;
background-image:url('http://pophatesfags.site90.net/pophatesfags.png');
background-repeat:no-repeat;
background-position:center top;
}
.text {
font-style: italic;
border-bottom:1px dashed black;
}
div.home {
a:link { color: #70DB93; }
a:visited { color: #70DB93; }
a:hover { color: #70DB93; }
a:active { color: #70DB93; }
}
</style>
</head>
<font color="70DB93"
<div id="home" class="div" style="position:absolute; width:715; height:42; left:27%; top:178px">
<span class="text">
<a href="http://www.pophatesfags.site90.net/home.html">home</font></a></div></style>
どんな助けでも大歓迎です!