When I load content with AJAX, is this content supposed to automatically use the preloaded main page css style ?
For example, if I load a <span class="smallText">hello</span>
with AJAX.
Is this new HTML using the default.css
file with
.smallText {
font-size:6px;
}
?