Hi, I think the question is simple:
IE takes only the first class. How to specify, or how to write style, which will be the summary of all particular styles?Code:<style> p.R = {color: red} p.U = {font-deco: underline} </style> ... <p class=R class=U> red & underline text wanted </p>




Reply With Quote