I am trying to create a drop-down-menu and i am having some problems with the width of the links as they get out of the box...
check it out http://jsfiddle.net/V4Cgn/
|
I am trying to create a drop-down-menu and i am having some problems with the width of the links as they get out of the box... check it out http://jsfiddle.net/V4Cgn/
| ||||
|
feedback
|
|
you can do it like this: http://jsfiddle.net/V4Cgn/8/ add overflow:hidden; to #popupbox | |||
|
feedback
|
|
Use exact width:
| |||
|
feedback
|
|
If you can't use an exact width you can do this with percentages still. You're padding was wrong.
I've set an example up here - http://jsfiddle.net/spacebeers/TnZZj/4/ If you can use an exact with though I'd do that instead. | |||
|
feedback
|