And don't forget to edit your signature & profile.

<div id="navigation">
<h2>Navigation</h2>
<ul>
<li id="home"><a href="/">Home</a></li>
<li id="portfolio"><a href="/portfolio/">Portfolio</a></li>
<li id="about"><a href="/about/">About</a></li>
</ul>
</div>
- we have hidden the scrollbar on purpose as we want them to navigate using the menuThere's no scrollbar!!
the h1's arent being used as headings, they are being used for cufon replacement text, this only works with the h(x) styles. Should i still use an alternative h(x) then?You should only have one (and no more than two) h1 tag(s). You have three.
- our site is a portfolio of our work? so i can't really have fewer images?You have a whopping 91 images on your site. Make fewer HTTP requests.
- i couldnt find a html form that didnt redirect the user to the home section of the site which is why i opted for flash.Your contact form is in flash!! Make a HTML version instead.
danhodkinson wrote:we have hidden the scrollbar on purpose as we want them to navigate using the menu
danhodkinson wrote:the h1's arent being used as headings, they are being used for cufon replacement text, this only works with the h(x) styles. Should i still use an alternative h(x) then?
danhodkinson wrote:our site is a portfolio of our work? so i can't really have fewer images?
danhodkinson wrote:i couldnt find a html form that didnt redirect the user to the home section of the site which is why i opted for flash.
$("#testform").submit( function () {
$.post("test.php", $("#testform").serialize());
return false;
});# Enable gzip compression.
# Enable caching.
danhodkinson wrote:Why is it doomed to fail because of a lack of a scrollbar?
danhodkinson wrote:I do agree that i should put steps in place so that if the user doesnt have javascript enabled they are redirected to a website that doesnt require java to funciton.
danhodkinson wrote:i have used this on CMS sites and PHP sites but never on a HTML site, do you have a link that can give me a bit more information on this please?
Users browsing this forum: No registered users and 1 guest