會css的人 - 部落格

By Hedda
at 2007-04-24T14:56
at 2007-04-24T14:56
Table of Contents
※ 引述《Sha1aa (。悅。)》之銘言:
: a:link,a:visited {
: color:#fff;
: text-decoration:none;
: }
: a:hover {
: color:#ff0000;
: text-decoration:none;
: }
: a 這代表所有連接吧
: 那如果我要設定例外:
: 在某一個標籤裡面
: 連結要改變顏色的話要怎樣設定
: .mainEntryBase{
: text-decoration: none}
: mainEntryBase:link {color:#99ccff}
: mainEntryBase:visited {color:#99ccff}
: mainEntryBase:active {color:#99ccff}
: mainEntryBase:hover {color:##9999FF}
: 這樣嗎 = =;
假定class name是"extra"
那例外的CSS
a.extra
{
這裡放樣式
}
使用方法就是在裡面加上class="extra"
<a class="extra" href="http://www.google.com.tw">GOOGLE</a>
如果慣用id name的話
就是改用
#extra
{
這裡放樣式
}
<a id="extra" href="http://www.google.com.tw">GOOGLE</a>
有問題再問吧
--
我還沒說完吶~~ 夠多了夠多了,回家啦~!
\ /
○
︵ \○╱/|
. . ﹎ ﹍﹍ ╱ ̄﹚╱>
--
: a:link,a:visited {
: color:#fff;
: text-decoration:none;
: }
: a:hover {
: color:#ff0000;
: text-decoration:none;
: }
: a 這代表所有連接吧
: 那如果我要設定例外:
: 在某一個標籤裡面
: 連結要改變顏色的話要怎樣設定
: .mainEntryBase{
: text-decoration: none}
: mainEntryBase:link {color:#99ccff}
: mainEntryBase:visited {color:#99ccff}
: mainEntryBase:active {color:#99ccff}
: mainEntryBase:hover {color:##9999FF}
: 這樣嗎 = =;
假定class name是"extra"
那例外的CSS
a.extra
{
這裡放樣式
}
使用方法就是在裡面加上class="extra"
<a class="extra" href="http://www.google.com.tw">GOOGLE</a>
如果慣用id name的話
就是改用
#extra
{
這裡放樣式
}
<a id="extra" href="http://www.google.com.tw">GOOGLE</a>
有問題再問吧
--
我還沒說完吶~~ 夠多了夠多了,回家啦~!
\ /
○
︵ \○╱/|
. . ﹎ ﹍﹍ ╱ ̄﹚╱>
--
Tags:
部落格
All Comments
Related Posts
會css的人

By Anthony
at 2007-04-24T14:14
at 2007-04-24T14:14
Blog鬧雙包

By Brianna
at 2007-04-24T14:05
at 2007-04-24T14:05
有沒有合適的放圖空間QQ

By Megan
at 2007-04-24T12:53
at 2007-04-24T12:53
更改Blogger標題的底色..

By Sandy
at 2007-04-24T12:22
at 2007-04-24T12:22
Re: PTT Blog板友簽到簿(PTTBlogRolling!)

By Quanna
at 2007-04-24T10:37
at 2007-04-24T10:37