Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがカーソルを合わせたときにカーソルを矢印から手に変えたいリスト項目がいくつかあります。ある意味、リンクのように見せたいです。これどうやってするの?
カーソルをポインターに設定します。
<style type="text/css"> .fakeLink{cursor:pointer} </style> <ul> <li class='fakeLink'>This is not really a link</li> </ul>