Re: [css-d] tabs wrapping

2007-03-01 Thread David Hucklesby
On Thu, 1 Mar 2007 12:13:39 -0800, Maziak, Peter wrote: > http://www.alistapart.com/d/slidingdoors2/v1/ex9.html > > If you add a few more tabs and resize your browser to something narrow, the > tabs wrap. > How would one go about preventing these tabs from wrapping? Use min-width, perhaps? So

[css-d] tabs wrapping

2007-03-01 Thread Maziak, Peter
http://www.alistapart.com/d/slidingdoors2/v1/ex9.html If you add a few more tabs and resize your browser to something narrow, the tabs wrap. How would one go about preventing these tabs from wrapping? I tried adding white-space:nowrap to #header and #header ul without success. Any advice? Thank