这个 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>