You have problems with what looks like a nice design.
1. Validator finds 22 errors on the page.
http://validator.w3.org/check?verbose=1&uri=http://www.agileinf....
Some of them are missing alt attributes. Those are easy. Others are
reflecting a mismatch between your declared doctype -
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
and your code syntax -
<img
src="
http://www.agilesoftwares.com/livechat/templates/Bliss/images/initiat..."
border="0"></a><br><a href="javascript:Live.initiate_decline();"><img
src="
http://www.agilesoftwares.com/livechat/templates/Bliss/images/initiat..."
border="0">
(the <img> tags, and the <br> tag)
Still others are about the use of a bare ampersand in your links -
<script type="text/javascript" language="javascript"
src="
http://www.agilesoftwares.com/livechat/class/js/include.php?live&depa...">
(this probably should be -
<script type="text/javascript" language="javascript"
src="
http://www.agilesoftwares.com/livechat/class/js/include.php?live&....">
)
More serious ones are regarding re-use of ID attribute values -
Error Line 776, Column 47: ID "varPortfolioID" already defined.
Error Line 791, Column 47: ID "varPortfolioID" already defined.
and your failure to close the div#container tag.
2. More importantly, in FF, the menu is completely (well, almost
completely) invisible, having slid down behind the content div.text.
3. You have OODLES of what appears to be Microsoft Office XML markup on the
page. Is that intended?
4. The menu below your portfolio section is also sliding behind your
portfolio details button.
5. Your page is throwing a js error in seo.js -
_gat is not defined
[Break on this error] var pageTracker = _gat._getTracker("UA-6070363-1");
6. You have a button to download corporate broucher. Unless I'm mistaken,
that word is spelled BROCHURE!
With regard to your CSS, validator finds a number of errors there too, all
relating to the use of invalid syntax, e.g.
{#margin-left:15px}
A final comment - this page makes me think you have put your ENTIRE WEB SITE
on a single page. It's VOLUMINOUS. It would require someone a week to read
in entirety. And it's heavy -
42.4K 1 HTML/Text
1.4K 1 Flash Object
165.3K 14 JavaScript Files
37.9K 4 Stylesheet Files
529.4K 15 CSS Images
354.5K 37 Images
-----------------------
1131.1K Total size
72 HTTP requests
Why not give those some thought and post back?
--
Murray
MVP Expression Web
I am new family member of this family and interested in some feedback
regarding my website.
Recently we built a new company website and we need some valuable
feedback on our site, any suggestions and feedback will be
appreciated.
Kind regards
Rajbhar Dipak
It's so simple to be happy but so difficult to be simple.