In css, can an item be declared more than once? Example:
Code:td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-color:#0099CC; border: #FFFFFF; border-style: solid; height: 28px;}The properties in the bottom example are in the first example. You'll notice there are 2 different height values. This doesn't seem right to me... how does it decide which one to use?Code:td.cat,td.catHead,td.catBottom { height: 29px; border-width: 0px 0px 0px 0px; }






Bookmarks