i’m using an unordered list to create a 3 tiered navigation. For some reason when i set the width to my 3rd tier, it doesn’t stick. Not sure what i’m doing wrong. Any and all help is greatly appreciated! Thanks guys. Here’s the jsfiddle link: http://jsfiddle.net/VnUMF/ and you can see this problem by going over resources > engineering library.
Share
Set the width on
#subItemsR li a. This will override the width you have set for#navList li a, which is what currently applies to all the menu links.