> 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
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
> > 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
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
>
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