Re: [css-d] box bottom not where I expect it to be - SOLVED

2008-01-01 Thread Kenneth Stephen
On Dec 31, 2007 11:11 AM, Kenneth Stephen [EMAIL PROTECTED] wrote: Hi, Amazingly enough, the page renders as expected in IE6. I'm not getting the right rendering in Firefox 2. Hi, Thanks to a pointer I found on the list archive, I solved my problem by addiing a float: left

[css-d] box bottom not where I expect it to be

2007-12-31 Thread Kenneth Stephen
Hi, Here is my test case: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en head style type=text/css media=all .report {

Re: [css-d] box bottom not where I expect it to be

2007-12-31 Thread Kenneth Stephen
Hi, Amazingly enough, the page renders as expected in IE6. I'm not getting the right rendering in Firefox 2. Regards, Kenneth __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

[css-d] table layout using only CSS

2007-12-30 Thread Kenneth Stephen
Hi, I'm working with the following test code: html head style type=text/css media=all .col1, .col2, .col3, .col4 { float: left; width: 10em; } /style /head body div class=table