Forums

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

Home Forums Other My First PSD to 100% CSS/XHTML Re: My First PSD to 100% CSS/XHTML

#47132
Volkan Görgülü
Participant

Hi wmwood,

I want to make some suggestions,

First of all, I think you do not need this little line | between the items of your main navigation, it adds a noise to the navigation.

Secondly why do you duplicate you navigation below the header, maybe you can move it your footer.

Next one is I think you should really consider making your font-size a little bigger that can help you with white space management.

Finally I have looked at your source code @ page-top, if I were you I would write it as

Code:

William Wood Web Design – Building Dynamic, Professional Websites

Instead of giving classes to those items, you can directly target them in your CSS like this,

Code:
#page-top h1 {}
#page-top ul {}
#page-top li {}

I just tried to help, best regards. :D