• Some of the link descriptions on the left hand side of the screen on my site turn bold when I move the mouse over the link. This only happens in Firefox and I’m not sure what would cause it. I’ve tried few different font sizes with no luck. Would anyone know what causes this?

    Here’s a link to my site: https://www.jump-punch.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Jared I only found two instances of bold text decoration in your .css


    .commentlist li {
    font-weight: bold;
    }

    .commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
    }

    But a quick check to see if your page was xhtml transitional revealed this:

    click here for full results

    Error Line 212 column 10: ID “sidebar” already defined.
    <div id=”sidebar”>
    An “id” is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

    a?‰

    Info Line 195 column 10: ID “sidebar” first defined here.
    <div id=”sidebar

    Thread Starter jaredcunha

    (@jaredcunha)

    I had inserted that tag with the intention of changing it later. I’m still working in more and more parts of the site. I’ve noticed the the stranging bolding effect on other sites as well. I don’t know if it’s only a Firefox for Max issue or if it happens in Windows as well. I tried looking at the site with two other browsers and did not see the weird bolding.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Weird Bolding Text’ is closed to new replies.