Contractible Headers alignment
1) Script Title: Contractible Headers
2) Script URL (on DD):
<p class="style2" onClick="expandcontent('sc1')" style="cursor:hand; cursor:pointer">What is JavaScript?</p>
<p class="style2">
<div id="sc1" class="style2; switchcontent">
JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents. It is purely client side, and runs completely on the client's browser and computer.
</div>
3) Describe problem: This thing works fine but what do need to do to change the alignment of the explanation. Example:
The way I have it, is like this:
What is java:
Java is bla bla bla......
I want it to look like :
What is java:
Java is bla bla bla......
I can put space but is there any css styly i can write for this? I tried putting padding but my whole document content shifts to right.
Please help!!