i applied simply scroll jquery plugin to ul tab for scrolling purpose. the scrolling is working fine . But the scroll bar content not showing the iframe tag . the html code as follow:
<ul id="scroller">
<p> some text </p>
<iframe id="myyoutube" width="210px" height="200px" src="http://www.youtube.com/embed/tRrHM16jjog" frameborder="0" allowfullscreen=""></iframe>
</ul>
could any one please suggest to visible the iframe tag in scrollbar content id.
Try this code:
This works fine for me