I tried making custom tags so that uses can enter text that displays something with red or bold etc when rendered as HTML for eg,
<rb>text here becomes red and bold</rb> and goes to default here
this gets rendered in a div with class 'note' and i have the following css set up
.note rb
{
color:Red;
font-weight:bold;
}
It works in ie9, chrome, firefox but doesnt work in ie8. How can I make it work there?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…