Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cassandra/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Background repeat 背景图像水平或垂直平铺,而不是整个背景_Background Repeat - Fatal编程技术网

Background repeat 背景图像水平或垂直平铺,而不是整个背景

Background repeat 背景图像水平或垂直平铺,而不是整个背景,background-repeat,Background Repeat,当我使用x作为背景重复时,平铺沿页面顶部水平运行,而当我使用y时,平铺沿页面左侧垂直运行 我假设在我现有的样式表中有某种东西导致了冲突,但我找不到它 以下是身体代码: <body style="background-color:#FFFFFF;background-image:url('images/wallpaper_bg.png'); background-repeat:repeat-x;"> 我在想y代表是,x代表否,而不是xy坐标 应该是重复的是当然Doh-我想y代表是,x

当我使用x作为背景重复时,平铺沿页面顶部水平运行,而当我使用y时,平铺沿页面左侧垂直运行

我假设在我现有的样式表中有某种东西导致了冲突,但我找不到它

以下是身体代码:

<body style="background-color:#FFFFFF;background-image:url('images/wallpaper_bg.png');
background-repeat:repeat-x;">

我在想y代表是,x代表否,而不是xy坐标


应该是重复的是当然

Doh-我想y代表是,x代表否,而不是xy坐标!应该重复是的当然(啊,浪费了整整一个小时)