-
1. Re: Text in dropdown automatically turns bold
Willam van Weelden Nov 10, 2014 7:24 AM (in response to ktbFL)Is it perhaps set in your style sheet? Is this only drop downs or also expandspots?
Kind regards,
Willam
-
2. Re: Text in dropdown automatically turns bold
ktbFL Nov 10, 2014 7:47 AM (in response to Willam van Weelden)I don't use expand-spots.. only drop downs...
as for the style sheet... I've looked at the styles and I don't have any
bold settings... the same formats look find outside the drop down... so is
there a place in the dropdown code that I can check - maybe it's overriding
the non-text settings? I'm not sure how to do that...
On Mon, Nov 10, 2014 at 10:24 AM, Willam van Weelden <
-
3. Re: Text in dropdown automatically turns bold
Willam van Weelden Nov 10, 2014 8:05 AM (in response to ktbFL)Open up your CSS and try to find the Drop-Down style. (I believe it's under other.) Is it set there?
If there is no bold in your css, can you post an image of the dropdown text AND some of the HTML of the dropdown? I'm curious to see what's happening.
Kind regards,
Willam
-
4. Re: Text in dropdown automatically turns bold
ktbFL Nov 10, 2014 8:12 AM (in response to Willam van Weelden)I'm not seeing anything specific to the text within the hotspot dropdowns
other than what I created. The "hotspot" is set to bold, but that's it....
I'm going to try look at the code to see if i can spot it there.
On Mon, Nov 10, 2014 at 11:06 AM, Willam van Weelden <
-
5. Re: Text in dropdown automatically turns bold
ktbFL Nov 10, 2014 8:36 AM (in response to Willam van Weelden)Well.. I don't see anything obvious in the code.. well.. obvious to ME
anyway... see attachments.
Please be aware that i'm at the beginning of this project so not really
thru the formatting stages yet.. hence it's a little messy.
THANKS!
-
6. Re: Text in dropdown automatically turns bold
Captiv8r Nov 10, 2014 10:44 AM (in response to ktbFL)About the "see attachments". Note that although you are able to respond via email, this conversation is really going on via forums software. As such, attachments aren't allowed. You may attach all you want but the attachments are just dumped.
If you honestly have attachments you need us to see, you are able to upload images when you reply via the forum interface in the browser.
Just click the little camera icon to add them.
Cheers... Rick
-
7. Re: Text in dropdown automatically turns bold
ktbFL Nov 10, 2014 11:25 AM (in response to Captiv8r)Sorry... someone asked me for the images... I'll try something else... HUGE
APOLOGIES!
-
8. Re: Text in dropdown automatically turns bold
Willam van Weelden Nov 10, 2014 12:45 PM (in response to ktbFL)We solved the issue. The problem was that the list item was bolded and that bolds everything in it, even drop-down content.
The fix is simple, just add the following to your CSS:
div.droptext {
font-weight: normal;
}
Kind regards,
Willam




