jQuery include css
Posted
by Happy
on Stack Overflow
See other posts from Stack Overflow
or by Happy
Published on 2010-06-14T18:27:59Z
Indexed on
2010/06/14
18:32 UTC
Read the original article
Hit count: 178
How to add css to <body>
, written in javascript file like this:
<style type="text/css">
.popup-bg {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #eee;
}
</style>
Thanks.
© Stack Overflow or respective owner