blm126
10-04-2006, 03:11 AM
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
div.someclass.someotherclass{
somerule: somevalue;
}
or maybe
div[class*=someclass].someotherclass{
somerule: somevalue;
}
Any advice is appreciated.
If so how?
I imagine you could do something like this
div.someclass.someotherclass{
somerule: somevalue;
}
or maybe
div[class*=someclass].someotherclass{
somerule: somevalue;
}
Any advice is appreciated.