首页 > 技术 > Virtuemart Menu

Virtuemart Menu

2009年11月26日 152 views 发表评论 阅读评论

The vmart module just outputs links instead of an unordered list like they should.
You’ll need to edit /templates/jp_techpraise_1.5/css/theme1.css (or the theme you’re using)
and add this

.moduletable-list a{
display:block;
padding:4px 10px;
border-bottom:1px solid #C8CACA;
border-top:1px solid #FDFDFD;
color:#666;
text-decoration:none;
}
.moduletable-list a:hover {
background-color:#F0F0F0;
}

分类: 技术 标签:
  1. 本文目前尚无任何评论.
  1. 本文目前尚无任何 trackbacks 和 pingbacks.