• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Javascript: can I detect non-js users and modify the page for them?

plagiarist

Senior member
Suppose I have an iframe and instead of an internal scrollbar, a pair of arrow buttons that people hover their mouse over to scroll up and down. (Hm, I should edit the code so that if they click the button it scrolls 2x as fast)

Suppose that someone without js visits my webpage. They are unable to scroll on any of my pages within the iframe.

Any way I can detect js disabled browsers and put the scrollbars back?
 
Back
Top