HTML Div Background Image

Background Image with Sctollbox Example

<html>
<head>
</head>
<body>
  <div style="height:139px;width:207px;overflow:scroll;background-image:url(../../images/img_nat.png);">
    Scroll box color example is background image and overflow text is automatic set in scroll in scrollbar....
  </div>
</body>
</html>
Scroll box color example is background image and overflow text is automatic set in scroll in scrollbar....

Background Image with Set Text Color Example

<html>
<head>
</head>
<body>
  <div style="height:139px;width:207px;overflow:scroll;background-image:url(../../images/img_nat.png);color:orange;font-size:18px;">
    Scroll box color example is background image with text color orange and overflow text is automatic set in scroll in scrollbar....
  </div>
</body>
</html>
Scroll box color example is background image with text color orange and overflow text is automatic set in scroll in scrollbar....