Re: [css-d] beginners question

2005-10-03 Thread Paul Farnell
If I understood your problem correctly, it can be fixed by removing the "height: 100%" line altogether. The will expand automatically to accommodate your content, so no need to set its height in this case. Apologies if I've misunderstood the problem. Paul On 3 Oct 2005, at 13:53, R.H. F

[css-d] beginners question

2005-10-03 Thread R.H. Fan
Hi, I'm making a real simple page for my dad. http://e.domaindlx.com/lowenf/lj/index.html In mozilla the container with height 100%, only uses 100% of the browser width, so how to get this right? In IE there is the nasty horizontal scroll... I think it's some element with a hidden/default margin?