Selection Color Block Text


What is the color of the text block selection
color selection when the text block with the mouse .. it might be more unique if the text color and text color can be set as desired.
This is the css that can be used for Mozilla browser and Safari.

/* Mozilla based browsers */
::-moz-selection {
       background-color: #FFA;
       color: #000;
}
/* Works in Safari */
::selection {
       background-color: #FFA;
       color: #000;
}

0 comments:

Post a Comment

Perhatian !! Komentar Pada Bulan September 2012 belum bisa di balas.
di karenakan semua admin sedang sibuk dengan urusan kulliahnya.
semoga setelah akhir bulan artikel dan komentar akan segera di update.


terima kasih atas perhatiannya sekali lagi kami minta maaf yang sebesar-besarnya.

 
loading...
Top