在所有扩展名css文件之后添加css文件 [英] Adding css file after all extensions css files

查看:54
本文介绍了在所有扩展名css文件之后添加css文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是magento的新手,我想在 page.xml 中添加一个CSS文件'response.css'.但是我想在所有CSS文件中添加最后一个文件,包括扩展名的CSS文件.

I am new to magento and i want to add one css file 'responsive.css' in the page.xml. But this file i want to add last of all css files including the extension's css files.

<block type="page/html_head" name="head" as="head">
  <!-- other css & js files -->
  <action method="addCss"><stylesheet>css/responsive.css</stylesheet></action>
</block>

如果我查看页面源代码,则在扩展名css文件之前显示响应.css文件.因此,请帮助我,最后我如何才能包含所有CSS文件.

And if i view the page source, my responsive.css file is showing before the extensions css files. So please help me how i can include at last of all css files.

推荐答案

尝试

  <action method="addItem"><type>js_css</type><name>prototype/windows/themes/default.css</name></action>

这篇关于在所有扩展名css文件之后添加css文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆