所选文本背景颜色 [英] selected text background color

查看:81
本文介绍了所选文本背景颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我使用任何网站时,我看到所选文字背景颜色显示蓝色或根据我们的操作系统主题。我可以更改此选定的文字背景颜色吗?

when i use any site i see that selected text background color show blue or according our OS theme.can i change this selected text background color?

推荐答案

您可以使用此样式。这将工作在所有主要的浏览器除了IE

You can use this style. this will work on all major browser except IE

<style>
             ::-moz-selection
            {
             background:#0C0;
             color:#f00;
             }
            ::selection
            {
            background:#6374AB;
            color:#F00;
           }
    </style>

这篇关于所选文本背景颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆