Hello All,
 
This is a liquid 3 column layout centered and utilizes faux columns.
http://www.availcompany.com/webdev/webcode/css_test10.htm# The right
column width is 1px so it looks like a 2 column design. It also uses
things I learned here: 
 
CSS for photo gallery, see /* CSS for Horiz Gallery   */
CSS to style tables, see  /*       table styling    */  
CSS to style two column lists , see /*   multicolumn lists   */

 
In FF, it renders just fine, In IE the center column2 and right column3
drop below the last line of the left column1. I have asked why does IE
drop column content before and Mr. Georg (Gunlaug Sørtun) graciously
advised a fix to add:
 
 
* html div#column2 {height: 100%;}
* html div#column2 table {float: left; margin-right: -10px;}
 
which you can see is present in the css. Obviously, there is still a
problem. Could you help point me to a solution. 
What is this behavior/bug called on the css-discuss wiki list of bugs
http://css-discuss.incutio.com/?page=InternetExplorerWinBugs ? 
One more question, where is how to or tutorial on getting your mini site
logo to show up in the browser URL window?
 
cheers,
deano
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/

Reply via email to