Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Check out my site http://hiox.org . How to get rid of horizontal scroll bar?

share|improve this question

3 Answers

Well, i did not see the horizontal scroll bar on that site. This is most likely because of resolution. Use this css style however.

scroll-x:hidden;
share|improve this answer
Hi, I have tried overflow-x:hidden.But If i add this I can't able to view google ads in my site in Internet Explorer. – Rekha May 6 '10 at 6:23
@rekhasathvika: Make sure that you have given appropriate width to your boxes/columns. Check/adjust the width for them. – Sarfraz May 6 '10 at 6:32

Buy a wider monitor (I see no horizontal scroll bars)?

Actually Sarfraz's suggestion is good, but something secondary to bear in mind is the wide range of users on your site (some using 1024x768, and still others using 1920x1200) and how to give equal usability to as many as possible.

share|improve this answer

Is it possible you could reduce the width of a few columns? "Title" and "By" look like they could be a bit smaller... then it won't force the table to be wider than neccessary, thus removing your horizontal scroll bars.

share|improve this answer
Hi, I will try this.Thanks. – Rekha May 6 '10 at 6:23

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.