Richard Grevers wrote:

When I remove no-repeat, the background becomes visible, but its offset varies as you change the page width. How can I get it static where I want it to be?

That .leftcol is 100% wide, so it stretches far outside the
browser-window on the left side and changes width with the
browser-window. You should rethink that construction.

As it is now, if you make the background on .leftcol...

background:#ff0 url('../images/left_bg_bw.jpg') top right no-repeat;

...it will appear stable.

URL: http://appia.dramatic.co.nz/~admin7/index.php

Secondly, the top header image is truncated at the right-hand side in
 IE7. What have I done to offend it?

#skiplinks takes up space on the right side, and IE7 adjusts the
header's space to it because the header has 'height' as 'hasLayout' trigger.

Add...

#skiplinks {margin-left: -400px;}

...and the "offending space" will be removed.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [[email protected]]
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