invalid property value css

Есть вот такое свойство:

Однако хром не показывает ни один из этих фонов, я уже Nцать раз проверил — синтакс правильный, а хром пишет Invalid property value. Огнелис туда же — просто игнорирует. Что такое?

Посмотреть можно здесь в самом низу.

  • Вопрос задан более трёх лет назад
  • 3528 просмотров

You can do this with both the shorthand background property and the individual properties thereof except for background-color. That is, the following background properties can be specified as a list, one per background: background, background-attachment, background-clip, background-image, background-origin, background-position, background-repeat, background-size.

I have some very simple HTML/CSS code, and no matter what I do, I always get an «invalid property value» exception by chrome, and the logo won’t position properly. Thanks for any help.

Fixed the first problem, but now the image does not move related to the border. Sorry, but I’m totally new to web design and need a little bit of help.

I put the below CSS rules in database that are valid in Google Chrome:

When I try to add this rules to a div with JQuery, this rule merged as single rule and get invalid value

How do I know why it is invalid?

If you’ve identified this as a bug this is a bug with a recent version of JQuery, you should report it to the JQuery GitHub issues page; Not here.

A workaround would be to simply set the the style attribute manually.

Оцените статью