Topic: background-position changed in FF1.5 (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: raht cheah |
posted 01-12-2006 05:36
I have something to say, maybe a question, let's type and see what it's about... code: body { background : white url('bg.gif') no-repeat center center; }
code: body { background : white url('bg.gif') no-repeat [b]fixed[/b] center; }
|
Obsessive-Compulsive (I) Inmate From: |
posted 01-12-2006 12:13
I've always used the background-position before the background-repeat in the condensed background properties, and at first I thought this might be the culprit. Evidently not. code: background-attachment: fixed; background-position: center;
|
Paranoid (IV) Inmate From: Florida |
posted 01-12-2006 14:49
Check to see if you have html & body set to min-height or height 100%. |
Maniac (V) Inmate From: raht cheah |
posted 01-12-2006 16:41 |
Lunatic (VI) Inmate From: under the bed |
posted 01-12-2006 18:58
Couple of sidenotes - |
Maniac (V) Inmate From: raht cheah |
posted 01-12-2006 20:24
what are the various other issues? I knock out a lotta layouts and rarely find need for it, plus I thought it caused me scrollbar grief once which put me off a bit... |
Obsessive-Compulsive (I) Inmate From: |
posted 01-12-2006 21:45
Well, my answer was relatively off-base. Thanks for the heads up. |
Lunatic (VI) Inmate From: under the bed |
posted 01-12-2006 22:12
JK - mainly that if you want anything to actually behave with a height of 100%, the HTML and the BODY elements need to have that specified. Otherwise, 100% means 100% of the content filled area, not 100% of the viewport. |
Maniac (V) Inmate From: raht cheah |
posted 01-12-2006 22:55
quote:
quote:
|
Paranoid (IV) Inmate From: Florida |
posted 01-13-2006 02:22
This is an improvement, actually. Before 1.5 technically Gecko was not keeping to spec. It may have been simpler, but it's a small price to pay for standards conformity. |
Maniac (V) Inmate From: raht cheah |
posted 01-13-2006 02:43 |