how to remove element.style in css
Posted
by Aruna
on Stack Overflow
See other posts from Stack Overflow
or by Aruna
Published on 2010-04-12T13:27:00Z
Indexed on
2010/04/12
13:33 UTC
Read the original article
Hit count: 645
Hi
I am using Joomla 1.5.
i am having a page where a cSS has been added for the title
which is in <strong></strong>
I firebug it , it appears as
element.style {
color:#666666;
}
i dont know of from where it comes from..
but i am having a css applied for the same tag with other color. but it disappeared. How to remove the element.style globally..
© Stack Overflow or respective owner