Is it possible to have scrollbars on a webpage when it must have overflow:hidden for use in an iFrame?
Asked
Active
Viewed 2,759 times
0
-
Not sure what you mean - which behaviour would you want to trigger, scrollbars or no scrollbars? – Pekka Jan 29 '12 at 17:15
2 Answers
0
Leave the web page as it is, and the on the <iframe>
, use:
<iframe src="page.html" scrollbars="no" style="overflow: hidden;">

lorenzo-s
- 16,603
- 15
- 54
- 86