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

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -