-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Schollii schrieb: > Hello, does anyone know why the sphinx templates use div elements > instead of a table, to contrrol layout? ? With a table, you have > better control over position and size so that something like > stickysidebar=true works in all browsers (AFAICT -- I'm not a web app > app expoert) . I tried changing the sphinx defaults template to use > table and it works nicely. Cheers!
I don't think (ab)using tables for layout is considered good practice anymore. It may be easier to create some layouts, but there are also disadvantages, e.g. display on alternate clients. HTML tables are there for displaying tabular information, stylesheets are there for layout. cheers, Georg -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) iEYEARECAAYFAkr2/6gACgkQN9GcIYhpnLDtSgCeLDs2QsVl069y3s+CEdX3NDDx LLsAn3YT0/n7rPaajDOpZWMdGCs66oyR =r0LY -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
