板違いのようですので
>>479で教えてもらったurlで聞いてみます。
板汚し失礼しますた。
>>480 そこが問題でして、私が知りたいポイントでもあるのです。。。
どういった記述方法で
.menuでA要素を指定出来るのか。。。
それが出来るならdiv内での指定も出来るはずですからね。。
.
現在このように
a:text.xxx{decoration:none;}
a:link.xxx{color: #000000; background:#e7dfce;}
a:visited.xxx{color: #000000; background:#e7dfce;}
a:active.xxx{color: #FF69B4;}
a:hover.xxx{color: #ffe42a; background:#5a4dbd;}
a:text.yyy{decoration:none;}
a:link.yyy{color: #000000; background:#e7dfce;}
a:visited.yyy{color: #000000; background:#e7dfce;}
a:active.yyy{color: #FF69B4;}
a:hover.yyy{color: #ffe42a; background:#5a4dbd;}
A要素に対して沢山クラス沸けし
用途応じて<a href="***" class="xxx">あいう</a>
等という様にしています。