I have three menus on this test web site. I am learning css and trying menu2 & menu3
to inherit all properties from menu class
. The second one looks bit different and is not clickable. I am happy with the 3rd one, just want to make it horizontal and change its position bit.
Could somebody tell me
- why the second menu is not click-able?
- how I can make the third menu vertical? I thought that
display: block;
for li of the 3rd menu would do the trick but I do not know the css path for that li.