Opinions on Website Design
AuthorityAction
Missouri Member
I am currently working on a new website for an organization I am involved in at my university and I am looking for advise on the design. There are a couple things that bother me about the current design, but I would like others opinion before I go making changes. Are there any colors that you would change to be more appealing or any layout changes?
Also, the site has valid HTML and CSS but sadly good ol' IE7 and below does not like it. In IE7 the right column becomes hidden behind some other text. Anyone know how to fix that? I'm still working on it, but haven't come up with anything yet. Thanks!
http://www.fusionxlan.com/ucra/dev/
Also, the site has valid HTML and CSS but sadly good ol' IE7 and below does not like it. In IE7 the right column becomes hidden behind some other text. Anyone know how to fix that? I'm still working on it, but haven't come up with anything yet. Thanks!
http://www.fusionxlan.com/ucra/dev/
0
Comments
Try replacing the #rightColumn CSS with this:
[html]#rightColumn {
float:right;
position: absolute;
z-index: 2;
right: 25px;
margin-top: 30px;
padding:.7em;
width:13em;
background-color:#eee;
border:1px solid #000;
font-size:.8em;
}[/html]
Thanks for the comments as well.
I agree, I think the one thing that bugs me about this design is that is needs more of a 'wow effect'. I'm not exactly sure how to go about that though. Thanks for the shadow idea, I added a thicker border to the right and bottom and I think it looks good.
What's up with the orange link color (webmaster @ bottom)? Is that a conscious choice for all link colors or just there?
I'll play around with switching the colors later tonight. The orange is the link color I choose for links on a deep maroon background. I guess it does kind of stand out more than what I want it to. I might make the hover text the gold and regular be white.
Now given what the site is supposed to be - and I do understand the joy of coding something yourself - have you ever though that instead of re-inventing the wheel about using any of the existing cms packages like Drupal for example?
The colors you're using now look very official; it complements the logo well.
My only comment at present is that the stacked colors around the content box are a little visually confusing (red->gray->white); they're all about the same thickness so it feels like one of those Russian wooden dolls with the smaller doll inside and a smaller one inside that one. The easiest change I can think of to fix that is to reduce the thickness of the left/right red borders (leaving the inner boxes the same size). That might let the gray offset the boxes enough to make them stand out better.
I have thought about using a CMS, but I am unsure if php will be supported on the server this will be hosted on. I will look into that and see what's available. The only updates will be the minutes twice a month and events. Not much of a change, but a CMS would make things easier.
Thanks for the ideas and suggestions, I will try to make some of those changes when I get off work.
I think the problem I couldn't pin point before is that it looks like it's from a word template.
I'll play around with some other arrows and see if I can find one that works better.
kryyst or SweetDragon, do you have any suggestions to make it look more like a web page and not a word document or note? I have been playing with different things to give it a little more spice, but haven't found anything that I like. The dark maroon doesn't make things very easy.