View Single Post
Old April 5th, 2007, 6:24 AM   #5 (permalink)
MarkRH
Race Surpass
Super #1
 
MarkRH's Avatar
 
Joined in Jul 2006
Lives in Oklahoma City, OK
Hosted on sh102
1,222 posts
Gave thanks: 18
Thanked 86 times
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..
MarkRH is offline   Reply With Quote