Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

What is the maximum pixel height a div can be displayed? I have a long list and my bg div ends halfway down the page.

  • 2 отговора
  • 3 имат този проблем
  • 4 изгледи
  • Последен отговор от jrobertsebd

more options
  1. bodyBG {
   background: url("../../includes/img/template/bg_trans.png") repeat-y scroll center top transparent;
   overflow: auto;
   padding: 5px 25px;
   margin: 0px;
   text-align: left;

}

My background image bg_trans.png is ending halfway down my html list. Why?

#bodyBG { background: url("../../includes/img/template/bg_trans.png") repeat-y scroll center top transparent; overflow: auto; padding: 5px 25px; margin: 0px; text-align: left; } My background image bg_trans.png is ending halfway down my html list. Why?

Всички отговори (2)

more options

On Windows there might be a height limit of around 32000px.

  • bug 671302 - cairo-gdi: large background-images and gradients don't work beyond ~ 32735px

Please DO NOT comment in bug reports: https://bugzilla.mozilla.org/page.cgi?id=etiquette.html

more options

Darn! My list is at 72k in FF 21.0 :(

Would re-displaying that BG for another 32735px work? Or is that just literally the maximum height that can be displayed?

Thanks for your help