Re: [css-d] overflow bg image

2008-06-11 Thread Philippe Wittenbergh
On Jun 12, 2008, at 1:21 AM, Matt Tibbits wrote: > Yes, it should. In FF though, if the content doesn't go all the way > to the > bottom of the window, it interprets bottom right as being the bottom > right > of the content INSTEAD of the bottom right of the browser window... >> >> body {back

Re: [css-d] overflow bg image

2008-06-11 Thread Matt Tibbits
If you compare how it looks in IE and FF you should see what I mean. Adding the styles you recommended: html{height:100%;margin:0;padding:0;} ...fixed the problem at the bottom of the screen, but introduced a new behaviour at the top. It's hard to explain but basically if I resize the browser wi

Re: [css-d] overflow bg image

2008-06-11 Thread Matt Tibbits
Yes, that is exactly it... little tricky but that does the job. Thank you, for your help. Matt > If this is more like what you want... > > > > ...try introducing the style changes / additions I've used... > >

Re: [css-d] overflow bg image

2008-06-11 Thread Gunlaug Sørtun
Matt Tibbits wrote: > In FF though, if the content doesn't go all the way to the bottom of > the window, it interprets bottom right as being the bottom right of > the content INSTEAD of the bottom right of the browser window... If this is more like what you want...

Re: [css-d] overflow bg image

2008-06-11 Thread Bill Brown
Matt Tibbits wrote: > Yes, it should. In FF though, if the content doesn't go all the way to the > bottom of the window, it interprets bottom right as being the bottom right > of the content INSTEAD of the bottom right of the browser window... > >> Not sure if I understand what you want. The backg

Re: [css-d] overflow bg image

2008-06-11 Thread Matt Tibbits
Yes, it should. In FF though, if the content doesn't go all the way to the bottom of the window, it interprets bottom right as being the bottom right of the content INSTEAD of the bottom right of the browser window... > > Not sure if I understand what you want. The background-image should > alway

Re: [css-d] overflow bg image

2008-06-10 Thread Philippe Wittenbergh
On Jun 11, 2008, at 9:06 AM, Matt Tibbits wrote: > Probably an easy fix but I'm not sure how to do it: > > > > I have a bg image on a tag that is positioned bottom, right. > In IE7 > the bg image is actually stuck to the bottom right of the viewing > port, but > in FF the bottom, right of t

Re: [css-d] overflow bg image

2008-06-10 Thread Matt Tibbits
Almost, although now the bg image will not stop when it reaches the TOP of the view port in FF. It keeps being pushed up as the window is resized... Matt > > Hi Matt, > > This should help: > html{height:100%;margin:0;padding:0;} > ___

Re: [css-d] overflow bg image

2008-06-10 Thread Bill Brown
Matt Tibbits wrote: > I have a bg image on a tag that is positioned bottom, right. In IE7 > the bg image is actually stuck to the bottom right of the viewing port, but > in FF the bottom, right of the content or body tag. > > You can view this at http://www.tchh.org/new/ Hi Matt, This should

[css-d] overflow bg image

2008-06-10 Thread Matt Tibbits
Hello, Probably an easy fix but I'm not sure how to do it: I have a bg image on a tag that is positioned bottom, right. In IE7 the bg image is actually stuck to the bottom right of the viewing port, but in FF the bottom, right of the content or body tag. You can view this at http://