Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How can I hide horizontal scroll bar?

  • 9 답장
  • 5 이 문제를 만남
  • 22 보기
  • 최종 답변자: cor-el

more options

Some websites use CSS code (overflow-x: hidden or overflow-y:hidden), that shows the horizontal scroll bar while the frame on the website is centered and only 800 pixels wide, but I really don't need my horizontal scroll bar to show up. So how can I hide it?

Thanks!

Some websites use CSS code (overflow-x: hidden or overflow-y:hidden), that shows the horizontal scroll bar while the frame on the website is centered and only 800 pixels wide, but I really don't need my horizontal scroll bar to show up. So how can I hide it? Thanks!

모든 댓글 (9)

more options

Anybody here? :(

more options

If you use overflow: hidden then you shouldn't see a scroll bar (overflow:scroll does that).
If that doesn't work then try to add the !important; or use the code in Stylish or to userContent.css in the chrome folder.

more options

Thanks for replying me back, but I do not wanna go into such complex issues coz I'm not as good at it as you! Just wanted to hide the horizontal scroll bar. As simple as that!

more options

Can you post a link to a web page where you want to hide the scroll bar?

more options

So, what's up cor-el?

more options

I'm not seeing a real problem with the horizontal scroll bar on the home page of that site.

The content in the center is a Flash object (right-click it) and you can't do anything with such an object if that is what you want to achieve.

more options

Please note that if I zoom in the web page, the horizontal scroll bar shows up, then I cannot hide it! It causes me a lot of hassles! As I do not want to use any other browsers, I have no clue how to solve this problem... I will be grateful if you could help me with it please.

Sorry for causing you concern

more options

You can create a bookmark with this JavaScript code set as the location:

javascript:void(document.body.style.setProperty('overflow','hidden','important'));

You will have to use the cursor keys to scroll the page (make sure that the Flash object doesn't have focus).