Maggie,
Looks good here, on Safari 1.2.4. (I'm talking about one of the inside pages, servicehosting.jsp in particular.) As you say, some people will probably find difficulty with the type size.
As far as the code is concerned, you might want to improve it by making more use of inheritance.
For example, in the right hand column #sidebar-b, you have a number of elements: #esigmaresources (which contains a ul.portlet, the first li of which has the class .title), a .ruready div class which contains only an img, another div class .portletContainer with a ul.portlet, and so on.
You could simplify this as follows.
For #esigmaresources, instead of an extra class for "portlet", change your css to read:
#esigmaresources ul {
etc
}
Use an h for the first li item, and style that. ( #esigmaresources ul li h2 { .... } )
Get rid of the "ruready" class and div, and use #sidebar img instead.
Get rid of the "portletcontainer" class and div and use #sidebar-b ul instead.
You get my drift?
Use the "cascading" property of stylesheets as much as you can.
All the best. -Hugh Todd
this is my first post to the list after lurking for a bit now. i've put on my extra thick skin today in preparation for asking for your feedback on a site.
i created the templates and css based off their design and the dev team took it from there. we have already received some feedback regarding increasing the main font size and that will be corrected soon.
url: http://www.esigma.com
Any feedback, suggestions etc are greatly appreciated!
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
