Posted by Toby Inkster on 04/14/06 11:57
yesthatmcgurk wrote:
> <table width=100% height=100%>
> <tr>
> <td width=50% align=left></td>
> <td width=auto align=right></td>
> </tr>
> </table>
<div class=c-wrapper>
<div class=c-right>Content here</div>
<div class=c-left>Navigation here</div>
<br class=c-clear>
</div>
DIV.c-wrapper {
position: relative;
}
DIV.c-wrapper DIV.c-right {
width: 65%;
float: right;
margin-right: 2%;
}
DIV.c-wrapper DIV.c-left {
width: 30%;
float: right;
margin-right: 1%;
}
DIV.c-wrapper BR.c-clear {
clear: right;
}
e.g.
http://examples.tobyinkster.co.uk/2col
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|