On Tue, Jan 11, 2011 at 7:02 PM, Anne Pennington
<an...@digitalplot.co.uk> wrote:

> The site in progress is :
>
> http://www.mauricerowdon.org/site/
>
> and an example of the page which requires fixed  div is
>
> http://www.mauricerowdon.org/site/fiction.htm
>

> But as you will be able to see, the image position is fine vertical, but the
> horizontal position relates to the page, not the div, so moves when you
> resize the page.
>

Hi Annie,

I think I have implemented the behavior you described, see:
http://roughtech.com/t/maurice.html

I put a large empty space on the left of the image and then aligned
the background image horizontally center.
#content {
  background: url("mr_big.jpg") no-repeat fixed center bottom transparent;
}

Cheers,
~Chetan
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to