inherit properties and then change some on particular site (css)

Posted by Radek on Stack Overflow See other posts from Stack Overflow or by Radek
Published on 2010-05-05T05:43:00Z Indexed on 2010/05/05 5:48 UTC
Read the original article Hit count: 360

Filed under:
|

I have three menus on this test web site. I am learning css and trying all the menus inherit all properties from menu class. The second one looks 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.

© Stack Overflow or respective owner

Related posts about css

Related posts about css-selectors