Re: [css-d] Centering of menu.

2006-03-16 Thread Prabhath Sirisena
> > http://www.positioniseverything.net/easyclearing.html > > http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ > > > > The overflow:auto works a treat in FF but not IE I usually go for the method at positioniseverything.net. Just a matter of using those CSS rules, and applying

Re: [css-d] Centering of menu.

2006-03-16 Thread Ian Young
> > > > http://www.iysearch.net/new/test2.html > > Floated elements are taken out of the document flow, and thus are not > "contained" in the wrapper. > > There are many ways to contain floats, the ugliest of them being > adding a in there. > > But better ways are available: > http://www.positi

Re: [css-d] Centering of menu.

2006-03-16 Thread Ed Seehouse
On 3/16/06, Ian Young <[EMAIL PROTECTED]> wrote: > In following test site the menu does not appear inside its wrapper (the > black border is purely for debugging) The container only contains floated elements, which are removed from the normal flow, so the container "thinks" it has no content and s

Re: [css-d] Centering of menu.

2006-03-16 Thread Prabhath Sirisena
On 3/16/06, Ian Young <[EMAIL PROTECTED]> wrote: > In following test site the menu does not appear inside its wrapper (the > black border is purely for debugging) > > http://www.iysearch.net/new/test2.html Floated elements are taken out of the document flow, and thus are not "contained" in the wra

[css-d] Centering of menu.

2006-03-16 Thread Ian Young
In following test site the menu does not appear inside its wrapper (the black border is purely for debugging) http://www.iysearch.net/new/test2.html Also cannot get to centre. And slide out doesn't work in IE (no surprise there apart from I am using code that works elsewhere). http://www.iysearc