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

Filed under:
|

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

Related posts about html

Related posts about css