Hi There.
I have a TD with text in it and it's align to the very left corner.
I want to put in the same TD a small icon and align it to the very right bottom.
How can I do it?
Thanks!<td style="vertical-align:top; background:url('myImage.gif') no-repeat fixed bottom right;">text</td>the icon is a link or it can be also text...<td style="vertical-align:top;">text<div style="position:relative;height:100%;"><span style="position:absolute;bottom:0px;right:0px;">text2</span></div></td>
<td style="vertical-align:top;">text<div style="position:relative;height:100%;"><img style="position:absolute;bottom:0px;right:0px;" alt="myImage" src=http://www.webdeveloper.com/forum/archive/index.php/"myImageL.gif" height="25" width="50" /></div></td>Thanks man!
I have a TD with text in it and it's align to the very left corner.
I want to put in the same TD a small icon and align it to the very right bottom.
How can I do it?
Thanks!<td style="vertical-align:top; background:url('myImage.gif') no-repeat fixed bottom right;">text</td>the icon is a link or it can be also text...<td style="vertical-align:top;">text<div style="position:relative;height:100%;"><span style="position:absolute;bottom:0px;right:0px;">text2</span></div></td>
<td style="vertical-align:top;">text<div style="position:relative;height:100%;"><img style="position:absolute;bottom:0px;right:0px;" alt="myImage" src=http://www.webdeveloper.com/forum/archive/index.php/"myImageL.gif" height="25" width="50" /></div></td>Thanks man!