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.
list-style-image:有可能改变htmlhover或active? 请举例。
list-style-image:
hover
active
您将使用 CSS 而不是 HTML 来实现这一点:
HTML
<ul> <li>abc</li> <li>def</li> </ul>`
CSS
li { list-style-image: url('original.png'); } li:hover { list-style-image: url('replacement.png'); }
我收到以下错误,不知道如何修复它。Stack Overflow 上还有一些其他页面解决了类似的问题,但这些似乎并不适用,或者至少我不够精明,无法解决。
当我运行 authentication_pages_spec 时,问题似乎与使用“补丁”有关,导致以下失败。请注意,我已经尝试用“put”替换“patch”