Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2384 closed defect (fixed)

background not 100% height in mythweb

Reported by: anonymous Owned by: xris
Priority: minor Milestone: unknown
Component: mythweb Version: 0.20.1
Severity: medium Keywords:
Cc: Ticket locked: no

Description

In Firefox, the background on any page that does not take up the full window height will show white after content. To fix this, change the following section in style.css from:

body {

border: 0; margin: 0; padding: 0; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; ...

}

TO: html,body {

border: 0; margin: 0; padding: 0; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; ...

}

This is needed in both the default theme and grey theme, hence the "..." above (they differ in that area, so I left it out.) It's basically changing the selector list from "body" to "html,body" if the difference wasn't immediately noticable.

Change History (3)

comment:1 Changed 18 years ago by glandix@…

Oops, forgot to add my e-mail. If you have any questions, e-mail me at glandix@….

Thanks, gLaNDix

comment:2 Changed 18 years ago by xris

Resolution: fixed
Status: newclosed

(In [11179]) I didn't know that this fix was that easy. Everything in my research suggested that it was a bug in firefox (especially because making the browser window lose focus also causes it to render things properly. closes #2384

comment:3 in reply to:  2 Changed 18 years ago by anonymous

Replying to xris:

(In [11179]) I didn't know that this fix was that easy. Everything in my research suggested that it was a bug in firefox (especially because making the browser window lose focus also causes it to render things properly. closes #2384

yah, i ran into that doing some development (I'm a PHP/MySQL coder w/ lots of XHTML/CSS experience) on a recent project ... if i have a number of misc fixes, do you want me to submit them each as separate tickets, as one big ticket, or just e-mail you directly? also, if you have any other outstanding issues like this w/ mythweb, send them my way and i'll see what i can do ;)

Note: See TracTickets for help on using tickets.