Quote:
Originally Posted by josoap
So far I've discovered that the vertical-align:text-bottom has to be inline.
|
I don't see why that should make a difference.
Why not try
- Code: Select all
<div id= "box1" >
<span id="textbox">My text</span>
</div>
and
- Code: Select all
#textbox {
position: absolute;
right: 0px;
bottom: 0px;
}