How to write a:hover in inline CSS?

后端 未结 23 3170
孤城傲影
孤城傲影 2020-11-21 23:15

I have a case where I must write inline CSS code, and I want to apply a hover style on an anchor.

How can I use a:hover in inline CSS inside the HTML st

23条回答
  •  佛祖请我去吃肉
    2020-11-21 23:36

    I agree with shadow. You could use the onmouseover and onmouseout event to change the CSS via JavaScript.

    And don't say people need to have JavaScript activated. It's only a style issue, so it doesn't matter if there are some visitors without JavaScript ;) Although most of Web 2.0 works with JavaScript. See Facebook for example (lots of JavaScript) or Myspace.

提交回复
热议问题