html css toolbar -


im having problem adjusting width of toolbar, when increase 100px goes wrong, how can round margin corners?

heres demo - http://jsfiddle.net/barx5/

thanks lot

when increase width of each a element wrap list (if mean "it goes wrong"). can prevent setting minimum width of ul element (fiddle here):

ul#list-nav {     margin: 20px;     min-width: 700px; } 

this has adjusted according width of a elements.

i don't know mean "how can round margin corners", if want rounding of anchor elements, can add border radius them:

ul#list-nav li a:hover {     background-color:black;     color:white;     border-radius: 5px; }​ 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -