Thanks for your help.
the 2nd problem is sloved.
But after checking the classes of this module, I found that it is using the class
moduletable and
mod_comment
.
<div class="moduletable">
<h3>LATEST COMMENT</h3>
<div class="mod_comments">
<ul class="mod_comments">
<li class="mod_comments"></li>
<li class="mod_comments"></li>
<li class="mod_comments"></li>
<li class="mod_comments"></li>
</ul>
</div>
</div>
In
moduletable class if I use my image as background then it changes the background image of all other modules.
But if I use image as background in
mod_comment then it apply it only to the comments line and not at the area above or below that.
Now I dont know where to over write this class of css or to do what now.
If someone have done this before then kindly reply.