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

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

    2. <tfoot id='Ycz76'></tfoot><legend id='Ycz76'><style id='Ycz76'><dir id='Ycz76'><q id='Ycz76'></q></dir></style></legend>

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

    3. 将鼠标悬停在按钮上时文本颜色更改

      Text color change on hover over button(将鼠标悬停在按钮上时文本颜色更改)

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

          • <bdo id='MuQhg'></bdo><ul id='MuQhg'></ul>

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

              • 本文介绍了将鼠标悬停在按钮上时文本颜色更改的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我正在尝试更改悬停按钮内文本的颜色.

                I am trying to change the color of the text inside the button on hover.

                我可以让按钮本身改变颜色,但我希望按钮文本也改变颜色.

                I can make the button itself change color, but I want the button text to change color too.

                这是我当前的 css:

                Here is my current css:

                button,
                input.button,
                a.button,
                input[type="submit"] {
                background:#2e77ae;
                background: -moz-linear-gradient(top, #5590bd, #2e77ae);
                background: -webkit-linear-gradient(top, #5590bd, #2e77ae);
                background: -o-linear-gradient(top, #5590bd, #2e77ae);
                background: -ms-linear-gradient(top, #5590bd, #2e77ae);
                background: linear-gradient(top, #5590bd, #2e77ae);
                border-color:#2e77ae;}
                
                button:hover,
                input.button:hover,
                a.button:hover,
                input[type="submit"]:hover{
                
                    background:#E6D332;
                    background: -moz-linear-gradient(top, #E6D332, #E6D332);
                    background: -webkit-linear-gradient(top, #E6D332, #E6D332);
                    background: -ms-linear-gradient(top, #E6D332, #E6D332);
                    background: linear-gradient(top, #E6D332, #E6D332);
                    border-color:#2e77ae;}
                
                
                
                button:focus,
                input.button:focus,
                a.button:focus,
                input[type="submit"]:focus { 
                    background-color:#E6D332;}
                

                推荐答案

                CSS 属性 color 一般控制元素中的文本颜色.在您的情况下,要更改悬停时的颜色,请使用 :hover 说明符;

                The CSS property color controls the text color in elements generically. In your case, to change the color on hover, use the :hover specifier;

                input[type = "submit"]:hover {
                    color: #FF0000;
                    //you can add more styles to be applied on hover
                }
                

                请注意,您也可以使用 rgb(x, y, z) 格式指定颜色.这里有一个小演示来说明:小链接.您可以在此处试用演示并查看源代码:另一个小链接.

                Note that you can as well specify the color using the rgb(x, y, z) format. Here's a little demo to illustrate: little link. You can play around with the demo and view the source here: another little link.

                希望对你有所帮助!

                这篇关于将鼠标悬停在按钮上时文本颜色更改的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Move link image 5px up on hover(悬停时将链接图像向上移动 5px)
                How do I inspect CSS pseudo classes with firebug?(如何使用 firebug 检查 CSS 伪类?)
                Why doesn#39;t CSS hover work on table rows when the cells inside the rows have class names?(当行内的单元格具有类名时,为什么 CSS 悬停在表格行上不起作用?)
                Hover image - display div over it(悬停图像 - 在其上显示 div)
                How to apply a CSS class on hover to dynamically generated submit buttons?(如何在悬停时将 CSS 类应用于动态生成的提交按钮?)
                Differences between CSS3 :hover and :focus?(CSS3 :hover 和 :focus 的区别?)

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

                    1. <legend id='onQpf'><style id='onQpf'><dir id='onQpf'><q id='onQpf'></q></dir></style></legend>
                          <bdo id='onQpf'></bdo><ul id='onQpf'></ul>
                            <tbody id='onQpf'></tbody>

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