1. <small id='k0dBW'></small><noframes id='k0dBW'>

        • <bdo id='k0dBW'></bdo><ul id='k0dBW'></ul>
      1. <tfoot id='k0dBW'></tfoot>
        <legend id='k0dBW'><style id='k0dBW'><dir id='k0dBW'><q id='k0dBW'></q></dir></style></legend>
        <i id='k0dBW'><tr id='k0dBW'><dt id='k0dBW'><q id='k0dBW'><span id='k0dBW'><b id='k0dBW'><form id='k0dBW'><ins id='k0dBW'></ins><ul id='k0dBW'></ul><sub id='k0dBW'></sub></form><legend id='k0dBW'></legend><bdo id='k0dBW'><pre id='k0dBW'><center id='k0dBW'></center></pre></bdo></b><th id='k0dBW'></th></span></q></dt></tr></i><div id='k0dBW'><tfoot id='k0dBW'></tfoot><dl id='k0dBW'><fieldset id='k0dBW'></fieldset></dl></div>

        如何更改 div CSS 的特定类中的链接颜色

        时间:2023-11-01
            <tbody id='WYI1c'></tbody>
          1. <small id='WYI1c'></small><noframes id='WYI1c'>

            <i id='WYI1c'><tr id='WYI1c'><dt id='WYI1c'><q id='WYI1c'><span id='WYI1c'><b id='WYI1c'><form id='WYI1c'><ins id='WYI1c'></ins><ul id='WYI1c'></ul><sub id='WYI1c'></sub></form><legend id='WYI1c'></legend><bdo id='WYI1c'><pre id='WYI1c'><center id='WYI1c'></center></pre></bdo></b><th id='WYI1c'></th></span></q></dt></tr></i><div id='WYI1c'><tfoot id='WYI1c'></tfoot><dl id='WYI1c'><fieldset id='WYI1c'></fieldset></dl></div>
            • <legend id='WYI1c'><style id='WYI1c'><dir id='WYI1c'><q id='WYI1c'></q></dir></style></legend>
              <tfoot id='WYI1c'></tfoot>
                <bdo id='WYI1c'></bdo><ul id='WYI1c'></ul>

                  本文介绍了如何更改 div CSS 的特定类中的链接颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  在我的页面中设置了以下 CSS:

                  In my Page the following CSS is set:

                  a:link {
                      color: #0094DE;
                      text-decoration: none;
                  
                  
                  }
                  a:visited {
                          text-decoration: none;
                  color: #0094DE;
                  
                  }
                  a:hover {
                  text-decoration: underline;
                  color: #DD127B;
                  
                  }
                  

                  我想更改分配了一个类的 div 内的链接颜色.我尝试了以下方法:

                  I want to Change the Link color inside a div which has a class assigned to it. I tried the following :

                  register:link{color:#FFFFFF;
                          }
                  

                  其中 register 是我想要更改链接颜色的 div 的名称.我怎样才能做到这一点?另外如何更改同一div上悬停链接的颜色?

                  Where register is the name of the div in which i want to change the link color. How can i do that? Also how to change the color for hover link over the same div?

                  推荐答案

                  .register a:link{
                      color:#FFFFFF;
                  }
                  

                  这篇关于如何更改 div CSS 的特定类中的链接颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:CSS On hover 显示另一个元素 下一篇:使用jquery动态更改背景颜色后,背景颜色的CSS悬停选择器不起作用

                  相关文章

                  1. <legend id='diOxk'><style id='diOxk'><dir id='diOxk'><q id='diOxk'></q></dir></style></legend><tfoot id='diOxk'></tfoot>

                      <i id='diOxk'><tr id='diOxk'><dt id='diOxk'><q id='diOxk'><span id='diOxk'><b id='diOxk'><form id='diOxk'><ins id='diOxk'></ins><ul id='diOxk'></ul><sub id='diOxk'></sub></form><legend id='diOxk'></legend><bdo id='diOxk'><pre id='diOxk'><center id='diOxk'></center></pre></bdo></b><th id='diOxk'></th></span></q></dt></tr></i><div id='diOxk'><tfoot id='diOxk'></tfoot><dl id='diOxk'><fieldset id='diOxk'></fieldset></dl></div>

                        <bdo id='diOxk'></bdo><ul id='diOxk'></ul>

                      <small id='diOxk'></small><noframes id='diOxk'>