MEM wrote:
> Hello again,
>
> On the last three items of the menu (3 most right items), I'm trying to put
> an image as background.
>
> http://chequedejeuner.nuvemk.com/home2.html
> On firebug, the images appear, so I suppose the path is correct, however,
> I'm unable to see the images as intended.
>
> Can I have the list help around this again?
>
>
> Cordially,
> Márcio
>
>
>   


You've targeted the li. Target the li a instead.

#navegacaoPrincipal ul li a.elementoTituloRefeicao
    {
        background-image:url('../img/logo_cheque_dejeuner_mini.jpg');
        background-repeat:no-repeat;
    }
   

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

Reply via email to