Re: [css-d] Trumping bad proprietary code.

2012-11-07 Thread Robert A. Rosenberg
At 19:45 +0100 on 11/06/2012, =?UTF-8?B?U3VzYW5uZSBKw6RnZXI=?= wrote 
about Re: [css-d] Trumping bad proprietary code.:



But all other methods have a real effect (and side effects), that may
not fit in a special environment. zoom: 1; is wonderful meaningless, it
does nothing (beside fixing a stupid old IE bug). The only real problem
I see, is that you might miss an important validation error, when you
get used to ignoring some.


The fix for that is to update the W3C Validator to just issue a 
Warning for zoom:1 or even better to have a setting to ignore it 
totally. Note that in either case, it is ONLY zoom:1 that is special 
cased - Any other zoom (such as zoom:1.5 or zoom:2) would still get 
an error.

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


Re: [css-d] image with offset border

2012-11-07 Thread Ursula Pieper
To answer my own question:

Options are described in:
http://www.alistapart.com/articles/cssdropshadows/

Ursula

On Thu, Nov 1, 2012 at 2:56 PM, Ursula Pieper  wrote:

> Hi, Does anybody know whether I can add a border like in the attached
> image using css?
> I thought of using border-left and border-bottom, but how do I make the
> border "shorter" to create the offset effect?
>
> Any hint appreciated! Ursula
>
__
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/