如何在drupal6中向主链接添加不同的类?

发布于 2024-11-02 16:28:51 字数 64 浏览 1 评论 0原文

我正在 drupal6 中制作自定义主题。我想将不同的 css 类分配给不同的菜单。我怎样才能做到这一点。请帮忙。

I am making custom theme in drupal6. I want to assign different css classes to different menu. how can i do this. Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦屿孤独相伴 2024-11-09 16:28:51

最简单的方法是使用菜单属性模块

从模块的项目页面:

您应该在以下情况下使用此模块

  • 您希望“不关注”某些菜单项,以塑造网站中 PageRank 的流量
  • 您想要为菜单项提供一个 ID,以便您可以使用 jQuery 轻松选择它
  • 您想要向菜单项添加其他类或样式

该模块当前允许您为每个菜单项设置以下属性:

  • 身份证
  • 姓名
  • 目标
  • 相对
  • 班级风格
  • 快捷键

The easiest way would be to use the Menu Attributes module.

From the module's project page:

You should use this module when

  • You want to "nofollow" certain menu items to sculpt the flow of PageRank through your site
  • You want to give a menu item an ID so you can easily select it using jQuery
  • You want to add additional classes or styles to a menu item

The module currently allows you to set the following attributes for each menu item:

  • Id
  • Name
  • Target
  • Rel
  • Class Style
  • Accesskey
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文