User Profile
Collapse
-
No, it shows the link when when I hover over the parent link. -
that is what exactly I use for my :hover :
...Code:#treeMenu ul li a:hover { color:#FFF; text-align: left; border-bottom: none; border-right: none; } #treeMenu ul li a:hover ul li a { display:block; background: none; color:#FFF; width: 110px; text-align: center; border-bottom:Leave a comment:
-
I succeeded to activate links for Item1, Item2, but not for Item3.1.1
it means that after opening Item1 (and being on its .html page) I could go to Item2 (another .html page) but I can't return after that from page of Item2 to page of Item1.
As for Item3.1.1 I didn't succeed to open it at all.Leave a comment:
-
of course, I added .html pages to anchors in my case.
the question is why this algorithm doesn't open them while being on one .html page and trying to open others from there. In case of success it doesn't allow to return to previous .html page after activation of any other .html pageLeave a comment:
-
How to make the HTML link activated by clicking on the <li>
I have the following markup:
...Code:<div id="treeMenu"> <ul> <li class="main"><a href="#">Item1</a></li> <li class="main"><a href="#">Item2</a></li> <li class="contentContainer"><a href="#">Item3</a> <ul style="display:
No activity results to display
Show More
Leave a comment: