[Bug 249635] New: Horizontal scrollbar on jointhegame.kde.org

Federico Rampazzo Frampone at gmail.com
Tue Aug 31 14:02:06 UTC 2010


https://bugs.kde.org/show_bug.cgi?id=249635

           Summary: Horizontal scrollbar on jointhegame.kde.org
           Product: www.kde.org
           Version: unspecified
          Platform: Unlisted Binaries
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: NOR
         Component: general
        AssignedTo: kde-www at kde.org
        ReportedBy: Frampone at gmail.com


Version:           unspecified (using KDE 4.5.0) 
OS:                All

If you visit jointhegame.kde.org you will notice an horizontal scrollbar in
your browser.
If the scrollbar is used, an user will be able to navigate the site but the
pages will be transparent.
The first time I opened the site, instead of clicking the menu, I used the
scrollbar

Reproducible: Always

Steps to Reproduce:
Open the website

Actual Results:  
The horizontal scrollbar is displayed

Expected Results:  
The horizontal scrollbar should not be visible

To hide the scrollbar you should use overflow:hidden; on the body or create an
extra layer with overflow:hidden set.

in jointhegame.kde.org/style.css:
FROM:
body {
  background-color:#00AFEF; background-image:url(images/bg.gif);
}
TO:
body {
  overflow:hidden;
  background-color:#00AFEF; background-image:url(images/bg.gif);
}

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the kde-www mailing list