image-background behind li display ?

A

Anonymous

Guest
I would say you're better off using margins, as these will keep the space between elements fixed. The padding sets the spacing within the borders of the element, which can then throw off the margins if the container element is a fixed size.
 
freshnet said:
I would say you're better off using margins, as these will keep the space between elements fixed. The padding sets the spacing within the borders of the element, which can then throw off the margins if the container element is a fixed size.
My thoughts exactly. Try playing around with the margins to get the right positioning.
 
Back
Top