• Resolved drursi08

    (@drursi08)


    I just installed BDP Referral Tracker to my blog, sevenstripes.com/blog .

    If you scroll to the last entry in my sidebar on the right side there, you’ll see the Tracker.

    Now, that text style doesn’t appear right with anything else in my sidebar (excuse my ignorance but I’m still a newbie learning PHP and HTML and CSS).

    I thought there would be a ul or li error somewhere, but my site validates… any ideas on where I am going wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter drursi08

    (@drursi08)

    PS – likewise, the same thing seems to be happening to my Technorati search half-way down the sidebar.

    This makes them bold:
    #menu ul {
    color: #311703;
    font-weight:bold;
    list-style-type:none;
    margin:0;
    padding-left:3px;
    }

    This makes them not:
    #menu a {
    font-weight:normal;
    }

    So, basically the current css sets everything bold, except anchors… Gotta run now ;’)

    EDIT: This is specifically in regards to tracker area of #menu (sidebar).

    Thread Starter drursi08

    (@drursi08)

    OOh I see where the CSS issues are now… Thanks Yosemite!!!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blog Validates but appears to be a CSS Display Error…’ is closed to new replies.