get rid of scrollbar get rid of scrollbar
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

get rid of scrollbar

Started by -Manuel-, April 19, 2005, 10:17:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

-Manuel-

Hello together
I would like to get rid of the scrollbar on the right side on my cpg installation. Does anybody know how to do that?

One solution could be to reduce the space between Powered by Coppermine and the Copyright in the footer. How could I do that?

Thank you very much for your help.

-Manuel-

Joachim Müller

wether you have a scroll bar or not depends on OS, browser, resolution and window size. It will differ for every visitor to your page. This applies to all web pages, not only coppermine. It's a most basic conecpt of displaying content that is larger than the space that is available in a window. There's no realistic method to get rid of the scroll bars (except forcing all your users to buy a 21'' screen ;)). You could modify your theme to use less space for your content (some html skills needed); this will not fix your basic issue though (because it can't be fixed).

Joachim

Nibbler

Open your template.html, find the line

<table width="778" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">

and remove the height="100%"