Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
stoid said:
Depending on your target audience the text might be a little small and hard to read. Otherwise, very nice design. Professional and striking!

I second that -- the text in the menu bar is a bit small. The color scheme is very nice.
 
Great look, but here are some things you should double-check:

1) If you're going to use images for navigation/logos, you absolutely need to have alt tags on them with the text of the button for accessibility purposes. For instance, this:
Code:
<img src="./images/applications.gif">
should be this:
Code:
<img src="./images/applications.gif" alt="Applications">
2) Validate your HTML - you need a doctype before your opening <html> and then run it through the W3C's HTML validator service.

3) Validate your CSS - you're missing the # before several hex color attributes on some background colors. Always run your CSS through the W3C's CSS validator service before going live.

4) Finally, you've got a case of what Jeffrey Zeldman calls "divitis". You can really cut down on your code weight (in both the HTML and CSS files) by eliminating all the absolute positioning and multiple divs for each nav button - here's a good resource for starting out: http://css.maxdesign.com.au/listutorial/.
 
Problem with IE 6 on Windows

I'm having trouble seeing your image GIFs in my browser. They are cut off by the logo-bar. I've attached a screen shot. Hope this helps.
 

Attachments

  • noshowgif.jpg
    noshowgif.jpg
    9.5 KB · Views: 94
nice and clean - but you don't really have much content to critique :D

are the links going to open up separate pages or will you dynamically load the content below?

D
 
superninjagoat said:
I'm having trouble seeing your image GIFs in my browser. They are cut off by the logo-bar. I've attached a screen shot. Hope this helps.

I am having the same problem (IE 6 on my work computer). All I see is that top bar as pictured in the post above, with the text cutoff. The rest of the page is blank. I like the color scheme though. :cool:
 
Yup, I get the same thing as superninjagoat in IE 6 on Win 2K Pro.

Otherwise--very clean and minimalistic, and I like the slatey color scheme. Depending on what you add to the design, it could look very corporate tech, or high-design. I agree with adding the alt tags to the images, but don't think you should increase the text size TOO much, or you'll disturb the proportions of the layout.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.