how to make link "test" stay in the middle of grey box when the grey box is resized?

here is the code : http://jsfiddle.net/yuliantoadi/LXHmz/

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted
div.grid_1 {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 0;
}

http://jsfiddle.net/mattball/xUQnR/

screenshot

link|improve this answer
It's not correctly in the middle.. it's under the middle line... cause links top start from the 50% of parent container top... – Good.Dima Jun 9 '11 at 3:48
1  
@Good.Dima Did you notice margin-top? – Lobo Jun 9 '11 at 3:50
do nearly the same via tables and compare) – Good.Dima Jun 9 '11 at 3:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.