I have this in my tools xml file:
And this in my css:
As you can see from the attached picture, the Custom_StripWidth tool on the main bar looks correct, but the one nested in the SplitButton is missing the image.
Any ideas?
<tools name="Tools"> <tool name="Custom_StripWidth" text="Strip All Widths/Heights" /> <tool name="Custom_ClearAll" text="Clear" /> <tool name="Custom_Format" type="SplitButton"> <tool name="Custom_StripWidth" text="Strip Widths/Heights" /> <tool name="StripCss"/> <tool name="StripFont"/> <tool name="StripSpan"/> <tool name="StripWord"/> <tool name="StripAll"/> </tool></tools>And this in my css:
.reTool .Custom_Format { background-image: url('../images/icons/format.png');} .reTool .Custom_StripWidth { background-image: url('../images/icons/strip_width.png');}As you can see from the attached picture, the Custom_StripWidth tool on the main bar looks correct, but the one nested in the SplitButton is missing the image.
Any ideas?
