Re: [WSG] Styling forms inside a horizontal navigation bar

2005-06-21 Thread Terrence Wood
I haven't got access to IE/PC right now, but removing the floats and using display:inline worked for me in FF and Safari. change these two rules: #navbar ul { list-style-type: none; display:inline; } #navbar form { display:inline; margin-left: 6px; } On 21 Jun 2

[WSG] Styling forms inside a horizontal navigation bar

2005-06-20 Thread Anura Samara
I'm trying to get a search form to appear neatly within a horizontal navigation bar. Here's my test page so far >== http://www.thesamaras.com/horiz/horiz_form.htm At the moment, the only way I can get this to work is to float the form within the containing div. I've noticed that IE and others seem