Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS My HTML5 tags are not working.

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #38569

    I have html5 tags such as…

    They are not working. Selecting them with developer tools. No CSS is seen. I’m on a wordpress site.

    I have

    #104604
    Senff
    Participant

    Could be anything! Wrong CSS path, code error, you name it. We wouldn’t be able to help unless you give us a link to your site so we can check it.

    Also, https://css-tricks.com/how-to-ask-a-good-question-in-the-forums/

    #104606
    #104608
    Senff
    Participant

    The CSS styles for

    (as they are written in style.css) are definitely applied, this is what I see:

    header {
    display: block;
    border: solid thin blue;
    background-image: url(images/header.jpg);
    height: 206px;
    background-repeat: no-repeat;
    width: 900px;
    background-position: top center;
    }

    However the styles you described for #nav-menu and #nav are not, because you did not give any element the id “nav-menu” or “nav”. Perhaps you meant nav instead of #nav?

    #104609
    Paulie_D
    Member

    I beg to differ…I’m not seeing any of those on screen.

    i think the stylesheet is mislinked.

    #104610
    Senff
    Participant

    Stylesheet is linked though: http://homerunlogo.com/test/wp-content/themes/CustomAaron/style.css does not lead to an error page.

    #104612
    Paulie_D
    Member

    i know where it’s linked to but the bg image isn’t coming through nor is the blue border…at least in Chrome.

    #104614
    Paulie_D
    Member

    On the other hand

    is not linked in the head

    #104623
    wolfcry911
    Participant

    The (IMHO, utterly useless) reset comes after the header styles in the stylesheet.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘CSS’ is closed to new topics and replies.