Hi
(little problem im not expert in css)
i have a div if i change background color it successfully change it but if i add image then it does not change background color of div here is my code
<div class="Cartoon">
<img src="App_Themes/White/Images/male.png" class="imgMale" />
<div class="male"><p>In a Nutshell|</p>
<span>this is some text</span>
</div>
</div>
<style type="text/css">
.Cartoon
{
background-color: yellow;
}
</style>
(No jQuery and No Javascript only in css)
you can check heres the url parkingticketpal.com/HowItWorks.aspx