Re: [css-d] why does clear:both not work on this div?

2011-08-22 Thread Ghodmode
On Mon, Aug 22, 2011 at 12:57 PM, Lisa Frost birdiefr...@gmail.com wrote: The green bar (mainMenu) should be below the white menu (topMenu)in this design: http://www.mycfoasia.com/dev/ css:http://www.mycfoasia.com/dev/css/mycfo_mainstyles.css I thought putting a clear:both on #topmenu would

Re: [css-d] why does clear:both not work on this div?

2011-08-22 Thread Lisa Frost
Like G.Sørtun said.. But you asked why... Thanks, i needed that explanation. I knew it was something to do with floats being out of the flow but didn't make the connection till your explanation. Lisa __ css-discuss

[css-d] Horizontal menu when menu name spans 2 lines

2011-08-22 Thread Lisa Frost
How do you make a css horizontal menu using a list when the menu items span over 2 lines? For example : About What our customers Do you need to Our Company say about us work with us ? Usualy i would just use an ul and style

Re: [css-d] Horizontal menu when menu name spans 2 lines

2011-08-22 Thread Florian Hamberger
How do you make a css horizontal menu using a list when the menu items span over 2 lines? For example : About What our customers Do you need to Our Company say about us work with us ? Usualy i would just use an ul and

Re: [css-d] Horizontal menu when menu name spans 2 lines

2011-08-22 Thread David Laakso
On 8/22/11 11:58 AM, Lisa Frost wrote: How do you make a css horizontal menu using a list when the menu items span over 2 lines? For example : About What our customers Do you need to Our Company say about us work with us ?

Re: [css-d] Horizontal menu when menu name spans 2 lines

2011-08-22 Thread Jay Tanna
You could do something like this: http://www.btinternet.com/~jtanna/menus05.htm The css is: style type=text/css /* Header styles */ #header { clear:both; float:left; width:100%; } #header { border-bottom:1px

Re: [css-d] Horizontal menu when menu name spans 2 lines

2011-08-22 Thread Lisa Frost
2 line horizontal list menus: Thanks all for the suggestions i'm off to try them all and learn something new. You all saved my ass again on a job :) Lisa __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] Horizontal menu when menu name spans 2 lines

2011-08-22 Thread David Laakso
On 8/22/11 8:28 PM, Lisa Frost wrote: 2 line horizontal list menus: Thanks all for the suggestions i'm off to try them all and learn something new. You all saved my ass again on a job :) Lisa Let us know how it goes... Amazing grace! How sweet the sound That saved a wretch like me. I once