المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to create a scrollable text box with <div> tag alternative to the iframe



bahattab
05-12-2009, 09:05 PM
How to create a scrollable text box with <div> tag alternative to the iframe



You can easily create a scrollable text box with this one line <div> tag. You can put anything inside the scrollable area. This is a very simple one line alternative to the iframe.





<div style="padding: 20px; overflow: auto; border: solid 1px black; width: 400px; height: 300px;">
Content goes here
<div >







http://tips-scripts.com/one_liners