良いテスト function showSubMenu(SubMenu) {
document.getElementById(SubMenu).style.display = "インライン";
}
function HideSubMenu(SubMenu) {
document.getElementById(SubMenu).style.display = "none";
}
.menu{
margin:1px 1px 1px 1px;
パディング:3px 5px 3px 5px;
背景色:#8080C0;
色:白;
}
.submenu {
margin:1px 1px 1px 1px;
パディング:3px 5px 3px 5px;
背景色:#8080C0;
色:白;
}
|
|
|
|