1 Reply Latest reply: Dec 28, 2008 10:39 AM by macandrew RSS

    bold in css ignored in CS4

    yachts99-2vTvY1 Community Member
      I have an html text field which use a style sheet to bold and change text colour on roll over. This works fine when published from CS3 but when the same file is published from CS4, the font-weight:bold attribute is ignored. The text still changes colour correctly.

      Any ideas why this is happening?
        • 1. Re: bold in css ignored in CS4
          macandrew Community Member
          I'm having the same problem. If instead of using the font-weight attribute, I use font-family: "Verdana Bold" the bold font appears correctly - which confirms that it's not a font embedding issue (also tried with Arial, same outcome). So neither the font-weight attribute in CSS or the <B> tag works - same for font-style (italic) and <I>.