F.C. James wrote:
>
> Here is the layout I would like. But by using divs instead of
[tables for layout.]
>
> http://www.anzwers.org/trade/nicksnotes/
>
> I have borrowed a 3 column from glish. In the header is a link to it.
> I can't seem to make the leff column work.
>
Saw your page at
http://www.anzwers.org/trade/nicksnotes/holygrail.html.
Don't know what you want to do with your all.css; all it contains is
"<HTML><HEAD></HEAD><BODY></BODY></HTML>", which won't be too useful.
Your embedded CSS is also impure. See the stray "background" at the end
of #leftcontent. You also have some instances of
voice-family: "\"}\"";voice-family: inherit; which I see you've copied
in from Glish. I suppose it must be some kind of hack, but I haven't
bothered to read why it's there. I'd guess you don't need it though.
And you only need one height in #banner.
Anyway, here're a few real changes you might try:
#leftcontent {top:120px;}
#rightcontent {top:160px;}
#banner {margin-left:200px;}
(These are just the values to replace or add; I don't mean to throw out
all the other stuff, except for the errors I mentioned.) I'm hoping
you'll be able to derive the reasons for these changes. If not, ask.
Now, if this works for you, you still ought to think about what happens
at other font sizes or viewport dimensions. You're sizing blocks in
pixels, which often means trouble. Look how tight your banner content is
already.
HTH. GL.
--
John