html - css menu alignment and word spacing issues -


i have 2 small issues in css unable figure out. first ability extend area of block on drop down fit wording in properly. , secondly sub-menu, sub-menu placement. have fiddle setup here: fiddle

the attribute can tell

display: inline-block; 

this first issue: http://screencast.com/t/9gsbhmwe

and second issue: http://screencast.com/t/toakie5db

could maybe assist if could. missing?

thanks in advance.

add stylesheet. or you'd better find , edit related properties directly.

#nav .main-navigation .sub-menu {     background: url(images/background.jpg); } #nav .main-navigation .sub-menu li {     display: block; } #nav .main-navigation .sub-menu, #nav .main-navigation .sub-menu li {     width: auto; } #nav .main-navigation .sub-menu li {     background: none; } 

to fix 2nd issue, add this.

#nav .main-navigation .sub-menu .page_item_has_sub-menu {     position: relative; } 

Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -