trevor bayliss wrote: > How can I condense this CSS? Is it possible? thank you > > BORDER-TOP-STYLE: none; > BORDER-RIGHT-STYLE: none; > BORDER-LEFT-STYLE: none; > BORDER-BOTTOM-STYLE: none;
border-style:none; See http://www.w3.org/TR/CSS21/propidx.html for a complete list of possibilities. (well, for CSS2.1). -- Els ______________________________________________________________________ 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/
