I am using Joomla 1.5. I have a page where cSS is added for the header which is in<strong></strong>
<strong></strong>
I'm a firebug, it looks like
element.style { color:#666666; }
I do not know where this comes from.
but I use css for the same tag with a different color. but he disappeared. How to remove element.style globally ..
You can override inline styles from an external stylesheet
strong[style] { color: blue !important; }
This works in most major browsers: Chrome, Safari, Firefox, IE8
This does not work (as far as I know) in IE6 / IE7
Hope this helps.
This code comes from HTML, not from your CSS.
This HTML code will generate your element.style:
<strong style="color:#666666;">Just text</strong>
Element.style, , , , . , / html.
, HTML. element.style :
element.style { }
css html-. , .
HTML ( ) javascript, .
Jquery , css, , .
, , div, "display: none", CSS-, . , CSS - javascript.
JavaScript .
Try using the callback function in the animation to erase styles:
$(this).css( "display", "" );
Source: https://habr.com/ru/post/1740769/More articles:Proper use of PyQt signals - pythonRails caches_page: index in the wrong place - ruby | fooobar.comPHP + GD: imagetruecolortopalette не сохраняет прозрачность - phpHow to overwrite i-frames of a video? - c ++How is the h264 idea bitstream organized? / Start header codes - video-encodingCreate a scheduling / calendar grid in ASP.NET - asp.netAndroid, Quick question about binding to a service - javaandroid: getting rid of "warning: unmanaged character for ascii encoding" - javaDo I need to reintegrate if I do not merge with the chest in Subversion? - mergehttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1740774/adding-a-css-class-to-the-options-tag-inside-a-select-wrapper-w-rails&usg=ALkJrhhGpbDDPLiG9ZVm7GvPRVKuWOINSAAll Articles