GaVrA Posted May 5, 2009 Posted May 5, 2009 So you know when you select some text and background is like blue? I want to know how can i change that color? For example i would like it to be red... :) Do i need javascript or can it be done with css?
emoney Posted May 5, 2009 Posted May 5, 2009 apparently its easy with FF and Safari, but not IE. FF/Safar: ::-moz-selection{background:#6374AB;color:#fff;} ::selection {background:#6374AB;color:#fff;} Anything4Free.comfree stuff
GaVrA Posted May 5, 2009 Author Posted May 5, 2009 Is there any work around to make this effect and to have valid css?:)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now