CSS3 ::Selection
當前在預設狀態下,選中一個文字會以藍色背景和白色文字呈現,但是有時候這樣的預設效果並不能如人意,如果能夠自定義實現此效果,那麼網頁的美觀度或者人性化程度又會得到很大的提高,css3提供了::Selection屬效能夠幫助我們實現此效果。
程式碼例項如下:
[HTML] 純文字檢視 複製程式碼執行程式碼<!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title>螞蟻部落</title> <style type="text/css"> div{ width:200px; height:100px; margin:0px auto; font-size:12px; } div::selection{ background:red; color:green; } </style> </head> <body> <div>螞蟻部落歡迎您,努力奮鬥才會有美好的明天,沒有人一開始就是高手。</div> </body> </html>
相關文章
- CSS E::selectionCSS
- REPLACEMENT SELECTION SORT
- C組group2 A - Odd Selection
- JavaScript 中的 Range 和 Selection 物件JavaScript物件
- ZOJ 3956——Course Selection System(01揹包)
- Spectrum Entropy Prediction Assisted Channel Selection for Secondary Users
- 簡單選擇排序(Simple Selection Sort)排序
- selection_Sort(選擇排序演算法)排序演算法
- element table的selection根據條件禁用
- 【模型評估與選擇】sklearn.model_selection.KFold模型
- [譯]D3.js 之 d3-selection 原理JS
- [譯] D3.js 巢狀選擇集 (Nested Selection)JS巢狀
- 把selection screen當子螢幕放到普通螢幕上
- CSS3CSSS3
- Flutter 自定義輸入框Selection選單和選擇器Flutter
- The 2024 ICPC Asia EC Regionals Online Contest (II) - Problem H. Points Selection
- CSS3簡明教程之初識CSS3CSSS3
- CSS3 quotesCSSS3
- css3省略……CSSS3
- CSS3 remCSSS3REM
- CSS3 vhCSSS3
- CSS3 vwCSSS3
- CSS3 vmaxCSSS3
- CSS3 vminCSSS3
- CSS3 TransitionCSSS3
- CSS3 @supportsCSSS3
- CSS3 currentColorCSSS3
- CSS3 clipCSSS3
- CSS3 counter()CSSS3
- CSS3 attr()CSSS3
- CSS3 orderCSSS3
- CSS3 @keyframesCSSS3
- CSS3 rotate()CSSS3
- CSS3 columnsCSSS3
- Feature Selection詳解(附帶Relief、Relief-F、LVM詳解)(二)LVM
- VSCode 擴充套件選擇快捷鍵外掛 Quick and Simple Text SelectionVSCode套件UI
- 2024.11.30 Rayan Programming Contest 2024 - Selection (Codeforces Round 989, Div. 1 + Div. 2)
- css3 漸變CSSS3