Javascript Data Type How to - Hide or color iframe scrollbar in Firefox and Internet Explorer








Question

We would like to know how to hide or color iframe scrollbar in Firefox and Internet Explorer.

Answer

<!DOCTYPE html>
<html>
<head>
</head>
<body>
  <iframe src="http://www.abc.net.au/" scrolling="no" width="500"
    height="500"></iframe>
</body>
</html>

Click to view the demo