Ink Works wrote:
Quote:
Beauregard T. Shagnasty wrote:
Not operational issues? The only item on the menu at the right that
works is "Contact". Is the rest not ready yet?
You have javascript turned off, don't you? |
Normally, yes. Some percentage of your visitors will have it disabled,
not available for other reasons, or even stripped by a corporate
firewall. You shouldn't use it for anything critical, especially
navigation. Turning away 10% of your visitors is like closing the
business for a month or so each year.
Quote:
Why all the "Next" links?
We felt something was needed on the longer pages, I got a little
overzealous. |
<g> I guess so. Scrolling a longer article would be preferred to loading
a new page, in most cases I think.
Some more comments:
You have:
body { font: normal 80% Verdana, Arial, Helvetica, sans-serif;
Verdana is an overly large font ... and 80% is ... well, this is
repeated so often I will leave you to Google for the reasons. Well,
here's one:
http://www.xs4all.nl/~sbpoley/webmatters/verdana.html
You have: link, visited, active, hover. Needs to be link, visited,
hover, active. Also oft explained. "Las Vegas Has Animals" You also
remove the underline and make them all the same color, so how do we know
they are links?
http://www.cs.tut.fi/~jkorpela/www/links.html
HTML errors:
<http://validator.w3.org/check?verbose=1&uri=http%3A//www.inkworkswell.net/booth/monroelab/index.php>
...mostly because you're writing XHTML with an HTML doctype.
Lose the comment tags in your <style> elements. Hasn't been needed since
Netscape 3, I believe.
CSS errors, and many warnings:
<http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//www.inkworkswell.net/booth/monroelab/index.php>
<br>'s used instead of new paragraphs.
The top banner - with the clouds - is too tall I think, forcing most of
your content below the fold, especially for folks with smaller browser
windows. Not everyone has a maximized browser window.
Hope this helps.
--
-bts
-Warning: I brake for lawn deer