I just converted my
www.pelicar.info site from using frames to div containers and css. Ran into the whole Quirks vs Standards mode of rendering differences. I also changed the sizing of stuff to em. Anyway, I managed to achieve the same thing I had with frames... the left-side menu stays put when scrolling.
I did discover that if I make a TD element with a font-size of 0.80em, that if I put another table inside that table, it's TD element's font is again reduced by 20%. Fixed that by defining the size for TD TD to be 1.0em so it would keep the same size.
But, now my page will allow font-size changes within the browser.. wouldn't before. Still won't zoom the page in or out though... hopefully it does look screwed up in other browsers. I should install Firefox and Opera I suppose..