Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/16.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
Css windows mozilla dosen';t支撑位置绝对值_Css_Windows_Firefox - Fatal编程技术网

Css windows mozilla dosen';t支撑位置绝对值

Css windows mozilla dosen';t支撑位置绝对值,css,windows,firefox,Css,Windows,Firefox,当我尝试在Firefox中的div上使用position:absolute时,它似乎不起作用。 对于jquerycalender,我使用了position:absolute作为div,它似乎可以在linux和windows中的所有浏览器上工作,除了windows中的mozilla。当我删除position:absolute时,它将在windows firefox中工作,但在所有其他浏览器中只显示交替月份(1月、3月、5月……) 苏 钼 屠 我们 Th Fr Sa 28 29 30 1. 2.

当我尝试在Firefox中的div上使用position:absolute时,它似乎不起作用。 对于jquerycalender,我使用了
position:absolute
作为div,它似乎可以在linux和windows中的所有浏览器上工作,除了windows中的mozilla。当我删除position:absolute时,它将在windows firefox中工作,但在所有其他浏览器中只显示交替月份(1月、3月、5月……)


苏
钼
屠
我们
Th
Fr
Sa
28
29
30
1.
2.
3.
4.
5.
6.
7.
8.
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1.
2.
3.
4.
5.
6.
7.
8.
苏
钼
屠
我们
Th
Fr
Sa
31
1.
2.
3.
4.
5.
6.
7.
8.
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1.
2.
3.
4.
5.
6.
7.
8.
9
10
11

样式表是

如果在原始代码中没有指定,请尝试为相关div指定宽度、top或left属性

这个位置在这里被注释掉了。也许你不是故意的

.calendar-eightysix .body {
        position: relative;
    }
        .calendar-eightysix .body .inner .container {
            /*position: absolute;*/
            left: 0;
        }

你为什么不用桌子?你修过吗?如果你发了,你能发出来吗?
.calendar-eightysix .body {
        position: relative;
    }
        .calendar-eightysix .body .inner .container {
            /*position: absolute;*/
            left: 0;
        }