> >Hi all, Can I get a site check @ http://www.premierfirst.org
> >
> >I only have Firefox and Opera and IE 8. I am suspecting my images in
> the
> >top left are going to be messed up in IE6, but I'm pretty confident
> the
> >layout should be good across all browsers.
> >
> >Blessings
> >David M.

My opinions are far much better than my code advices, still, take them if
you wish:

I)
I believe the red of the main title over the blue doesn't bring enough
contrast for a comfortable reading.
->change the text color for one with more light.

II)
I believe you should give a way to inform the user, at what page he/she is
in. 
i.e:
<li id="currentpage"><a href="#">About Us</a>
</li>

#navigation #currentpage a 
{
        /*your different current page menu styles here.*/
}

III)
I believe you should give a try on an elastic layout so that, if we zoom the
text 3 or 4 times, we don't get content overlapped.
This needs (at least for me), some tests and retests, but changing your font
measure units to em, it's a start.
I will try to do the same with the width.

IV)
The lettering on your li items is too small. (at least on my FF3.5 on Vista)
and Ie8.
ul li 
{
  font: normal 1.3em Arial, Sans-Serif;
}

Take them if you wish :),
Always newbie,
Márcio

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to