O.P. Suggestions
Hi. First we'll start with the new Website. On the navigator, there is two different shades of blue. Left and right.
The Line-Height (css) for the left, isn't quite right.
ul#menu has a height of 32px. What I would do on #menu li a, is as follows...
#menu li a {
display: block;
padding: 0 1em;
height: 32px;
text-decoration: none;
color: white;
line-height: 32px;
}
The only changes made are the padding, height, and line-height. This will vertically center the text in the navigator.
Also, in the left and right sides - there is a line in the image going across. Now the dark blue on the right side, the line is slightly above.
You may also benefit from a line-height on the footer.
^ They are my suggestions.
As for MSN Plus, I would benefit from when the Notifications pop-up, to be like WLM 2011. I'm not sure if it's in the settings. Although, with lack of Display-names, MSN Plus isn't as good as it use to be. It's a shame.
Well done though!
|