Hi, I have created a theme that simply includes webcouturier.dropdownmenu 2.0. This works well - what a great little product. But my client does not want the menu item's text to wrap (some of the titles are long). So I copied the css file into my theme and: * changed the white-space value from from normal to nowrap * removed the ul width (which was 15em) * removed 'background-position:14em 50%' from a.hasDropDown
That seems to work except here's an anomaly with the width of the dropdown menu: * I add a folder to the top level, it appears on the global nav bar * I add a page to the folder, in appear the the folder's drop down. The title is centred in the menu and the there is a small amount off padding on both sides of the text. * I add a second page to the folder and both appear on the drop down but now the dropdown menu width is about twice as wide as the text. * If I delete one of the pages, the padding reverts to a sensible width. In FireBug, I cannot find any width/margin-right/padding-right settings that affect the width. In Chrome, the Inspect facility has a Computed Style section that shows that the width of the anchor is wider than it should be but again, changing the non-computed settings has not affect. I desperation I added margin:0 and padding:0 to every entry in the css file but still no joy. I've tried this on plone 3.3.1 and 3.3.2 and get the same result. Has anyone else seen this or something similar with lists? Mike
_______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
