Greetings,

I've got a link I'd like to align at the top right of an 80% width
table such that the link's right edge is always in alignment with the
table's right edge.

So far I've got the following selectors :

a.printLink {
        font-size: 11px;
        padding: 0 0 0 15px;
        margin-left: 67.5%;
}

#detailTable {  
        padding-top: 2px;
        width: 80%;
        min-width: 488px;
}

And the the html is as such:

<a class="printLink" href="/print">Printable Report</a>
<table id="detailTable">
<tbody>
...
</tbody>
</table>


This gets the link pretty close the right edge of the table for most
browser widths but doesn't really 'stick' the link to the correct
place.

Any suggestions?

thanks,
--
Keith Sader
[EMAIL PROTECTED]
http://www.saderfamily.org/roller/page/ksader
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to