I want to do away with frames in my code by using appropriately styled elements (like position: fixed DIV). The one thing I can't figure out how to do is have a DIV on the left side of the page that will always be as tall as the viewport regardless of the content on the page. I want to recreate the effect of:
<frameset cols="150,*"> It appears that CSS doesn't let me do this. Is it a bug in my head, or another limitation of CSS? -- Jerry Baker
