www.socialgameplex.com

For some reasons I get a long unwanted horizontal scrolling bar that scrolls into blank space on the right side in chrome 9.0.597.98 on windows 7 (and probably in safari as well). The problem was also reported on RockMelt (unkown version)

Any help would be greatly appreciated.

PS: I googled and found some similar problems but I couldnt find a fix for mine.

link|improve this question

59% accept rate
I also use Chrome (on Mac) and I see only vertical scroll bar on the right. – Nikita Rybak Feb 20 '11 at 21:25
im using windows 7 maybe OS specific bug or something – kornesh Feb 20 '11 at 21:27
Safari shows the bug, but Chrome 10 doesn't, so it's likely a bug in WebKit that has already been fixed. – smorgan Feb 20 '11 at 21:28
feedback

1 Answer

up vote 2 down vote accepted

edit after some tests, I find out that the letter-spacing: -1000em; of #title h1 a create the horizontal scrollbar. If you remove it, the scrollbar is removed also. What is the purpose of this property here? Check if affect something, otherwise remove it.

link|improve this answer
awesome it worked, thank you! I used with overflow-x:hidden – kornesh Feb 20 '11 at 21:35
@kornesh you did well, much better :) – Sotiris Feb 20 '11 at 21:37
but the problem is when I resize the page it doesnt show the scroll page, which will annoy the 800x600 users...any ideas on that? – kornesh Feb 20 '11 at 21:42
@kornesh ok after some tests, I find out that the letter-spacing: -1000em; of #title h1 a create the horizontal scrollbar. If you remove it, the scrollbar is removed also. What is the purpose of this property here? Check if affect something, otherwise remove it. – Sotiris Feb 20 '11 at 22:15
EPIC that works perfectly! thanks alot for your concern and time :) – kornesh Feb 20 '11 at 22:30
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

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