New Website

Soldato
Joined
29 Apr 2007
Posts
4,841
Location
London
Can you tell me what you think of my new site? I started with a template but adapted it a lot. Please give comments and suggestions.
here
I have started on most pages so have a look through.
Also, my code to turn it to a hand on mouse over on this page doesn't work. What code do you use?
 
Last edited:
I get the hand ok here (on the nav menu in IE7).

I'm not keen on the black, however, I like the logo but not the text in the middle, sticks out a bit too much.

If its your first go, its quite good. Well done.
 
I get connection reset when i try to view your site :confused:

Ross1234 said:
my code to turn it to a hand on mouse over on this page doesn't work
try...

.classname {
cursor: hand; /* IE */
cursor: pointer; /* Mozilla */
}
 
The length of the seperators on the top buttons (from top to bottom) are too long.

Don't like the different widths of the seperators on either end of the buttons either.

Not a huge fan of the chunky black gradient bars, thin them out a bit (height wise) and it should look a bit tidier.

Apart from that it isn't too bad at all. :)
 
Firstly, well done on your first creation :)

Secondly as butters said, there is too much black on the page. Also as an observation, you dont really need the black banner on top. You can add the navigation into the title banner instead or even just delete it as you have your navigation to the left of the page.

And finally, W3 is a fantastic site with wicked info on creating & editing web templates ;)
 
Back
Top Bottom