> http://www.astraroger.ro . Please take a look at it and tell me what
> you think. Don't be shy. :)

Quick points:

this  (spaces using & nbsp;):
<li><a href="/despre/istorie/" id="m01">& nbsp;& nbsp; Istorie</a></li>
<li><a href="/despre/echipa/" id="m02">& nbsp;& nbsp; Echipa</a></li>
<li><a href="/despre/avantaje/" id="m03">& nbsp;& nbsp; Avantaje</a></li>

is the typographical equivalent of a spacer gif.  Use padding or
text-indent. Both are totally workable solutions.

Also on the menu, instead of:
<ul id="produse">
<li class="primele"><img src="/imagini/produse.gif" alt="Produse Astra
Roger" /></li>
<li><a href="/produse/ferestre/" id="m21">&nbsp;&nbsp; Ferestre</a></li>

Having 1)images as headings and 2)those headings as list items seems a
bit off target to me. If you were willing to go the 'image
replacement' route you could do the following...
<h2>Produse Astra Roger</h2>
<ul id="produse">
<li><a href="/produse/ferestre/" id="m21">&nbsp;&nbsp; Ferestre</a></li>

** edit: You haven't used a single header tag in the home page??!

Impressively lean Flash markup - i still turn it off though, personal
preference.
...and then there's this:
<img src="/imagini/copyright.gif" alt="" />
Eeeeeeeww, images as text...

You said not to be shy :D

All the best,
Andrew.
--
http://leftjustified.net/
******************************************************
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to