views:

97

answers:

2

am using the following css code for the style, but it is not working with any of the IE version :(

is there any solution in css or any kind of script(js) can resolve this???

::selection {
background: #990000; 
}

::-moz-selection {
background: #009900; /* firefox*/
}
+2  A: 

Quirksmode confirms this isn't supported in IE. I know of no alternative to this (CSS or JS) for IE.

cletus
A: 

Try this link to see if your browser supports it.

the_drow
why the downvote? I hate when pepole downvote and don't explain why.
the_drow
-1 this doesn't answer the question
Jordie