Basically what i'm Trying to do is to make an anchor link (containing an arrow) to be centered in a div.
Im trying to replicate the column with an arrow (in the attached photo) only.
By only using inline-block
and height: 100%;
to fill the div
. I'm Having problem in centering the >
vertically.
I know it can be done using display: table;
and display: table-cell;
still i'm experimenting with the display: inline-block;
property.
I hope I stated the Question in a clear manner.
You can also remove the commented properties in the fiddle to show my desired result.
Guess i'm not allowed to post a photo yet.
This is the Photo:
http://yodame.freeoda.com/images/inline-block.jpg
This is the fiddle that i'm working on earlier.
http://jsfiddle.net/nonamedesen/kVpSk/3/