Problem with bold popup

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
pouliotmax
Sr. Propeller Head
Posts: 122
Joined: Wed Mar 07, 2007 9:16 am
Location: Quebec City

Problem with bold popup

Post by pouliotmax »

Hi,

In Flare 6, when i choose popup as the target (not a text popup), the text of the link is always bold. Can anybody tell me why? I tried adding this :

Code: Select all

a.MCPopupSpot
{
	font-weight: normal;
}

span.MCPopup
{
	font-weight: normal;
}
But it does not work
LTinker68
Master Propellus Maximus
Posts: 7247
Joined: Thu Feb 16, 2006 9:38 pm

Re: Problem with bold popup

Post by LTinker68 »

I believe you need to modify the pseudo classes for the Popup class under the <a> tag in the stylesheet. Make sure you modify them in the order of link, visited, focus, hover. The resulting styles in the stylesheet will be a.Popup:link, a.Popup:visited, etc.
Image

Lisa
Eagles may soar, but weasels aren't sucked into jet engines.
Warning! Loose nut behind the keyboard.
Post Reply