francky wrote:

>Hi Tanya,
>I suppose something is going wrong withe the embedding of included 
>php-parts [...]
>Hope that if you remove this, everything will go as expected!
>
Hi again,
I saw some more in your stylesheet. When using:
... { background-image: url('...'); }
you cannot add "no-repeat" in the same style definition without the 
attribute: "background-repeat". 
In long notation it is:
... {background-image: url('...'); background-repeat: no-repeat;}
In shorthand:
... {background: url('...') no-repeat;}

- Fast working, and when adding "no-repeat" later, I'm used to forget 
deleting the word "-image", so I can imagin! ;-)

francky

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to