KS wrote: > Hi, > > The page below displays incorrectly in IE6. I've been trying to get > the middle column to line up horizontally with the thumbnail images in > the left column. You can see how it should look in Firefox or in FF on > a Mac for that matter. Any help would be greatly appreciated. > > Page: http://tang.skidmore.edu/oex/contexts/authors/bach.htm > CSS: http://tang.skidmore.edu/oex/contexts/ie.css >
This one of those cases where one could easily use a table, completely free of any guilt. :) Tables are intended for data representations where there are relationships between the contents of cells. You have that on this page. The images in the left column are related to their descriptions in the right column. Perfectly appropriate use of a "data table." -- Bob Easton Accessibility Matters: http://access-matters.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
