开发者

Change iframe scrollbar height without changing iframe height

开发者 https://www.devze.com 2023-01-22 04:56 出处:网络
Is there any way to make an iframe\'s vertical scrollbar shorter than the iframe itself?For instance have a 500px high iframe with a 450px high scrollbar (but the scrollbar would still fully pan the i

Is there any way to make an iframe's vertical scrollbar shorter than the iframe itself? For instance have a 500px high iframe with a 450px high scrollbar (but the scrollbar would still fully pan the iframe's content).开发者_JAVA技巧

(with Javascript, jQuery, or CSS)

Thanks in advance!


You could create a custom scroll bar with JavaScript.

All the usual caveats apply - usability, etc

Hey c'mere grandson, this scroll bar thingo is smaller than the panel, I don't know how to use it. Maybe I'll try another website...


You can always go for the dumb approach and embed a smaller scrollable frame as part of that iframe (which would not need to be scrollable at all then).

0

精彩评论

暂无评论...
验证码 换一张
取 消