On Thu, 05 Aug 2010 22:08:45 +0100, Martin wrote:
> Thanks everyone,
>
> The entries without vendor specific tags work fine on Opera.
> The PIE extension seems to be partially working on IE. I'm testing
> it on IE8. The drop-shadow effect seems to work fine. The radius property
> doesn't seem to
On 08/05/2010 10:55 AM, Martin Möller wrote:
> For IE try: http://css3pie.com/
>
> CSS3 PIE is a .htc plugin that makes Internet Explorer 6-8 capable of
> rendering several of the most commonly used CSS3 properties ...
>
>
>
> On Thu, Aug 5, 2010 at 11:40 AM, Duncan Hill wrote:
>
>> On Thu, 05
For IE try: http://css3pie.com/
CSS3 PIE is a .htc plugin that makes Internet Explorer 6-8 capable of
rendering several of the most commonly used CSS3 properties ...
On Thu, Aug 5, 2010 at 11:40 AM, Duncan Hill wrote:
> On Thu, 05 Aug 2010 09:25:26 +0100, Philippe Wittenbergh
> wrote:
>
>>
>>
On Thu, 05 Aug 2010 09:25:26 +0100, Philippe Wittenbergh
wrote:
>
> On Aug 5, 2010, at 5:14 PM, Duncan Hill wrote:
>
>>> For the record - WebKit (Safari 5 / Chrome 5) support border-radius
>>> without the vendor prefix (-webkit-). Box-shadow still needs the
>>> vendor prefix as it was not p
On Thu, 05 Aug 2010 08:49:38 +0100, Philippe Wittenbergh
wrote:
>
> On Aug 5, 2010, at 4:13 PM, Duncan Hill wrote:
>
>> the usual recommendation is to give the rules with vendor prefix first,
>> followed by the 'natural' rule so that when Mozilla and Webkit fully
>> adopt
>> the property, the
On Aug 5, 2010, at 5:14 PM, Duncan Hill wrote:
>> For the record - WebKit (Safari 5 / Chrome 5) support border-radius without
>> the vendor prefix (-webkit-). Box-shadow still needs the vendor prefix as it
>> was not part of the CSS3 background and borders module when it became a
>> Candidate
On Aug 5, 2010, at 4:13 PM, Duncan Hill wrote:
> the usual recommendation is to give the rules with vendor prefix first,
> followed by the 'natural' rule so that when Mozilla and Webkit fully adopt
> the property, their browsers will respond to the 'natural' rule and ignore
> the prefixed v
On Wed, 04 Aug 2010 23:43:27 +0100, Martin wrote:
> Hi there.
>
> Is there any way of imitating it in opera and IE. It works fine in FF
> and Chrome.
>
> .shadowed {
> border: 1px solid #c4c8cc;
> -moz-box-shadow: 3px 3px 7px #999;
> -moz-border-radius-bottomright: 15px;
> -moz-bo
Hi there.
Is there any way of imitating it in opera and IE. It works fine in FF
and Chrome.
.shadowed {
border: 1px solid #c4c8cc;
-moz-box-shadow: 3px 3px 7px #999;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-topright: 15px;
-webkit-box-shadow: 3px 3px 7px #888;