2geedesign wrote:
> Hi Shelly
> Thanks for your response but I can't remove the "background-position" since
> the design is based upon using faux columns and so is needed to accurately
> position the background image.
>
> Cheers
> Ian
>   
 
Ian,
Probably a flaky suggestion, but try shorthand and delete the min/max 
width(not ie supported, unless you are feeding a fix I'm not seeing):

#wrapper {
min-width: 750px;
max-width: 1200px;
background-image: url(../images/fauxcolumns.jpg);
background-repeat: repeat-y;
background-position: 75% 0em;}

Becomes:
#wrapper {
width: 750px;
background: url(../images/fauxcolumns.jpg) 75% 0 repeat-y;}/*adjust position*/

I am on linux and unable to test ie.

aside: Please don't top post or drop your uri-- makes it hard to follow a 
logical thread; and people get tired of having to hunt their mail for your uri:
Website address is http://www.abglazing.co.uk/ 
CSS is http://www.abglazing.co.uk/stylesheets/main-style.css 



Regards,
~davidLaakso


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to