Exactly, Phillipe is correct:

background: transparent url(images/kraken-head-logo.jpg) no-repeat top;

or:

background-color: transparent;
background-image: url(images/kraken-head-logo.jpg);
background-repeat: no-repeat;
background-position: top;

Ben


On 10/5/07, Philippe Wittenbergh <[EMAIL PROTECTED]> wrote:
>
>
> On Oct 5, 2007, at 10:44 PM, Ian Piper wrote:
>
> > What is wrong with that syntax? I thought it looked OK:
> >
> > http://www.w3.org/TR/CSS21/colors.html#propdef-background-image
> >
> > Yours is missing a trailing ";" BTW.  :-)
>
> The original in http://release.the-kraken.com/common/kraken.css has
>
>   background-image:
> ------------------^
> but adds all the background values (-position, -image, -color, -
> repeat) (aka shorthand for the 'background' property).
>
> And no, I don't need to add the ';'
> (except if you need to add additional property/value pairs in the
> ruleblock).
>
> Philippe
> ---
> Philippe Wittenbergh
> <http://emps.l-c-n.com>
>
>
>
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> 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/
>



-- 
Ben Clarke
www.benclarke.biz
http://benclarke.biz/blog/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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