Re: [css-d] IE background position bug demo

2007-08-09 Thread Snadden Tim
> Another IE bug surely. I would recommend using > font-size:200%; so not to set of another IE bug when using em > on the body. > > http://css-discuss.incutio.com/?page=UsingEms > Thanks for your input - On the actual site I am setting font-size as a percentage on . This is just a minimal demo

Re: [css-d] IE background position bug demo

2007-08-09 Thread Alan Gresley
Snadden Tim wrote: > Recently I needed to set a background image on in order to create > full height faux columns. I found that if font size is set on > that IE still uses the default font size to position the background > image. To get around it I ended up putting the background image on a div

Re: [css-d] IE background position bug demo

2007-08-08 Thread Snadden Tim
> > http://snadden.com/demo/ie-background.htm > Did you try to set font-size on html instead of body? Good point. Setting the font size on html does work. However, one limitation is that in IE7 blowing up the page with CTRL-+ increases the font size but doesn't move the background across propo

Re: [css-d] IE background position bug demo

2007-08-08 Thread Ingo Chao
Snadden Tim wrote: > Recently I needed to set a background image on in order to create > full height faux columns. I found that if font size is set on > that IE still uses the default font size to position the background > image. To get around it I ended up putting the background image on a div >

[css-d] IE background position bug demo

2007-08-08 Thread Snadden Tim
Recently I needed to set a background image on in order to create full height faux columns. I found that if font size is set on that IE still uses the default font size to position the background image. To get around it I ended up putting the background image on a div instead. Here is a demo: h