如何使用按钮更改网站的背景?

时间:2019-05-26 09:55:34

标签: javascript html css web background

我正在尝试对需要使用按钮更改背景的网站进行编码,但我不能...

我创建了一个按钮,可以在单击按钮时更改背景颜色,但是在添加图像作为背景后,它不想更改颜色背景(显然)...

<head>
<style>
:root{
   --main-bg: url(https://www.the url of my bg.jpg);

}
</style> // creating a variable for the bg of my site

<style>
body {
   background: var(--main-bg) repeat-x;

}
</style> // using this variable

<script>
      var colors = ["#2d2d2d", "#f2f2f2"];
      var colorIndex = 0;
      function changeColor() {
          var col = document.getElementById("body");
          if( colorIndex >= colors.length ) {
              colorIndex = 0;
          }
          col.style.backgroundColor = colors[colorIndex];
          colorIndex++;
// the js script to change the bg color
      }
  </script>

<script>
      function backgroundHiding() {
         let root = document.documentElement;

         root.addEventListener("onclick", e => {
            if (--main-bg) =  "#2d2d2d" {
            root.style.setProperty('--main-bg', " url(https://www.the urlof my bg.jpg)")
         } else {
            root.style.setProperty('--main-bg', "#2d2d2d")
         }
            // the js script to hide my img bg
      }
      </script>

<div class="button">
      <body id='body'>
            <button onclick="changeColor(); backgroundHiding();" class="lightbutton"><span>Turn On/Off the lights</span> </button>

</div> // creating the button that interact with the two js functions
</head>

我希望它能起作用,但是...嗯...不 有时它可以工作,例如每100次1次,我不知道为什么... 如果有人可以帮助我,我将不胜感激!

https://stackblitz.com/edit/typescript-ppvsvl?embed=1&file=index.html

2 个答案:

答案 0 :(得分:1)

首先,您不需要其他事件侦听器:

root.addEventListener("onclick", e => {...})

第二个,正如我所知,您正在尝试读取CSS变量并在 if 语句中进行比较。这行不通:

if (--main-bg) =  "#2d2d2d"

我已经将其固定在这里:

https://stackblitz.com/edit/js-crl57k?file=index.html

看起来像你想做什么吗?

答案 1 :(得分:0)

如果使用npm https://www.npmjs.com/package/element-functions-set_background_canvas,请尝试我的项目setBackgroundCanvas允许jpegs