Jump to content
  • 0

Кнопки, меняющие фон сайта


zhitkov
 Share

Question

Здавствуйте..

Помогите плиз:

на каком-то сайте видел следующее:

есть 3 кнопки( серая, зеленая и синяя). При нажатии на серую фон сайта становится серым; на зеленую - зеленым и.т.д.

как это сделать?

Link to comment
Share on other sites

18 answers to this question

Recommended Posts

  • 0

))

у меня еще вопрос:

после нажатия на кнопку фон меняется на серый..

после перехода на другую страничку сайта он опять белый,

то есть серый фон не фиксируется.

можно ли это исправить?

Link to comment
Share on other sites

  • 0

Можно еще так:

<script Language="JavaScript">
document.write("<Form Name=\"Kolory\">");
document.write("<small>Цвет фона страницы:</small><br>");
document.write("<Select Name=\"schemesel\" OnChange=\"document.bgColor = this.options[selectedIndex].value\">");
document.write("<Option Value=\"FFFFFF\" selected>Белый");
document.write("<Option Value=\"0000FF\">Синий");
document.write("<Option Value=\"C0C0C0\">Серый");
document.write("<Option Value=\"808080\">Темно-серый");
document.write("<Option Value=\"FFFF00\">Желтый");
document.write("<Option Value=\"FFFFC0\">Ярко-желтый");
document.write("<Option Value=\"FF0000\">Красный");
document.write("<Option Value=\"00C000\">Зеленый");
document.write("<Option Value=\"C0FFC0\">Салатовый");
document.write("<Option Value=\"FF00FF\">Розовый");
document.write("</Select>");
document.write("</Form>");
</Script>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy