javascript - Scroll Bar in a Frame -
I have created a frame in a window. Frame size is fixed I do not want the scroll bar for the frame / if the text is overflow in the frame, I have to scroll a window instead of the frame scroll bar to control overflow part.
thnks ..
scrolling = "no"
Displaying the scroll bar will prevent the iframe.
But the second part of your question confuses.
Comments
Post a Comment