Hello, I need to make the menu be blue, but I can't, I found the following script on one site:

<div id="ss" style="width:140px; height:90px; background:url(путь к картинке) repeat-x;">Меню</div> 

and it did not work, resized - all the same. Help me please.

  • In the background, do you prescribe the correct url to your blue picture? background: blue; - have you tried? - iKuzko
  • No, I will try)) - Sasha Osipov
  • is there a code for styles? - Sasha Osipov
  • background: blue; this is the code for the block styles :) Instead of background: url (the path to the picture) repeat-x; - iKuzko
  • one
    I advise you to look at htmlbook.ru more often. And if you speak English a bit - go through the courses at w3schools.com , everything is simply and clearly explained there. - oburejin

1 answer 1

Script? In this “script” you need to specify (path to the picture) or use background-color: blue instead of background:url(путь к картинке) .

  • As I did not think, exactly, thank you! - Sasha Osipov