Toggle and overlap content in jQuery?

You need this $("#content").hide(); $(". Toggle"). Click(function(){ $("#content").

SlideToggle("fast"); $("#othercontent"). SlideToggle("fast"); return false; }); jsfiddle.net/enthusiastic/4ZrDb/27.

You can do this with CSS here: #content { background: #fff; position: absolute; width: 100% } also move toggle paragraph before content div like this: Toggle Test Other Content below jsfiddle.net/jsweazy/4ZrDb/19.

Try something like this: HTML: Some text at the top Testcontentforslide Toggle Other Content below CSS: p. Toggle{ cursor:pointer; font-size:13px; font-weight:bold; color:#5b5b5b; margin:0px; padding:0px; padding-left:18px; } p. Add_active{ cursor:pointer; font-size:13px; font-weight:bold; color:#5b5b5b; margin:0px; padding:0px; padding-left:18px; } #slide { position:fixed; background: #ccc; display: block; width: 100%; } #content { display: block; } #below { margin-top: 20px; } JS code is the same as you posted.

jsfiddle.net/Z3MdY.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions