hi,
I have a particular DIV tag which contains a lot of attributes in a css for a certain part of my page including a background image url. however i need to be able to get the url dynamically using a CMS im using to build this site. This means that the background image doesnt have its css attributes available. this is the code im talking about:
//This is in the html page
<div id="TopMainArea" align="right"></div>
and the attributes needed are within the TopMainArea DIV in the CSS
regards
chris
I have a particular DIV tag which contains a lot of attributes in a css for a certain part of my page including a background image url. however i need to be able to get the url dynamically using a CMS im using to build this site. This means that the background image doesnt have its css attributes available. this is the code im talking about:
//This is in the html page
<div id="TopMainArea" align="right"></div>
and the attributes needed are within the TopMainArea DIV in the CSS
regards
chris