私は使用しています
<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」という属性はありません
上記の問題を解決するために助けが必要です!!