| Daniel Hammond wrote:
| > URL: http://www.studentremix.org/ms/blog.htm
| 
| > The column on the right is supposed to say "Log in", but in 
| FF3, the 
| > div for that column is moved down below the left column.
| 
| Can not tell you exactly what's bugging FF3, but it looks like another
| strange thing surrounding Gecko's handling of CSS table - not 
| quite like
| the other browsers that support that property.
| 
| Anyway, replacing...
| #content {display: table;}
| ...with...
| #content {overflow: hidden;}
| ...or some other "expand to contain floats" method, will fix it.
| regards
|       Georg


That did the trick. Thank you so much!

Daniel

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to