Click to See Complete Forum and Search --> : Website review » efau.net
skaligero
10-27-2006, 07:07 PM
My first Website.
www.efau.net
Until 3 weeks ago, XHTML und CSS were just unknown words.
The website is in German 'cause I moved there 1 year ago from Italy.
Emanuele Veronese
Ascendancy
10-27-2006, 11:56 PM
I don't know what language that is, but I can tell you that I like the layout for the most part. The only thing I would suggest changing is the location of your nav bar.
skaligero
10-28-2006, 05:46 AM
I've choosen that location 'cause I wanted to follow this rule when you look at it without using CSS. First the main nav bar, then the text of the body and at the end the second nav bar.
Thanks for your review. I would take it in consideration.
Emanuele
dotancohen
10-28-2006, 01:48 PM
For one thing, I don't like splash screens. That's just another link for me to click.
The site is very clean, but a little dark. I'm also glad to see that it passed validation. Only real problem, other than the splash screen, is that the logo is not a link to the home page. That is usually considered pretty standard.
Very nice, good luck.
skaligero
10-28-2006, 02:15 PM
...the logo is not a link to the home page. That is usually considered pretty standard.
Very nice, good luck.
I've never considered it. I will follow your advice.
Emanuele
Ascendancy
10-28-2006, 04:44 PM
For one thing, I don't like splash screens. That's just another link for me to click.
The site is very clean, but a little dark. I'm also glad to see that it passed validation. Only real problem, other than the splash screen, is that the logo is not a link to the home page. That is usually considered pretty standard.
Very nice, good luck.
Oh yea, I forgot to mention the logo linking to the home page.
May I suggest an Image map? :)
riskmod
10-29-2006, 10:45 PM
Some Splash screen can get away with (like Flash) but static...get rid of it.
skaligero
10-30-2006, 08:29 AM
Latest
The splash screen has gone. I'm going to make a new one when I could manage it with Flash.
Now, the logo of each page has a link to the home one.
I didn't use an Image map 'cause the logo is in the background of a div. I've just played with margins, height and width to build the link-area in association with the property display.
#topblock { float:left;
width:188px;
height:100%;
background-image:url(evl.png);
background-position:center center;
background-repeat:no-repeat; }
#topblock a { display:block;
margin-left: 16px;
margin-top: 4px;
width:78%;
height:76%; }
Thanks to all
Emanuele