我在用着
<script type="text/javascript" >
document.write("<marquee scrollamount='5' onMouseOver='this.stop()' onMouseOut='this.start()'><img alt='ibm' src='images/ibm.png' width='100px' height='100%' /><img alt='tcs' src='images/tcs.jpg' width='100px' height='100%' /><img alt='hp' src='images/hp.png' width='100px' height='100%' /><img alt='hcl' src='images/hcl.jpg' width='100px' height='100%' /><img alt='cts' src='images/cts.jpg' width='100px' height='100%' /><img alt='accenture' src='images/Accenture.png' width='100px' height='100%' /></marquee>");
</script>
对于我网站中的选框图片,但是当我将我的网页检查到W3 Validator 时,上面的代码出现错误。
- 元素“选框”未定义
- 没有属性“onMouseOver”
- 没有属性“scrollamount”
- 没有属性“onMouseOut”
需要帮助解决上述问题!