Creating a row of Three Boxes Seperated
Posted
by
Frank G.
on Stack Overflow
See other posts from Stack Overflow
or by Frank G.
Published on 2012-08-31T15:29:24Z
Indexed on
2012/08/31
15:38 UTC
Read the original article
Hit count: 145
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/
© Stack Overflow or respective owner