It's not doable with CSS2.1, but it is possible with CSS3 attribute substring-matching selectors (which are supported in IE7+): div[class^="status-"], ...
確定! 回上一頁