On Aug 16, 2010, at 4:57 PM, Jody Levinson <j...@troutdream.com> wrote:

> Can anyone suggest a different way to achieve this effect? I'm still
> not sure why it would show up ONCE on the page, but not in subsequent
> instances on the same page! Can a background image only be invoked one
> time on a page?
>
> Thanks!
>
>
> On Aug 13, 2010, at 1:21 PM, Jody Levinson wrote:
>>
>> I am working on a site which is using a purchased WP template as the
>> site platform.
>>
>> This page: http://highroadlesstraffic.com/reviews/endorsements/
>>
>> Uses the following CSS to create the gray quote mark image leading
>> each section:
>>
>> .endorsementquote {
>> font-style : italic;
>> padding-left : 30px;
>> background-color : transparent;
>> background-image : 
>> url("http://highroadlesstraffic.com/wp-content/themes/eBook/images/endorsement-left.png
>> ");
>> background-repeat : no-repeat;
>> background-attachment : scroll;
>> background-position : 0% 0%;
>> }
>>
>
There is no limit to the number of times the same background image can
be called by different containers on a page.



- Tim

(Please forgive any typos caused by huge fingers on a teeny phone keybard.)
______________________________________________________________________
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