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.
行 30、列 57: 属性「DATA-FLEXMENU」がありません … href="about.php" class="mainlink" data-flexmenu="flexmenu1">About Us</a></div>
行 30、列 57: 属性「DATA-FLEXMENU」がありません
… href="about.php" class="mainlink" data-flexmenu="flexmenu1">About Us</a></div>
問題は、現在使用している Doctype が data-flexmenu 属性をサポートしていないことです。
href から data-flexmenu 属性を削除するか、HTML5 doctype (data 属性をサポートする) に切り替えるか、エラーをそのままにしておく必要があります。