Black Belt
- Join Date:
- Jul 2005
- Location:
- Upstate NY
- Posts:
- 21,876
- Plugin Contributions:
- 8
Categories Dressing
Either the IE9 dev tools aren't nearly as useful as I thought they looked, or I haven't yet found some of the most important features (entirely possible), but I couldn't directly find the causes of the extra spacing... however, I think I know the immediate cause, if not the ultimate one. The spaces seem to correspond with totally empty <li> elements in the list. Some are second heading items which could have been caused by too many "pipes" in the define, while one seems to be an empty <li> which follows the All Wedding Flowers top cat and actually holds the subcats. I don't know the cause of this and can't replicate it in my test setup with CD v2.8; there were list bugs in earlier versions of 2.7. I think they were all worked out by v2.7.3, but couldn't be certain without installing it to test.
The Coming Soon and Colour Filter headings do have blank <li> following them in Firefox view source: ```html
<li><div class="catBoxHeading3"> <a href="index.php?main_page=coming_soon">Coming Soon ...</a></div></li> <li><div class="catBoxHeading"></div></li> <li class="cat-top"><a class="cat-not-selected-text" href="http://www.silkblooms.co.uk/index.php?main_page=index&cPath=349 ``` The All Wedding Flowers has its subcats in a separate <li>: ```html <li class="cat-bolder"><a class="cat-not-selected-text" href="http://www.silkblooms.co.uk/index.php?main_page=index&cPath=1">All Wedding Flowers ...</a></li><li> <ul> <li class="cat-products"><a class="cat-not-selected-text" href="http://www.silkblooms.co.uk/index.php?main_page=index&cPath=1_6 ```