留言板

Two Problems Converting from 5.2.3 to 6.1.0

S L B,修改在12 年前。

Two Problems Converting from 5.2.3 to 6.1.0

Junior Member 帖子: 25 加入日期: 08-7-28 最近的帖子
I'm trying to mostly rebuild my 5.2 theme for 6.1 and hitting two seemingly simple walls which I think are related.

How do I create my own mouseover dropdown menus? I tried using yui3's MenuNav plugin but I have a hunch that I'm probably missing something crucial in the CSS classes (which leads to my next question). My menus are created, but they aren't dropping down. I could just keep using jquery/superfish, but would prefer an alloy/yui solution.

How do I import css from the portal context root? Our portal isn't under /ROOT, so I can't just use @import url(/html/js/aui/cssgrids/grids-min.css) and I don't know if there's a special SASSy or AUI way to load the yui grids CSS. I could just hardcode our context root in the import statement, but would rather do it right.