Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我加载我的 index.html 页面时,我怎么能做到这一点,它现在知道它是活动的并加载相应的a:activecss?
a:active
这不是什么:active意思。 链接是:active如果它被鼠标选中。
:active
您需要添加class="Current"到链接并在 CSS 中使用该类。
class="Current"
你可以使用一点 Javascript 说window.onLoad(){ *javascript to load css file*}.
window.onLoad(){ *javascript to load css file*}