PDA

View Full Version : moving chunks of html around


brothercake
07-25-2002, 01:40 AM
i have a bunch of sequentially-numbered divs:

<div id="box-0"> ... </div>
<div id="box-1"> ... </div>
<div id="box-2"> ... </div>
<div id="box-3"> ... </div>

etc... How would I say "move box-3 and put it in between box 0 and box 1"

I'm not looking for a complete answer here, just some ideas about what methods are available

brothercake
07-25-2002, 08:10 PM
Nevermind ... should have read WA's post (http://codingforums.com/showthread.php?threadid=2416)