Thanks Mordechai. I played around with it a bit and got it so that it doesn't seem to work too badly.
Is there a way of centring a set of floated items? I think it would look better if the second line only has a couple of items if they were all centred. I'm guessing that putting the whole lot of them into a div will probably come into it somewhere, but what do I do to the div? Cheers, Seona. Quoting Mordechai Peller <[EMAIL PROTECTED]>: > Seona Bellamy wrote: > > >I'm wanting to make a tabbed menu like the one suggested in ALA's Sliding > >Doors I & II. All well and good, but the menu will be dynamically > generated > >and won't have a fixed number of items - from page to page it will differ. > >There could be as few as four or as many as 12. Therefore, I need a way to > >make sure that if there's more than will fit across the page, it will > start > >a new line of tabs which will nestle in under the old ones. > > > When the next floated element in a series doesn't have enough room, it > automatically starts on a new line. > > If you want to have more control, you have a problem. You would need to > use JavaScript because the font size in pixels isn't known by the > server, and it is subject to change by the user. ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
