niths -1 Posting Whiz in Training

hello all,

In my script i have a plus(+) and minus(-) signs. Instead of those i need to call image from my image folder. so can anyone help me please..

Thank You.

<script language="JavaScript">

$(document).ready(function() {
        $(".topnav").accordion({
                accordion:false,
                speed: 500,
                closedSign: '[+]',
                openedSign: '[-]'
        });
});

</script>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.