You can use whatever units you prefer. I prefer ems where possible but can imagine situations where of or percentages would be preferable, eg. to fit a fixed width sidebar.
Joel Birch. On 28/08/2008, Shloime <[EMAIL PROTECTED]> wrote: > > Thanks so much. Does the width need to be in em or can can I use any > other units, like px? > > On Aug 27, 7:47 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: >> Hi Shloime, >> >> Simply change the ul element's width property within the CSS. Here is >> a link to the CSS which, when added to the base Superfish CSS file, >> creates a vertical-style >> menu...http://users.tpg.com.au/j_birch/plugins/superfish/css/superfish-verti... >> ...the very first rule contains width:10em which is the width you want >> to change. Also note further down there is left:10em which controls >> the offset of subsequent levels of menu, so you need to alter that to >> the same value as you use for the main menu width. >> >> Joel Birch. >