Drop down arrow image is not only showing

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
ktbCA57
Sr. Propeller Head
Posts: 472
Joined: Wed Feb 04, 2009 7:45 am

Drop down arrow image is not only showing

Post by ktbCA57 »

So, I have set a new image for my drop down headings... I've done this before in previous projects at other companies, but apparently, there's some part of the setting I'm forgetting.

I've added padding, but perhaps not in the right place

adding an image to show what happens in built HTML5 project (you will see that not only does the image not show up, but if it were to show up, it's appearing on top of the dd heading), then the code for the dd text:

Code: Select all

}

MadCap|dropDownHead
{
	cursor: hand;
	display: inline;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, sans-serif;
	color: #868f94;
	mc-closed-image: url('../Images/SPECIALart/BULLET_arrow_OPEN.png');
	mc-open-image: url('../Images/SPECIALart/BULLET_arrow_CLOSE.png');
	padding-left: 5px;
}
I know it has to be something obvious that i'm missing.... can someone please point it out to me?

Thanks!
You do not have the required permissions to view the files attached to this post.
SKamprowski
Sr. Propeller Head
Posts: 277
Joined: Fri Feb 13, 2015 8:25 am
Location: Germany

Re: Drop down arrow image is not only showing

Post by SKamprowski »

Hi,
I followed the instructions provided in latest FlareTutorialsGuideTripanePDFAdv.pdf and modified style MadCap|DropDown to enter my own Images in front of DropDownHead.
Kind regards,
Sabine Kamprowski
DocToHelp MVP (by ComponentOne)
Post Reply