【发布时间】:2017-02-25 19:39:15
【问题描述】:
我正在处理 xhtml 中的现有代码。我在style.css中修改了背景颜色,但是没有出现变化。
这是我的 home.xhtml:
<h:head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title><ui:insert name="title">Hello</ui:insert></title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
</h:head>
并且在正文部分的 style.css 中更改了背景颜色.. 我所做的一切.. 但仍然出现旧颜色。有人有想法吗?
谢谢
【问题讨论】:
-
还有其他地方定义了背景色吗?