52xiaofeng

以下代码对于IE无效,但对于谷歌与火狐有效:

::-moz-selection{background:#93C; color:#FCF;} 
::selection {background:#93C; color:#FCF;} 
注:只对标签中的文字有效,对于document.writer()出来的文字无效。

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2021-09-13
  • 2022-12-23
  • 2021-08-10
猜你喜欢
  • 2022-12-23
  • 2021-08-17
  • 2021-06-12
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案