Re: [css-d] Zero out a style

2010-04-10 Thread Jukka K. Korpela
Shanna Cramer wrote: > I frequently work on child themes and build custom style sheets in > addition to the parent style sheet. > Is there a way to zero out a style? Just remove any parent styling > that was applied to some element. No, you cannot zero out style settings, only override them. For

Re: [css-d] Changes how (some) browsers handle the a:visited pseudo-class

2010-04-10 Thread Philippe Wittenbergh
On Apr 11, 2010, at 3:34 AM, Benct Philip Jonsson wrote: > It's not clear to me what this means. Which ones of > the following statements will be true? > > 1) A rule for :visited won't be used at all if >any disallowed property is used in it. > 2) Disallowed properties can't at all be appli

Re: [css-d] Zero out a style

2010-04-10 Thread David Laakso
Shanna Cramer wrote: > I frequently work on child themes and build custom style sheets in addition > to the parent style sheet. > Is there a way to zero out a style? Just remove any parent styling that was > applied to some element. > > Sound reasonable: sort of. Got a uri to specific problem

[css-d] Zero out a style

2010-04-10 Thread Shanna Cramer
I frequently work on child themes and build custom style sheets in addition to the parent style sheet. Is there a way to zero out a style? Just remove any parent styling that was applied to some element. __ css-discuss [cs...@list

[css-d] CSS Object class not working on IE

2010-04-10 Thread Ed Goodson
This css code in my external .css works to put padding on a flash object tag in FF but nada in IE: object { padding-left:30px; } Normally I'd use another way around this but for various reasons this is my preferred solution Why is this not working in IE? Thanks __

Re: [css-d] Changes how (some) browsers handle the a:visited pseudo-class

2010-04-10 Thread Benct Philip Jonsson
On 2010-04-10 Philippe Wittenbergh wrote: > In short, those browsers will limit the ways the a:visited > state can be styled. Color, background-color, and to some > extend, outline, border are not affected, as long as you don't > use alpha-transparency (rgba()), change the border-style or > border-

Re: [css-d] Changes how (some) browsers handle the a:visited pseudo-class

2010-04-10 Thread L. David Baron
On Saturday 2010-04-10 07:19 +0100, Philip TAYLOR wrote: > May I express a personal wish that this behaviour be under > user control ? Whilst I fully understand David Baron's > rationale for the change, I do not believe that it is the > responsibility of browsers to work around security deficienci

Re: [css-d] highlighting an input button

2010-04-10 Thread Jack Timmons
On Sat, Apr 10, 2010 at 1:40 AM, Philippe Wittenbergh wrote: > That would probably be :focus. More than probably. Forgive the oversight. -- -Jack Timmons http://www.trotlc.com Twitter: @codeacula __ css-discuss [cs...@lists.cs

Re: [css-d] Changes how (some) browsers handle the a:visited pseudo-class

2010-04-10 Thread Alan Gresley
Philip TAYLOR wrote: > May I express a personal wish that this behaviour be under > user control ? Whilst I fully understand David Baron's > rationale for the change, I do not believe that it is the > responsibility of browsers to work around security deficiencies > that arise from the correct imp