我有这个用于选取框爬虫的功能,我需要在图像上添加悬停设置,但它们不是 css 文件,所以样式写在这个函数中。
我的问题是我可以在 javascript 函数中添加悬停效果吗?怎么做?
希望我的问题被理解!这是功能:
<script type="text/javascript">
marqueeInit({
uniqueid: 'mycrawler2',
style: {
'padding': '2px',
'width': '1000',
'background':'#9ec437',
'height': '160px'
},
inc: 5, //speed - pixel increment for each iteration of this marquee's movement
mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
moveatleast: 1,
neutral: 150,
savedirection: true
});
</script>