0

I am new to css and I have a menu bar that I am working on however I am having a problem with one of the menu ("LINKS") items. If you roll over the Links menu item your notice I have three boxes there that I am trying to separate into there own area. Right now they are over lapping each other. Could you please tell me what I am doing wrong?

I have tried margin-left and padding-left and I find that they either move the box further to the right or widen the box more. But they don't space them out.

You can find the menu bar here: http://jsfiddle.net/vtjPR/

4

1 回答 1

1

三个框 (div.col_1) 的宽度设置为 125 像素。但是,框内是定义宽度为 150 像素的链接列表 (ul.blackbox)。此外,其列表项的定义宽度为 130 像素。

于 2012-08-31T15:36:48.330 回答