I have created about 30 containers where each container has the following files:
containername1.ascx
containername1.css
topleftcorner.gif
toprightcorner.gif
bottomleftcorner.gif
bottomrightcorner.css
each container is named differently "containername1", "containername2" and so on. I then zipped each bundle of files and named each zip file different and appropriate to the container color.
When I add one container to a page it works like a charm. When I add another container to the same page I notice that the containers both seem to use the most recently added containers background color. The css file are identical with the exception of the background color.
shouldn't the container ascx file automatically use the css file in its associated container folder?
The image files seem to work just fine yet they also have identical names for each container bundle.
Do I need to add a link rel to the ascx file or should I go through each css file and specify a unique background class id. Seems like the container should only use the css file in its root folder and not pull css class properties from other container folders even if the classname is the same.
Any ideas / tips?
Regards,
Patrick