Posted by al jones on 03/08/07 11:52
On Thu, 08 Mar 2007 01:05:27 -0500, Jonathan N. Little wrote:
<< snipped >>
>
> display : inline AND float : right; <<the float will undo the inline.
>
> /* on left put the float back ON */
>
> #leftcolumn {
> width : 20em;
> float : left;
> ...
>
> /* on the right REMOVE display : inline; AND the float : right; */
>
> #rightcolumn {
> /*
> add left margin to right column =
> [width of left column] + [whatever margin desired for right column]
> */
> margin-left: 21em; /* gives 1em left margin */
>
> ...
Thanks for the very specific guidance. Yep, that did it; now to go get
some content and see what I can do with it. This is quite probably going
to be a one page site - since that's what they're paying for ($0.00) but
he's a friend in need ....
//al
Navigation:
[Reply to this message]
|