Anne Pennington wrote:
> On http://www.facelift-electrical.co.uk/
>
> The header is just refusing to centre
>
>
> http://www.facelift-electrical.co.uk/text_style.css
>
>
> Annie
>
>
>   


My guess is its not moving because you have a 660px wide image, whose 
margin left is wider than its right-margin, positioned in a 660px wide 
container. Trim the left-margin of the image, or try moving ithe image 
as is with a negative margin in the css-- something like:

#page-heading {
background: #ffffff url(images/facelift_head.gif) -25px 50%;
}


-- 
http://chelseacreekstudio.com/

______________________________________________________________________
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