Vertical align, it really works ?

Example:

<style>
#box{widht:200px;height:200px}
#box span{float:left}
#box img{vertical-align:middle}

</style>

<div id="box">
<span>Some text</span>
<img src="">
</div>


Any idea ?

Thanks

Reply via email to