
Originally Posted by
MattL
That would be nice, especially if there were a standards-compliant browser on a PDA. But, alas, none of them are. IE isn't bad, but definitely supports more proprietary behaviors than it does adhere to the positioning standards.
Beyond that, there is the problem of space relationships on the PDA that would be practically impossible to translate (and I'm certain would wind up looking incorrect). For example, let's say you position your body/main content at 300px down and 250px right (leaving room for a big header & left-hand menu). Well, the PDA screen is only 320x240, so what should the browser do?
Unless you're going all the way to XSLT to reformat your layout for each platform, good ol' "HTML4-loose" is about the best you can do.
Finally, most real estate information being presented is the "correct" use of tables. Search results, Listing details, census information, etc., are all tabular information.
-Matt