Jumat, 10 Februari 2012

Bagaimanca cara menambah Scroll HTML widget

Hello, this day i will post about ( bagaimanca cara menambah Scroll HTML widget ) bagaimana caranya ??
that's too easy look below



An HTML scroll box is a box that grows scroll bars when it's contents are too large to fit in the box. How do you make the box? You create the box using the HTML div tag. Then, to make the box scroll, you apply the CSS overflow property to the div.
But, you don't need to worry about the technical details if you don't want to. You can simply copy and paste the HTML scroll box code below. Of course, you can change the values to suit (such as the size of the scroll box, color etc)

copy Code di bawah ini

<!-- HTML Codes by Quackit.com -->
<div style="height:120px;width:250px;font:16px/26px Georgia, Garamond, Serif;overflow:scroll;">
As you can see, once there's enough text in this box, the box will grow scroll bars... that's why we call it a scroll box! You could also place an image into the scroll box.
</div>
<p style="font-size:10px;"><a href="http://www.quackit.com/html/tutorial/">HTML lessons</a></p>

Dan ini hasilnya !!! gampangkan

As you can see, once there's enough text in this box, the box will grow scroll bars... that's why we call it a scroll box! You could also place an image into the scroll box.
HTML lessons


0 komentar:

Posting Komentar