บันทึกโดย TaTump วันที่ 24 August 2009 | 442 views
ให้เพิ่ม allowtransparency=”true” ใน iframe ตามตัวอย่างด้านล่างจ้า
<iframe allowtransparency="true" frameborder="0" src="http://example.com/iframe.php"></iframe>
บันทึกโดย TaTump วันที่ 7 February 2008 | 359 views

รูปด้านบนคือผลลัพท์ที่ใส่้ CSS เข้าไปจัดรูปแบบการแสดงอีกที
head
<style type="text/css">
.scroll-area {
float:left;
width: 400px;
height: 150px;
overflow: auto;
}
</style>
ตัวอย่าง
<div class="scroll-area">
เนื้อหาที่ต้องการ
</div>
ลองคลิกที่นี่เพื่ิอดูไฟล์ที่ผมลอง test ดูึครับ