Forum Moderators: not2easy
Everything I have read about absolute positioning in css has made it seem like I will have to keep the site on the left side of the page if i want to use it.
I hope my question is clear enough and I appreciate all responses.
With tables, wasn't it the case that putting everything inside a single table created delay in on screen rendering since browsers would wait until all the sub-tables and cells were sorted out inside the main container table before displaying 'the page'?
Why isn't this true with divs? Won't the browser first sort out all the positioning inside the main container div before rendering the page?
I know this - if true - is a decreasing concern as more people move to high speed connections, but isn't it still a design concern?
I think it's not as much a case of "lesser multiplicities" as it is of "lesser load time". Css seems (to me at any rate) to load faster and cleaner than does "tablature html"....
Case in point: zengarden loads almost instantaneously for me, on dial up. A very SIMPLE tabled site with no more information on the first page, and no more graphics (numbering less in fact.... and smaller in size....) takes about 10 times as long (I need to check this at work on the T-1 before I leave I guess, because dial up will be my only benchmark after the 26th).
It was zengarden which convinced me to do my best to utilize css. Of course some of the stylesheets aren't my cuppa. But y'know what? My cuppa IS the ability to load that fast, and display that well....
[ACK. OT again.... SORRY!]