Jeroen wrote: > http://test.intellit.nl/test.html > > As you can see there is overflow for the X and Y axis, but I only > expect the Y axis to be overflowing. What is causing this behavior? > And how can I fix this? I suppose it has to do with box model which I > probably interpret incorrectly?
Yes, you have added 10px padding to all sides of a 100% wide #title-date. That makes it 100%+20px wide in standard mode. Also: IE6/7 can't make up their mind about the container-width with a scrollbar, and IE6 can't calculate percentage-width properly anywhere. > Another question is; I want to have the Title and other text on the > right on the same line. I can't get it to float correctly. I want to > separate it in two different columns, one 70%, other 30% of max - > width. You didn't float them at all, and the width is missing on Title and is 100%+20px on the other. Some corrections included here... <http://www.gunlaug.no/tos/alien/jer/test_07_1222.html> ...the rest is yours. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
