I just tried to validate a recent style sheet and was
given 4 errors.

I thought the shorthand for border is

border: size style color;

if you want to style all four sides.

It did not like the border styling in these four
entries:

img a:link a:visited{
      padding:.15em;
      border:1px thin #f7e0d5;
}Value Error : border thin is not a color value : 1px
thin #f7e0d5

img a:hover{
      padding:1px;
      border-bottom:2px thin #f8d4c3;
}border-bottom thin is not a color value : 2px thin
#f8d4c3

#nav img a:link a:visited{
          margin:0;
          padding:0;
          border:1px thin #f7e0d5;
}border thin is not a color value : 1px thin #f7e0d5

#nav img a:hover{
          margin:0;
          padding:0;
          border-bottom:1px thin #e8a382;
} border-bottom thin is not a color value : 1px thin
#e8a382

What am I doing wrong?

I am using html 4.01 strict.

Thanks


      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
______________________________________________________________________
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