Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/74.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
Html 当向右浮动链接时,IE11中会出现滚动条_Html_Css - Fatal编程技术网

Html 当向右浮动链接时,IE11中会出现滚动条

Html 当向右浮动链接时,IE11中会出现滚动条,html,css,Html,Css,我在IE 11中遇到了一个CSS问题。我试图将一些链接浮动到右侧,但当屏幕达到一定宽度时,链接会停留在原来的位置,并导致出现滚动条和大量白色 (看页脚)该网站还没有做好响应准备,但我希望至少能获得链接,以便尽可能地以浏览器的宽度快速浏览 以下是一个屏幕截图: 链接没有移动(并且出现了一个滚动条),因为页脚内的容器上有一个设置的宽度 .container-custom { width: 1250px; margin: 0 auto; } 您可以尝试将其更改为: .container-cu

我在IE 11中遇到了一个CSS问题。我试图将一些链接浮动到右侧,但当屏幕达到一定宽度时,链接会停留在原来的位置,并导致出现滚动条和大量白色

(看页脚)该网站还没有做好响应准备,但我希望至少能获得链接,以便尽可能地以浏览器的宽度快速浏览

以下是一个屏幕截图:


链接没有移动(并且出现了一个滚动条),因为页脚内的容器上有一个设置的宽度

.container-custom {
  width: 1250px;
  margin: 0 auto;
}
您可以尝试将其更改为:

.container-custom {
  width: 80%; // Or some other arbitrary value that won't be fixed
  margin: 0 auto;
}

这样,它仍将保持居中,但会流畅地展开和收缩。

链接不会移动(并且会出现滚动条),因为页脚内的容器上有一个设置的宽度

.container-custom {
  width: 1250px;
  margin: 0 auto;
}
您可以尝试将其更改为:

.container-custom {
  width: 80%; // Or some other arbitrary value that won't be fixed
  margin: 0 auto;
}

这样,它仍将保持居中,但会流畅地展开和收缩。

链接不会移动(并且会出现滚动条),因为页脚内的容器上有一个设置的宽度

.container-custom {
  width: 1250px;
  margin: 0 auto;
}
您可以尝试将其更改为:

.container-custom {
  width: 80%; // Or some other arbitrary value that won't be fixed
  margin: 0 auto;
}

这样,它仍将保持居中,但会流畅地展开和收缩。

链接不会移动(并且会出现滚动条),因为页脚内的容器上有一个设置的宽度

.container-custom {
  width: 1250px;
  margin: 0 auto;
}
您可以尝试将其更改为:

.container-custom {
  width: 80%; // Or some other arbitrary value that won't be fixed
  margin: 0 auto;
}

这样,它仍将保持居中,但可以流畅地展开和收缩。

在页脚中有一个子div(容器自定义),它具有CSS
。容器自定义{width:1250px;margin:0 auto;}。

您需要将该宽度设置为主宽度。
`

在页脚中有一个子div(container custom),它具有CSS
。container custom{width:1250px;margin:0 auto;}。

您需要将该宽度设置为主宽度。
`

在页脚中有一个子div(container custom),它具有CSS
。container custom{width:1250px;margin:0 auto;}。

您需要将该宽度设置为主宽度。
`

在页脚中有一个子div(container custom),它具有CSS
。container custom{width:1250px;margin:0 auto;}。

您需要将该宽度设置为主宽度。
`

Doh!非常感谢你!啊!非常感谢你!啊!非常感谢你!啊!非常感谢你!真不敢相信我错过了。谢谢你的帮助!真不敢相信我错过了。谢谢你的帮助!真不敢相信我错过了。谢谢你的帮助!真不敢相信我错过了。谢谢你的帮助!