Page 1 of 1

Seeking Major Feedback

Posted: Sun Oct 03, 2010 12:36 am
by CoolAsCarlito
This site was designed by buddy of mine that I paid some good money to create a new design for my professional wrestling company. I was just curious to know what everybody thought of the following pages like the typography/layout css structure of each page for anyone who is bored and wouldn't mind looking them over to see what they thought.

http://www.kansasoutlawwrestling.com

Subpages
http://kansasoutlawwrestling.com/archives/542
http://kansasoutlawwrestling.com/roster
http://kansasoutlawwrestling.com/bio?username=cruz
http://kansasoutlawwrestling.com/champions
http://kansasoutlawwrestling.com/titlehistory
http://kansasoutlawwrestling.com/previewcard
http://kansasoutlawwrestling.com/latestresults
http://kansasoutlawwrestling.com/eventarchives
http://kansasoutlawwrestling.com/gallery
http://kansasoutlawwrestling.com/radio

Re: Seeking Major Feedback

Posted: Mon Oct 04, 2010 1:05 pm
by social_experiment
I read somewhere that red on black is a bit of a bad choice because color blind people struggle to distinguish and sometimes can't read the text.

The site isn't xhtml complaint http://validator.w3.org/check?uri=http% ... ne&group=0

The CSS didn't pass validation http://jigsaw.w3.org/css-validator/vali ... =1&lang=en

With images disabled, there is no way for me to know what link i am clicking until i hover over the area where link appears to be.
Images should always have alt info, especially your heading image.

Possibly there could be more padding between the links that dropdown and the heading. In my browser the 3rd link from the left goes behind the heading so i cannot access it.

My screen resolution is 1366 x 768 and i viewed the page in IE7.

Re: Seeking Major Feedback

Posted: Mon Oct 04, 2010 2:00 pm
by CoolAsCarlito
Now that's the sort of feedback I wanted. Thank you. I corrected the validation of the page except for one issue that being the < not a usable character. I tried going and using the suggested < but when I did that it wouldn't show the dropdowns when I hovered over. How can I fix this issue?

Most of the errors for css are of plugins that were downloaded for wordpress.

I'll go back in and give alts to all my images.

What you said about padding did you mean the drop downs and the heading the drop downs belong to?

Re: Seeking Major Feedback

Posted: Mon Oct 04, 2010 6:32 pm
by Christopher
For some reason on a site like this I expected more animation and wonky button effects. It seems like in needs some music too. Stuff you hate on regular sites but make a site like this.

Re: Seeking Major Feedback

Posted: Tue Oct 05, 2010 12:42 am
by social_experiment
CoolAsCarlito wrote:What you said about padding did you mean the drop downs and the heading the drop downs belong to?
I think to the whole section below the navigation, see screenshot.

As for the < issue, you could try using an external js file.

Code: Select all

<script type="text/javascript" src="path_to_file"></script>