使用HTML語言和CSS開發商業網站(5)

來源:互聯網
上載者:User

標籤:over   ack   link   藍色   黑點   repeat   visit   bottom   偽類   

超連結偽類名稱(單擊前、單擊後、 滑鼠懸浮時、單擊時)。
標籤名:           link     visited   hover         active

 

設定滑鼠形狀的屬性(值:預設游標、超連結的指標、指示程式正在忙、指示可用的協助、指示文本、滑鼠呈現十字狀)。
cursor                 default           pointer         wait                 help                text         crosshair

 

設定一個背景映像,路徑為one.jpg,設定背景位置在左下方,不平鋪
background-image:url(one.jpg);
background-position:left bottom;
background-repeat:no-repeat;

 

外邊距的上、右、下、左外邊距
margin-top

margin-right

margin-bottom

margin-left

 

list-style-type:none;/*去掉預設樣式中的黑點*/

 

圖片作為超連結 會預設有2px藍色邊框 

border-style:none;/*去掉邊框*/ 

cursor:pointer;/*讓滑鼠變成小手*/

 

背景平鋪方式:

no-repeat(不平鋪)

repeat(預設平鋪)

repeat-x(橫向平鋪)

repeat-y(縱向平鋪)

 

solid(實線) dashed(虛線)

 

padding 內邊距

margin  外邊距

text-align:center;/*內容水平置中*/
margin:0px auto;/*當前標籤 水平置中*/

 

使用HTML語言和CSS開發商業網站(5)

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.