| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
|
|
#3 (permalink) |
|
goober :-)
|
Personally I think you need a little bit more consistency in your design. You've gone for that shiny "web 2.0" thing that everyone seems to love (or hate) at the moment with your logo, but you're using a serif font as your main typeface. This is a little bit weird to me... But if you like it, then cool. For me, I would drop the "beta" thing... Its become too fashionable to use this moniker now for the web application thing, and its getting a bit old. Now on to some important stuff... Keep it simple. On the whole, if you want to use a texture or pattern, keep it to one. Don't plaster every area you can with different patterns... It looks better if you maybe have one and keep everything else a little more plain and simple. Keep your colours tight - At the moment you have the blacks and greys, as well as blue and the orangy/yellow colour. I tend to limit my colour pallette as much as possible. One highlight colour and different shades thereof, rather than using more colours, really makes a site look professional. The grey areas for your content look a little out of place to me... I dont know why... Maybe they are too light? I would have a play around with them and find something more visually pleasing. You're using a lot of nested divs in places... You shouldn't really have to do this so much if you play around with css. Bare in mind that divs aren't the only elements you can apply classes to, and that you can style elements by their hierarchy, too (ie you can say: #header #navigation li to target the list items in an unordered list which is id'd "navigation", which is contained in the header section.) In your CSS you have this entry: Code:
Inheritance is your friend. It seems that you are defining everything for you page elements... The text styles are specifying the font when you dont need to. Just set the style of the body tag to have the font set to whatever you want your default to be, and only have to change it where necessary. The "!Important" tag is not a good practise to get into using if you can avoid it (which I think you can). IE6 ignores these tags, and there are still a large number of users. There's usually another way. I think thats about it. Now, please dont take this the wrong way... I'm not slating your creation - Its really not that bad, and a lot of people come out with much worse! This post is an effort to help you as much as I can. I hope it helps you in some way. Cheers, David |
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Sep 2006
Location: Leeds
Posts: 97
|
I aggree mostly what David has said, especially about the pattern, you are mixing styles aswell; the title bar which is very much web2.0 and then you have the background which is going down a more retro route. My main suggestion to you would be to bring that pattern and enlarge it for the top bar, brighten the colour up to a lighter grey even maybe a pale green/grey. Then loose the web2.0 style logo and just put a simple close drop shadow on it and that would look really neat. Its nice to see someone getting stuck into CSS when learning the web as opposed to the often easier tables. |
|
|
|
#5 (permalink) | ||||
|
Registered User
Join Date: Feb 2007
Posts: 19
|
hi
Quote:
Quote:
Quote:
Quote:
I did get sidetracked and started making a new site. here is what i have.... http://www.zackb.com/music/test Take a look |
||||
|
|
|
#7 (permalink) | |
|
Registered User
Join Date: Sep 2006
Location: Leeds
Posts: 97
|
Quote:
Those illustrations on top and bottom are gorgeous. |
|
|
![]() |