Home  >  Article  >  Web Front-end  >  css pointer controls the code to display hand shape under firefox_Basic Tutorial

css pointer controls the code to display hand shape under firefox_Basic Tutorial

WBOY
WBOYOriginal
2016-05-16 12:04:231352browse

Set the css style style="cursor:hand;" under IE and it will display normally
but not under firefox
Use style="cursor:pointer;" instead.
It will work under both browsers. It can be displayed normally
, but it is only applicable to IE6.0 and above and FIREFOX. It cannot be displayed under IE5.0.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn