ใช้ CSS จัดรูปแบบเหมือน iFrame แบบง่ายๆ

February 7th, 2008

admin | 2,317 views
วิธีง่ายๆไม่ซับซ้อนครับ

รูปด้านบนคือผลลัพท์ที่ใส่้ CSS เข้าไปจัดรูปแบบการแสดงอีกที
head
<style type="text/css">
.scroll-area {
float:left;
width: 400px;
height: 150px;
overflow: auto;
}
</style>
ตัวอย่าง
<div class="scroll-area">
เนื้อหาที่ต้องการ
</div>
ลองคลิกที่นี่เพื่ิอดูไฟล์ที่ผมลอง test ดูึครับ
You can
leave a response, or
trackback from your own site.
Responses are currently closed, but you can
trackback from your own site.
You can skip to the end and leave a response. Pinging is currently not allowed.
Both comments and pings are currently closed.