Re: [libreoffice-website] Re: CMS Workflow: LibreOffice - Page: International - Status: Completed

2010-12-12 Thread Christian Lohmaier
Hi Rimas, *,

On Sun, Dec 12, 2010 at 6:34 PM, Rimas Kudelis r...@akl.lt wrote:
 2010.12.10 01:23, Christian Lohmaier rašė:

 Otherwise we have pages with scrollbar and pages without scrollbar,
 which makes the pages shifting left/right when navigating through
 the site. (At least when using Firefox)
 [...]
 So again if we really want this, then html {height:100%;
 margin-bottom:1px;} is /way/ better than having a huge diff around.

 html { overflow: scroll; }

 wouldn't that be even better?

That would also add a horizontal scrollbar as well, so overflow-y:
scroll is the only option, but that is css3 only.

(but yes, more elegant solution than the dummy-margin and even if it
is not supported by some browsers: not taking it into account won't
hurt)

ciao
Christian

-- 
Unsubscribe instructions: E-mail to website+h...@libreoffice.org
List archive: http://www.libreoffice.org/lists/website/
*** All posts to this list are publicly archived for eternity ***


Re: [libreoffice-website] Re: CMS Workflow: LibreOffice - Page: International - Status: Completed

2010-12-09 Thread Christian Lohmaier
Hi Stefan,

On Fri, Dec 10, 2010 at 12:07 AM, Stefan Weigel
stefan.wei...@bildungskreis.org wrote:
 Am 09.12.2010 23:56, schrieb CMS:


 iframes removed, but div with min-heigt 1000px remained →
 delete it as well

 Ok. How else can we force a minimum page height, so that every page
 is higher than usual screens? By this, we would have a vertical
 scrollbar on every page.

*IF* we want this (I personally don't), then this obviously must be
put into the global CSS-stylesheet, and not done by adding hacks like
a div with min-heigt to the content of each and every page.

 Otherwise we have pages with scrollbar and pages without scrollbar,
 which makes the pages shifting left/right when navigating through
 the site. (At least when using Firefox)

That doesn't bother me personally.
But having lots of emtpy space below the real content makes me think
there's something wrong with the page.

So again if we really want this, then html {height:100%;
margin-bottom:1px;} is /way/ better than having a huge diff around.

ciao
Christian

-- 
Unsubscribe instructions: E-mail to website+h...@libreoffice.org
List archive: http://www.libreoffice.org/lists/website/
*** All posts to this list are publicly archived for eternity ***