I am currently working on designing the footer for my website.
My goal is to have 2 divs and one list displayed inline within this footer. However, I am facing an issue where using the CSS Property display:inline-block
is not achieving the desired result. While the two div
s align properly, the list
element appears slightly shifted downwards.
For reference, here is the link to the jsFiddle: http://jsfiddle.net/tw2Wp/2/. Upon examining the JSfiddle, you'll notice that the three div
s with the class footerContents
are not aligned in-line as intended.
I would appreciate it if someone could provide insight into why this issue is occurring. Is utilizing inline-block
the correct approach for this situation, or is there a more effective method available (which I'm certain exists)?