Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/90.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
PHP或CSS,刷新时div移动_Php_Html_Css - Fatal编程技术网

PHP或CSS,刷新时div移动

PHP或CSS,刷新时div移动,php,html,css,Php,Html,Css,我的页面中有一个div“infcont或welcome”,每次刷新页面时都会更改位置。 它在两个位置之间振荡。 该页面是用html编写的,其中包含PHP(会话脚本)和包含CSS的页面。 我不知道问题是在css页面还是在php脚本中。 PHP HTML 本维努蒂! 新闻 链接:-获取代码示例会很有帮助。对不起,我不明白为什么,错误在哪一点上。 <link href="stile.css?1500" rel="stylesheet" type="text/css"&

我的页面中有一个div“infcont或welcome”,每次刷新页面时都会更改位置。 它在两个位置之间振荡。 该页面是用html编写的,其中包含PHP(会话脚本)和包含CSS的页面。 我不知道问题是在css页面还是在php脚本中。 PHP


HTML


本维努蒂!
新闻

链接:-

获取代码示例会很有帮助。对不起,我不明白为什么,错误在哪一点上。
<link href="stile.css?1500" rel="stylesheet" type="text/css">
<!-- Embed Google font -->
<link href='http://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css'>
</head>
<?php
   session_start();
?>
.logged_out {
    margin-right: 22px;
    position: relative;
}

.button {
    position: absolute;
    top: 0;
    right:0;
}