Web Element
【 Cascading Style Sheets 】
/*=== a(アンカー)タグの表示にかかわる基本的なデザインを設定します ===*/ A:link{color: #000000;text-decoration: none;} /* 未訪問(文字の色 下線の非表示 *文字のサイズなどは設定可) */ A:active{color: #000000;text-decoration: none;} /* 選択中(文字の色 下線の非表示 *文字のサイズなどは設定可) */ A:visited{color: #000000;text-decoration: none;} /* 訪問済み(文字の色 下線の非表示 *文字のサイズなどは設定可) */ A:hover{color: #000000;text-decoration: none;} /* カーソルが上にある時(文字の色 下線の非表示 *文字のサイズなどは設定可) */ |
Copyright (C) 2009-2011 SASAKI. All Rights Reserved. |