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*/
}