licentious radio

March 2002
Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            
Feb   Apr

   Click here to visit the Radio UserLand website.
   Click to see the XML version of this web page.


"What kind of peace do I mean? What kind of peace do we seek? Not a Pax Americana enforced on the world by American weapons of war. Not the peace of the grave or the security of the slave. I am talking about genuine peace, the kind of peace that makes life on earth worth living, the kind that enables men and nations to grow and to hope and to build a better life for their children - not merely peace for Americans but peace for all men and women - not merely peace in our time but peace for all time." -- JFK
 
Home | Stories | Politics/Humor | Web Usability/Humor | ipaq 3800 Linux | RadioRadio | Typography | About | Contact
RadioRadio
Sunday, March 10, 2002
[10:45:06 AM]     
CSS tip: It isn't quite true that CSS page layouts are incompatible with table layouts. You can use a table for the page layout, and in each table cell, put the content in a div, and position the div 'absolute'. CSS-deprived browsers will use the table, CSS-rich browsers will use the absolute position from the stylesheet.

Is there ever a use for this?

Multiple columns for a page can be more "usable". Having the content in the first column -- or at the top of the page -- is better for accessibility. You can achieve both of these objectives with a table layout. Then you can use CSS absolute positioning to rearrange columns for aesthetics -- so CSS browsers display the navigation in the left column, and the content in the right, for example.



© Copyright 2002 john robert boynton.
Last update: 9/27/02; 6:29:31 PM.