/    Sign up×
Community /Pin to ProfileBookmark

Animated Collapsible DIV v2.4

Hello

This is brilliant and good to work with, there is one issue i have if someone can help please.

I have used example 4 baucase it visually does exactly what i need, however there is one little problem i cant solve.

I copied the div and now have 2 collapsable divs next to each other, which nearly do exactly what i need.

I have lined up the 2 divs next to each other they both open, but the one on the left pushes the right one out to the right and i dont know how to do that.

here is the code

thanks

the animatedcollapse.js is too long to put but can be found here [url]http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm[/url]

[code]
<script type=”text/javascript”>

animatedcollapse.addDiv(‘jason’, ‘fade=1,height=80px’)
animatedcollapse.addDiv(‘kelly’, ‘fade=1,height=100px’)
animatedcollapse.addDiv(‘michael’, ‘fade=1,height=120px’)

animatedcollapse.addDiv(‘cat’, ‘fade=0,speed=400,group=pets’)
animatedcollapse.addDiv(‘dog’, ‘fade=0,speed=400,group=pets’)
animatedcollapse.addDiv(‘rabbit’, ‘fade=0,speed=400,group=pets,hide=1’)

animatedcollapse.ontoggle = function ($, divobj, state) { //fires each time a DIV is expanded/contracted
//$: Access to jQuery
//divobj: DOM reference to DIV being expanded/ collapsed. Use “divobj.id” to get its ID
//state: “block” or “none”, depending on state
}

animatedcollapse.init()
</script>

<div id=”mobile_navigation”>
<div id=”sectionnav”>
<a href=”#” rel=”toggle[dog]” data-openimage=”section_active.gif” data-closedimage=”section.gif”><img src=”collapse.jpg” border=”0″ /></a>
<div id=”dog”>
The cat (Felis catus), also known as the domestic cat or house cat to distinguish it from other felines, is a small carnivorous species of crepuscular mammal that is often valued by humans for its companionship and its ability to hunt vermin. It has been associated with humans for at least 9,500 years. A skilled predator, the cat is known to hunt over 1,000 species for food. It can be trained to obey simple commands.
</div>
</div>

<div id=”searchnav”>
<a href=”#” rel=”toggle[cat]” data-openimage=”search_active.gif” data-closedimage=”search.gif”><img src=”collapse.jpg” border=”0″ /></a>

<div id=”cat”>
The cat (Felis catus), also known as the domestic cat or house cat to distinguish it from other felines, is a small carnivorous species of crepuscular mammal that is often valued by humans for its companionship and its ability to hunt vermin. It has been associated with humans for at least 9,500 years. A skilled predator, the cat is known to hunt over 1,000 species for food. It can be trained to obey simple commands.
</div>
</div>
</div>

[/code]

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@jelly46authorApr 16.2012 — This is now solved it was a width issue in the CSS, thank you.
×

Success!

Help @jelly46 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...