php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "scrollbars"

How can the scrollbars property be adjusted in a window.open function to disable them?

To disable scrollbars in a window opened using the window.open function, you can set the scrollbars property to 'no' in the windowFeatures parameter....

What is the correct syntax for setting scrollbars to NO in a PHP function for opening a window?

When opening a new window using window.open() in PHP, you can specify whether or not to display scrollbars using the scrollbars parameter. To set scro...

What are some recommended resources or forums to find more information on implementing scrollbars in PHP pages?

To implement scrollbars in PHP pages, you can use CSS to style your scrollbars. By customizing the scrollbar appearance using CSS, you can achieve the...

How can PHP developers ensure a seamless user experience when hiding scrollbars?

When hiding scrollbars, PHP developers can ensure a seamless user experience by using CSS to hide the scrollbars while still allowing users to scroll...

What are common pitfalls when trying to hide scrollbars in a PHP website?

Common pitfalls when trying to hide scrollbars in a PHP website include using CSS properties that only work on certain browsers or not accounting for...

Showing 1 to 5 of 33 results

‹ 1 2 3 4 5 6 7 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.