AJAX: is the new loaded content using the same css file ?
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-06-09T15:34:30Z
Indexed on
2010/06/09
15:42 UTC
Read the original article
Hit count: 140
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;
}
?
© Stack Overflow or respective owner