scroll - overflow hidden and scrolling no not working in embed -
i unable hide scrolling in embed. try 2 methods,-
method 1:
<embed scrolling="no" src="http://www.pjsindia.com"style="background-color: #55a97c;" width="400px" height="400px"></embed>
method 2:
<embed src="http://www.pjsindia.com"style="background-color: #55a97c; overflow:hidden;" width="400px" height="400px"></embed>
you can try overflow: auto
it may work in browsers not guaranteed work in browsers. should test in browsers.
Comments
Post a Comment