Re: [css-d] Centered background image, Mozilla browser resize bug?

2007-11-13 Thread Rob Emenecker
Tim, Here is a sample that uses JavaScript to fix the background DIV in Firefox, while leaving the background as is on IE6. It probably needs tweaking for IE7 and it *definitely* needs to be tested on Mac browsers. http://rob.emenecker.com/training/css/css-discuss/kelty-test.html ...Rob _

Re: [css-d] Centered background image, Mozilla browser resize bug?

2007-11-13 Thread Timothy Kelty
I agree now, Gecko browsers were getting it right, not IE (world makes sense again). Rob - thanks for the JS test, results were exactly what I wanted to see, but I ended up doing as Philippe suggested with the min-width on the body. FYI - I had to specify the min-width for html and body for this

Re: [css-d] Centered background image, Mozilla browser resize bug?

2007-11-13 Thread Philippe Wittenbergh
On Nov 13, 2007, at 5:50 AM, Timothy Kelty wrote: > See example here: > http://sarna.net/~quizosde/tests/mozillacenter/index.html > > I'm attempting to center a repeating-y background image on my body tag > so it always goes down the entire page. Safari/IE6/IE7 work fine, but > in Mozilla (Firef

Re: [css-d] Centered background image, Mozilla browser resize bug?

2007-11-12 Thread David Hucklesby
On Mon, 12 Nov 2007 15:50:46 -0500, Timothy Kelty wrote: > See example here: > http://sarna.net/~quizosde/tests/mozillacenter/index.html > > I'm attempting to center a repeating-y background image on my body tag so it > always > goes down the entire page. Safari/IE6/IE7 work fine, but in Mozilla

[css-d] Centered background image, Mozilla browser resize bug?

2007-11-12 Thread Timothy Kelty
See example here: http://sarna.net/~quizosde/tests/mozillacenter/index.html I'm attempting to center a repeating-y background image on my body tag so it always goes down the entire page. Safari/IE6/IE7 work fine, but in Mozilla (Firefox, Camino), when I make the browser window smaller than the co