Page 1 of 1

www.odsolutions.org

Posted: Sun 23. Jul 2006, 17:38
by alatham
Hello - The design for this site is complete. I just have to insert the content when I get it from my client. Your feedback would be greatly appreciated! This is my second site using phpWCMS and the comments I received on the first site I posted were very helpful.

The one part of this that I'm not so sure about is the sub-menu under the "Expertise" page. Does it look enough like a menu? Any comments?

the link: http://www.odsolutions.org

Thanks!
Amy

Posted: Sun 23. Jul 2006, 18:47
by pepe
i would give it a light grey background color, to give it the look of a real navigation.....

Posted: Mon 24. Jul 2006, 12:04
by Kosse
Or put something into --> class="nav_table"
like a rollover or at least ../images/bullet.png in front of it ?

Cheers

Posted: Mon 24. Jul 2006, 14:28
by Klappstuhl28
Looks good.

Clean design. Logo is ok. The colours are
not obtrusive.

Only more content would be great.
As you wrote:"Content coming soon."

Congrats

Posted: Sun 13. Aug 2006, 18:03
by alatham
thanks for the suggestions! I'll give the background a shot.
Amy

Posted: Sun 13. Aug 2006, 20:26
by pico
Hi

in your Footer a </div> is missing

....
<div id="footer">
<div id="footermenu">
Joyce A. Brown Ph.D. | Organizational Development Solutions LLC | Battle Creek, Michigan 49017<BR>voice:...............
</div>
</div>
</body>

Posted: Mon 14. Aug 2006, 16:24
by DeXXus
Also W3C HTML Tidy recommends changing (drop "px" from width):
http://www.odsolutions.org/index.php?expertise
FROM:

Code: Select all

<div id="latestnews">
        <table border="0" cellspacing="0" cellpadding="0" width="170px">
TO:

Code: Select all

<div id="latestnews">
        <table border="0" cellspacing="0" cellpadding="0" width="170">