左导航不会扩展到100%Magento [英] Left Navigation won't expand to 100% Magento

查看:49
本文介绍了左导航不会扩展到100%Magento的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 Magento 商店工作:http://nscar.org/magento/

我正在尝试使左侧导航扩大到产品所处容器的100%.任何建议将不胜感激.

解决方案

我猜测您真正想做的是在整个左侧边栏中重复显示橙色背景.为此,您只需要为#left设置背景,而不是#publicnav.

在/magento/skin/frontend/default/css/styles.css中,在适当的地方添加以下内容:

  #left {高度:100%;背景:url('http://www.nscar.org/images/background.gif');background-repeat:repeat-y;} 

I am working on a Magento store at: http://nscar.org/magento/

I am trying to get the left navigation to expand to 100% of the container that the products are in. Any suggestions would be much appreciated.

解决方案

I'm guessing what you really want to do is to have the orange background repeat over the whole left sidebar. For that you just need to set the background for #left instead of #publicnav.

In /magento/skin/frontend/default/css/styles.css add this where appropriate:

#left {
    height: 100%;
    background:url('http://www.nscar.org/images/background.gif');
    background-repeat:repeat-y;
}

这篇关于左导航不会扩展到100%Magento的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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