GaVrA Posted May 5, 2009 Share 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? Link to comment Share on other sites More sharing options...
emoney Posted May 5, 2009 Share 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 Link to comment Share on other sites More sharing options...
GaVrA Posted May 5, 2009 Author Share Posted May 5, 2009 Is there any work around to make this effect and to have valid css?:) Link to comment Share on other sites More sharing options...
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