|
rdouglass -> RE: Comment or suggestions? (4/25/2008 9:32:15)
|
All good stuff and thanks for that list. quote:
3. You're using PX to size the text which has all the usual effects for IE users. OK, so I'm trying to set a base font size in the 'body' declaration of the CSS: font:normal 16px Verdana,Arial,Geneva,Helvetica,sans-serif; So I set a base font of 16px and scale it using em's everywhere. (at least that's what I've been tryng to do and I don't think I'm using px anywhere else.) p
{
font-size: .8em;
margin: 10px;
} Is there a better way to set that base font or am I going about this wrong? quote:
11. Have you thought about adding skip links - there's quite a lot of navigation to get through on each page. I'm not familiar with this; have any reference links handy I can see or a quick rundown on how to do that? quote:
13. You've got a lot of inline styling there - it's going to make maintenance a real pain!! Old habit of mine. I like to work off as few pages as possible so many times when I'm dealing with DB data, I do all the style adjustments in-line until I get what I want. I ususally have a class parameter already in the tag so it isn't any advantage or anything like that but just old habits. That will be gone for the final. [:D] Thanks so much for that list. All good, constructive suggestions.
|
|
|
|