Results 1 to 9 of 9
Somehow I cannot see the whole page of the Forum, and the right side of the page left me guessing the missing words..some pages have long discussions by many participants ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-28-2012 #1Just Joined!
- Join Date
- Oct 2010
- Location
- Bangi, Selangor, MALAYSIA
- Posts
- 78
Cannot see the full page of the Linux Forum
Somehow I cannot see the whole page of the Forum, and the right side of the page left me guessing the missing words..some pages have long discussions by many participants to a particular topic, and I could not access pages 2,3,4 and so on..I looked all over the page to find a place I can click on to move around the page to see the missing words and the button to go to the next page. Unfortunately, I could not find anything to overcome those issues. Thus, I just have to get help via this coffee lounge.
I attach a screen shot here, hope it will help you guys to understand the issue I am facing.
Thanks guys.
Linforum.jpg
- 05-28-2012 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Hello
Did you use the horizontal scroll bar at the bottom of the page? Doing so should give you access to the entire page.
None of the mods nor I are in control of the forum layout, so you might want to use the Contact Us link at the bottom of this page to alert those in control of page layout about this issue. On your behalf, I've sent them a note about the described issue and your thread as well.
Thanks for the feedback.oz
- 05-28-2012 #3
I've not had this problem on this forum. Which browser are you using? It Kind of looks like Firefox but it's pretty small. Try re-sizing your browser. don't just minimize and maximize, I mean grab the corner of your browser and shrink it and then click on the maximize button. This trick works on another forum I visit. Let us know if it works for you.
Last edited by MikeTbob; 05-28-2012 at 05:41 PM. Reason: clarification
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 05-28-2012 #4
I see this too. Resize the browser window so it is narrow and eventually you can't see all the text and there no scrollbar.
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
Snakey Wakey!
The Fifth Continent reborn
- 05-28-2012 #5I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 05-28-2012 #6
Since my threads get buried. Maybe a sticky is in order..
http://www.linuxforums.org/forum/cof...-chromium.html
http://www.linuxforums.org/forum/cof...-browsers.html
Up to you guys though.
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
I'd rather be a dangerous, wild Penguin than a docile, domesticated sheep.
Free Linux Books
Free R Books
- 05-28-2012 #7
What actually causes it is a style attribute on the body element of the pages. It sets the horizontal overflow to hidden. A simple fix really...
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
Snakey Wakey!
The Fifth Continent reborn
- 05-28-2012 #8
This is a stylish rule that should fix the issue
Code:@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.linuxforums.org") { body { overflow-x: auto !important; } }If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
Snakey Wakey!
The Fifth Continent reborn
- 05-28-2012 #9Linux User
- Join Date
- Jan 2005
- Location
- Saint Paul, MN
- Posts
- 416


Reply With Quote

