Re: [css-d] Returning to list and IE problem with background image css in WP

2010-08-16 Thread Tim Arnold
> > On Aug 13, 2010, at 1:21 PM, Jody Levinson wrote:
>
> >> 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.)
>

I assume you are seeing this in IE7 (the only place I see the problem).
Removing the "font-style:italic" from ".endorsementquot" seems to make it
reappear.  I have no idea why.

Tim



-- 
-
tim.arn...@gmail.com
__
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/


Re: [css-d] Returning to list and IE problem with background image css in WP

2010-08-16 Thread Tim Arnold
On Aug 16, 2010, at 4:57 PM, Jody Levinson  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/


Re: [css-d] Returning to list and IE problem with background image css in WP

2010-08-16 Thread Jody Levinson
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%;
> }
>

--
TroutDream Graphics, Inc.
Always fresh. Never canned.
http://troutdream.com
425-686-8699


__
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/


Re: [css-d] Returning to list and IE problem with background image css in WP

2010-08-14 Thread Val Dobson
Viewing it in FF3.6.8/WinXP and  all the quote marks are showing for me.
Try upgrading to the latest Wordpress.

Val

On 13 August 2010 21:21, Jody Levinson  wrote:
> I fell off this list somehow, but have re-upped.
>
> I am working on a site which is using a purchased WP template as the
> site platform.
>
> This page: http://highroadlesstraffic.com/reviews/endorsements/

-- 
---
"Somewhere, something incredible is waiting to be known" - Carl Sagan
www.oakleafdesignprint.co.uk
www.oakleafcircle.org.uk
www.valdobson.co.uk
www.astrodiary.co.uk
__
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/


[css-d] Returning to list and IE problem with background image css in WP

2010-08-13 Thread Jody Levinson
I fell off this list somehow, but have re-upped.

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%;
}

The CSS validates and it works great in FF, but in IE I only see the  
quote the first time and not on any subsequent uses on the same page.

Clue?

(There are other CSS problems on the site but I am working with the  
template developer to resolve those)

Thanks!

Jody

--
TroutDream Graphics, Inc.
Always fresh. Never canned.
http://troutdream.com
425-686-8699


__
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/