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. Re: My HTML5 tags are not working.

#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?