Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Navigation Theme


chrishajer
Participant

@chrishajer

I like it too. I’ve been watching the evolution from the beginning. I think I would fix a few of the XHTML errors so that the theme validates. You can check it here:

http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fopen-dialogue.com%2Fbbpress%2F

Basically, the <br> should all be self-closed

<br />

and all the <p> and <div> tags need to be properly nested and closed.

In the CSS there are just a couple problems. Line 304 & 305 need to have units after the number for the absolute positioning:

	top: 25;
left: 225;

should be

	top: 25px;
left: 225px;

Other than that I think it looks really good. Nice job. Very nice.

Skip to toolbar