Re: [css-d] CSS color names values versus accessibility

2007-03-29 Thread kieron.mcintyre
Hi Mauricio, > So, why avoid colors names if they are legal according CSS21 specs? The color names are deprecated in the same sense that certain HTML tags and attributes are. This doesn't mean that they won't continue to be supported by browsers but what W3C recommomend, i.e. hex values, will a

Re: [css-d] conditional comment not seen by IE 5.5?

2007-03-28 Thread kieron.mcintyre
I may be wrong but

Re: [css-d] perfect font sizes- any sample solutions?

2007-03-26 Thread kieron.mcintyre
I use the following and all browsers seem to render font sizes to what would usually be a 13px height: body{ font-family:Arial, Helvetica, sans-serif; font-size:82%; } Only IE5.x screws up rendering text in tables cells so I add the rule: table { font-size:100%; /* Needed for IE5.x */