このiframeはどのようにできますか:
<iframe src="http://www.gamepuma.com/external.html?http://data.gamepuma.com/games/06/crash-bandicoot.swf" width="600" height="400"frameborder="0" marginwidth="0" scrolling="no"></iframe>
divによって自動的にサイズ変更されますか? 私のやり方ではうまくいきません。
.showgame {
width: 640px;
height: 480px;
margin:0;
padding:0;
position: absolute;
left: 0px;
top: 40px;
}
<div class="showgame">
<?php echo $row_GameData['strGame']; ?>
</div>