CSS超串連接觸時突變

來源:互聯網
上載者:User
 代碼如下 複製代碼

 <style type="text/css">
 

a:link         {...}{
    color: #000000;
    text-decoration: none;
    font-family: "Arial", "Helvetica", "sans-serif";
}
a:visited    {...}{
    color: #000000;
    text-decoration: none;
    font-family: "Arial", "Helvetica", "sans-serif";
}
a:active     {...}{
    color: #000000;
    text-decoration: underline;
    font-family: "Arial", "Helvetica", "sans-serif";
}
a:hover      {...}{
    color: #FF6600;
    text-decoration: underline;
    left: 1px;
    position: relative;
    top: 1px;
    font-family: "Arial", "Helvetica", "sans-serif";
}

</style>

相關文章

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.