ID で DIV を非表示にするにはどうすればよいですか? ID には 2 つのクラスがありますか? (以下のコード)
<div id="ship" class="block">
#ship, #Payment {width:360px;float: left; margin-right:10px;}
#ship .subhead, #Payment .subhead {margin-top: 10px; margin-bottom: 5px;}
#ship table, #Payment table, #updatePanel2 table {width:100%;}