|
Posted by David Dorward on 08/09/07 17:53
On Aug 9, 5:23 pm, skibud2 <mike.hallo...@gmail.com> wrote:
> Hi All,
>
> How can I do the equivalent to the following in CSS.
>
> This aligns the table to the right of the div
> <div align = "right">
> <table> ..</table>
> </div>
table {
margin-left: auto;
margin-right: 0;
}
Make sure you use a Doctype that triggers standards mode in IE.
--
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/
Navigation:
[Reply to this message]
|