2010年12月25日 星期六

[CSS] 改變反白顏色 Change Selection Color

測試後只有IE沒效果


<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body {
 background: black;
 color: white;
}

::selection {
        background: red; /* Safari */
        }
::-moz-selection {
        background: red; /* Firefox */
}
</style>

12345678910
abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ
あいうえお
かきくけこ
さしすせそ
たちつてと
なにぬねの
はひふへほ
まみむめも
やゆよ
らりるれろ
わをん
Related Posts Plugin for WordPress, Blogger...