how to give two css class to the one element ?
can this possible ?? if possible then explain with example...
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manoj RajputPosted Mar 21, 2013, 9:47 AM
You can use this code....
Example :1
Example :2
Vishal GilbilePosted Mar 15, 2013, 12:36 AM
Yes you can provide two clases to one element.
.classs1{
//formating code
}
.class2
{
/formatting code
}
With Regards,
Vishal Gilbile.