我有一个主框架,其中包含菜单,例如:
<!doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
</head>
<body>
<div class="pic">
<?php
include 'header.php';
?>
</div>
<div class="menu">
<?php
include 'menu.php';
?>
</div>
...
</body>
</head>
但是当我尝试更改menu.php中的单个按钮时,不会应用CSS。
menu.php:
<?php
echo '<form action="" method="post">
<button type="submit" name="home" class="menubtn" style="display: inline-block;">Home</button>
<button type="submit" name="login" class="menubtn" style="display: inline-block;">Login</button>
<button type="submit" name="register" class="menubtn" style="display: inline-block;">Register</button>
</form>';
&GT;
的style.css:
.menubtn {
padding-left:5px;
padding-right:15px;
border-radius:12px;
background:#9C9C9C;
font-color:#FFFFFF;
border: 10px solid green;
}
我怎样才能克服这一点?请帮忙
编辑:清除缓存,工作。谢谢你们
答案 0 :(得分:2)
请清除浏览器的缓存。
答案 1 :(得分:1)
CSS Cache Reloader - 我一直使用,你也可以绑定一个键进行刷新。我工作出色。
Chrome: