Dynamic CSS Background URLs
Posted
by 500ml
on Stack Overflow
See other posts from Stack Overflow
or by 500ml
Published on 2010-06-17T05:53:49Z
Indexed on
2010/06/17
6:03 UTC
Read the original article
Hit count: 120
Consider this CSS Property:
background: url(http://images.something.com/background.png) left top repeat-x;
Is there a way to dynamically specify the URL being used in the external file (Meaning the URL is sort of automatically generated rather than hard-coded in the CSS file) ?
Thanks.
© Stack Overflow or respective owner