Correct me if I'm wrong but shouldn't a rule further down the cascading
over ride any previous rules before ?

1st.
#inner {
        position:relative;
       
background-image:url("/wdp/wip/images/l2b_innertop.png"),url("/wdp/wip/images/l2b_innerfooter.jpg"),url("/wdp/wip/background-paper.jpg");
        background-repeat:no-repeat,no-repeat,repeat;
        padding-bottom:10%,padding-bottom:0;
        background-size:100%;
        background-position:top,bottom
        }

2nd (Or further down in the cascade) This rule override the previous
rule for the same element ? My paths are setup correctly, the image is
on the server but doesn't load ?
#inner {
        background-image:url("/wdp/wip/images/bg_paper.Hi.jpg");
        background-repeat:repeat;
        }
______________________________________________________________________
css-discuss [css-d@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