quote:
Originally posted by ShawnZ
It is. Border-top,-left,-bottom,-right are valid properties.
I mean in form of
code:
border-width: <top> <right> <bottom> <left>
Does not work. This only works with
padding and
margin
However, border-width works as mentioned by someone:
code:
border-width: 0px
or
border-width:thin
As for not adding it... well, usually it defaults 0px, but sometimes it could be a weird navigator config.