I have a new problem. I need do a vertical align in a HTML element to bottom of another, but I can use absolute value, one time that the second element can have different height.
Take a look on this jsFiddle please.
The <a> need stay on bottom of <h1> like here – workarrounded.
I tried vertical-align but it don’t works.
How I can do it? If need, I can change HTML structure without problem.
Edit: sorry, but I do not think I left something clear: I can’t use margin-top or similar, because the font-size of H1 is variable.
Bye.
You can do it without having to specify an exact
pxoffset like this: http://jsfiddle.net/Tu7bA/14/Relevant new CSS:
HTML: