Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Joomla 2.5 中,我将模块类后缀“barra”添加到某个模块。在前端,我可以看到“barra”类已添加到模块中。
在 modules.css 中,我包括:
.barra { background-color: red; }
但是模块的样式并没有改变,我可以从 Firebug 中看到它根本没有被读取。我在 layouts.css 中包含了相同的代码,但什么也没有……我在哪里可以为模块类后缀添加 css?
现在它正在工作......没有任何变化。
原来是缓存问题。
还是要谢谢你的帮助。