Appends a style setting and value to style.cssText of an HTML5 Element.
CSS3 Selector of HTML5 Element to append cssText style property.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
CSS3 style setting to append.
CSS3 style setting value to append.
Appends a style setting and value to style.cssText of an HTML5 Element.
CSS3 Selector of HTML5 Element to append cssText style property.
If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.
CSS3 style setting to append.
CSS3 style setting value to append.
This is equivalent to document.querySelector(selector).style.cssText += ';' + setting + ':' + value