Is it possilble for a css rule to only effect an element based on two classes?
If so how?
I imagine you could do something like this
or maybeCode:div.someclass.someotherclass{ somerule: somevalue; }
Any advice is appreciated.Code:div[class*=someclass].someotherclass{ somerule: somevalue; }



Reply With Quote


Bookmarks