我尝试在线搜索,但我没有找到任何有用的资料.有没有办法用纯CSS设置滚动条样式,以便与最大数量的浏览器兼容?
我想定位一个元素,使其始终与浏览器顶部保持一定的距离,这样即使用户向下滚动,图像也始终与屏幕顶部的距离相同.我该怎么做呢?
这是一个附加一些html的事件:
$("#feed").live("mouseover", function(){
$("#main").append('<div class="help_div" id="feed_help"><p>Your feed shows you information on the users you follow, such as songs added, voting, commenting, following, and the showing of songs between users.</p></div><div class="arrow" id="feed_arrow"></div>');
});
Run Code Online (Sandbox Code Playgroud)
如何在鼠标悬停在所选元素上并附加html之间存在2000毫秒的差距?