Move a spry accordian to another part of the page

I'm relatively new to dreamweaver. I've added a spry according to my page, and right now it sits at the bottom of a photo and thumbnails for a gallery.  I'm trying to move the spry according up, to the upper right hand side of the page, but it just stays centered at the bottom and I can't drag it's outline box freely around.  Wny help would be greatly appreciated!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Photo Gallery</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-5">
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
<script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
<link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css">
<link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css">
</head>
<body>
<img src="images/TopBanner-mini.jpg" width="546" height="90"><br />                                                                                                                                                                                                                                                                                   <div class="inner_copy"><a href="http://www.greatdirectories.org/">web directories</a><a href="http://www.bestfreetemplates.info/">free CSS templates</a></div>
     <div id="navigation">
          <ul>
               <li><a href="index.html"><img src="images/but1.gif" alt="" width="120" height="26" /></a></li>                                                                                                                                       
               <li><a href="index2.html"><img src="images/but2.gif" alt="" width="120" height="26" /></a></li>
               <li><a href="index2.html"><img src="images/but2.gif" alt="" width="120" height="26" /><img src="images/but3.gif" alt="" width="120" height="26" /></a></li>
               <li><a href="index2.html"><img src="images/but4.gif" alt="" width="120" height="26" /></a></li>
               <li></li>
               <li></li>
          </ul>
     </div>
     <div class="big">
          <img src="images/photobig.jpg" alt="" width="721" height="491" />
<div id="CollapsiblePanel1" class="CollapsiblePanel">
          <div class="CollapsiblePanelTab" tabindex="0">Cliquez ici pour des informacions</div>
          <div class="CollapsiblePanelContent">
            <p>Sabine, here you can enter any questions or directions you have for each set.</p>
            <p> </p>
            <p>A.</p>
            <p>B.</p>
            <p>C. </p>
            <p>etc.</p>
            <p> </p>
          </div>
      </div>
</div>
     <div class="content">
          <div class="preview">
               <a href="#"><img src="images/pic1.jpg" alt="" width="105" height="72" /></a>
               <a href="#"><img src="images/pic2.jpg" alt="" width="105" height="72" /></a>
               <a href="#"><img src="images/pic3.jpg" alt="" width="105" height="72" /></a>
               <a href="#"><img src="images/pic4.jpg" alt="" width="105" height="72" /></a>
               <a href="#"><img src="images/pic5.jpg" alt="" width="105" height="72" /></a>
               <a href="#"><img src="images/pic6.jpg" alt="" width="105" height="72" /></a>
               <a href="#"><img src="images/pic7.jpg" alt="" width="105" height="72" /></a>
               <a href="#"><img src="images/pic8.jpg" alt="" width="105" height="72" /></a>
               <div class="smallmenu">
                    1 <a href="#">2</a> <a href="#">3</a> <a href="#">4</a> <a href="#">5</a> <a href="#">6</a> <a href="#">7</a>                                                                                                                                                                                                                                                                                              <div class="inner_copy"><a href="http://www.bestfreetemplates.org/">free templates</a><a href="http://www.bannermoz.com/">banner templates</a></div>
               </div>
          </div>
</div>
<div id="footer">
          <ul>
               <li><a href="index.html">home</a></li>
               <li><a href="index2.html">gallery</a></li>
               <li><a href="index2.html">about me</a></li>
               <li><a href="index2.html">news</a></li>
               <li><a href="index2.html">parters</a></li>
               <li><a href="index2.html">contacts</a></li>
          </ul>
          <p>     
               Copyright &copy;. All rights reserved. Design by <a href="http://www.bestfreetemplates.info" target="_blank" title="Best Free Templates">BFT</a>                                                                                                                                                                                                                                                <div class="inner_copy"><a href="http://www.beautifullife.info/">beautiful</a><a href="http://www.grungemagazine.com/">grunge</a></div>
          </p>
     </div>
<div id="Accordion1" class="Accordion" tabindex="0">
  <div class="AccordionPanel">
    <div class="AccordionPanelTab">Image li&eacute;e 1</div>
    <div class="AccordionPanelContent"><a href="#"><img src="images/pic1.jpg" alt="" width="105" height="72" /></a></div>
  </div>
  <div class="AccordionPanel">
    <div class="AccordionPanelTab">Image li&eacute;e 2 </div>
    <div class="AccordionPanelContent"><a href="#"><img src="images/pic1.jpg" alt="" width="105" height="72" /></a></div>
  </div>
  <div class="AccordionPanel">
    <div class="AccordionPanelTab">Image li&eacute;e  3</div>
    <div class="AccordionPanelContent"><a href="#"><img src="images/pic1.jpg" alt="" width="105" height="72" /></a></div>
  </div>
</div>
<script type="text/javascript">
<!--
var CollapsiblePanel1 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel1");
var Accordion1 = new Spry.Widget.Accordion("Accordion1");
//-->
</script>
</body>
</html>

DW isn't drag & drop like your graphics apps.  You need to look at your code.
Highlight the relevant portions, Cut or Copy & Paste code to where you want it to appear in your markup.
<!--BEGIN ACCORDION PANEL-->
<div id="Accordion1" class="Accordion" tabindex="0">
  <div class="AccordionPanel">
    <div class="AccordionPanelTab">Image li&eacute;e 1</div>
    <div class="AccordionPanelContent"><a href="#"><img src="images/pic1.jpg" alt="" width="105" height="72" /></a></div>
  </div>
  <div class="AccordionPanel">
    <div class="AccordionPanelTab">Image li&eacute;e 2 </div>
    <div class="AccordionPanelContent"><a href="#"><img src="images/pic1.jpg" alt="" width="105" height="72" /></a></div>
  </div>
  <div class="AccordionPanel">
    <div class="AccordionPanelTab">Image li&eacute;e  3</div>
    <div class="AccordionPanelContent"><a href="#"><img src="images/pic1.jpg" alt="" width="105" height="72" /></a></div>
  </div>
</div>
<!--END ACCORDION PANEL-->
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • When I open my brokerage website, I see my account information normally but when I click on another part of the page, I get an error message asking me to sign in again. This does not happen in IE or Chrome.

    My PC runs on WinXP.

    Same here (iPhone 5S). And a friend of mine has the same problem on his iPhone 5. I just installed the newest iOS update (7.1.2) and the problem persists. Although it seems to affect several people yet I can't find anything related to this on the web. If I really want deliberately to trigger the problem I just need to delete a song from the music app and the message will pop up for sure. I am also somewhat reluctant to do a full restore because frankly I expect the same outcome as the thread starter. So hopefully Apple will fix this soon. The main reason for me to buy a $ 800+ phone is to have a device that 'just works' but apparently that's long gone since iOS 7...

  • My cursor flits away to another part of the screen while I am using it.

    When moving the cursor around the screen with the mouse, often the cursor will just flit away to another part of the screen and I have to move the mouse around in a circle to find it an drag it back to where I was using it. Any ideas what is causing this?

    I believe this has been attributed to some shift in the state of your wifi connection. It usually happens for me when something is being downloaded, or a download finishes. Sometimes the wifi "fan" in the menu bar is changing from 3 to 4 bars, or 4 to 3. Often I don't know what it is changing, but the cursor just jumps.
    I searched for this problem (months ago) and someone on the forum said it was the wifi doing it. Turn off the wifi and connect by ethernet and see if it continues. With the layout of my office, I'm not able to try that, so I just put up with it. Seems it doesn't do it as often anymore, but it does continue.
    Hope this is helpful. Joel.

  • Can i move my itunes library to another account on the same computer

    can i move my itunes library to another account on the same computer

    This might help:
    iTunes: How to share music between different accounts on a single computer
    -Kylene

  • My Photoshop CS 5 has some strange actions when I copy a portion of a photo using the clone stamp  to transfer to another part of the image. It carries the entire layer (not just the stamps selection) across the screen and I cannot place it where I need t

    My Photoshop CS 5 has some strange actions when I copy a portion of a photo using the clone stamp  to transfer to another part of the image. It carries the entire layer (not just the stamps selection) across the screen and I cannot place it where I need to. It appears as if I selected the entire layer on purpose (which I did not)
    The below items appeared when I opened Photoshop CS 5:
    “Photoshop has encountered a problem with the display driver and has temporarily disabled G & U enhancements. Check the video card malfunctions website for latest software. GPU enhancements can be enabled in the performance panel of preferences.”
    (I believe this started after the automatically updated Windows was applied. It was coincident with the before mentioned problem . . . but I don’t really know if it had anything to do with it. )

    For the Clone Stamp problem, check the Clone Source panel and Clipped is probably unchecked.
    If so, check Clipped and see if that makes a difference.
    (Window>Clone Source)
    As to the video card problem:
    Which version of windows are you using?
    What is the make and model of your graphics card?
    Do you know which update windows installed?

  • The main part of the safari page is grey and won't respond/can't type in any commands.  I can move back through the previous pages, and even open new ones via the URL, but can't get onto the main part of the page and I can't get onto the 9 page option. !?

    The main part of the safari page is grey and won't respond/can't type in any commands.  I can move back through the previous pages, and even open new ones via the URL, but can't get onto the main part of the page and I can't get onto the 9 page option. !?
    Help, please.

    Try clearing Safari's cache : Settings > Safari > Clear Cache (and Clear History)
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • How can I copy a part of the picture and paste this piece on top of another part of the same picture? ta

    How can I copy a part of the picture and paste this piece on top of another part of the same picture? ta

    select the section you want to copy (marquee tool or lasso tool) and either go to edit copy or use control c create a new layer in layers (top menu bar) or Control shift N and paste using control V;  or edit > paste.

  • Using the result of a subselect in another part of the select

    Does anyone know if 9i can use the results of a subselect in a select in another part of the select. For example:
    select x, (select y from sometable) as ssvar, z, (select abc from someothertable where somecolumn=ssvar) from yetanothertable
    Anyone? We have a bunch of Sybase queries we are porting over and they use this extensively. It looks like the 9i docs say this may not be possible, but I really wanted to be sure before I rewrite the queries.
    -Lou

    From your example, an inline view seems most appropriate to me...
    select max_table.table_name, column_name
    from user_tab_columns, (
    select max(table_name) as table_name
    from user_tables) max_table
    where max_table.table_name = user_tab_columns.table_name
    However, if your actual usage is more complicated, you might want to look at 'subquery factoring' (new in 9i). It doesn't really do much good for this example but here's the syntax...
    with max_table as (
    select max(table_name) as table_name
    from user_tables)
    select max_table.table_name, column_name
    from max_table, user_tab_columns
    where user_tab_columns.table_name = max_table.table_name
    Richard

  • I need to replace a color on my image with a specific color from another part of the image.  How?!

    I have spent over 2 hours trying to figure out how to replace a color on one part of my image with a specific color shown on another part of the image.  So far I have been able to go to "Replace Color" on my Adobe Photoshop version, but it seems that I can only change the hue and brightness of the color that it currently is.  I need to use a specific color so this does not help me.  Does anyone know how to complete the task I am referring to?
    Also, please keep in mind that I am using Adobe Photoshop 6.0, not a fancy cs version or anything.  So it's pretty old school...
    Any help/feedback is greatly appreciated!  Thank you.

    Hi brookehelene,
    You might consider making a selection the object and using a color fill layer set to the color blend mode instead of replace color.
    I used the same picture as kendallplant did and changed the color on the same flower by sampling the pink color from the flower to the right)
    (click on the screenshots below for larger views)
    1. Select>Color Range
       (i used color range because the dialog is somewhat similar to the replace color dialog, except one is making a selection instead of replacing a color)
       (there are many other ways to make the selection such as the magic wand, so if your more familar with the other selection tools you can use those instead to make your selection)
    2. Use the eyedroppers and fuzziness slider in the color range dialog to make the selection of the object.
       (in the screenshot below the white areas are selected and black areas are not)
       (your selection probably won't be perfect, but you can paint on the layer mask to refine the selection)
    3. After you press the okay in the color range dialog you'll see the selection (marching ants)
       At the bottom of the layers palette press the Create New Fill or Adjustment Layer icon
       to reveal a list and choose Solid Color.
       Then use the eyedropper to sample a color from your image and press ok.
       Change the Blend mode for the color fill layer to Color (top of the layers palette)
    4. As you can see a lot has been selected besides the flower.
        To refine the areas of color, paint on the layer mask with the paintbrush tool.
        Use white to add the color or black to subtract the color
        You can press the D key on the keyboard to get the default colors (black and white) in the toolbox
        and press the X key to switch between the two when painting on the layer mask.
    Even though the above takes longer you can easily change the color or modify the areas that you want to change the color on.
    To change the color you can double click on the color fill icon in the layers panel.
    You can also use other layer blend modes besides color such as hue, so you might try some of the others and see what they do.

  • How to I print a center footer which includes the word "Page" as part of the Page # of #?

    I want to print out multiple pages when I go to a specific URL and I want to also print a custom center footer which actually prints out the word Page as part of the Page # of #, normally if you choose the specific Page # of # you only get printed out as an example 1 of 2, it does not cause the word Page to be included in the printout?
    a

    Hi Nes,
    This is the second time you are posting a variation on this question.
    I was about to so NO YOU CAN'T...
    but then I thought...
    It is possible to print just parts of a front panel but it is a lot easier to do the things others have suggested.
    If you really want to print just a part of the FP you will have to do a lot of coding and the GUI will do some strange things in the process.
    I will outline the process and leave the code as an exercise for the reader.
    Using property nodes determine where on the FP the objects of interest are located.
    Again using property nodes, move the objects around on the FP so that they are grouped together and sized such they fit on a printed page.
    Using property nodes adjust the screen size origin etc so only
    the objects of interest are now visable.
    Using.....nodes print only the visable part of the screen.
    Using....nodes put everything back where is was when you started!
    Like I said, this is not easy.
    The simplest solution was suggested by BJD who said group the objects of interest on a tab page, use an invoke node to get the image and then display it on the FP of a sub-VI set to print on completion. That method will let you quickly add new interesting objects to the print out without having to change the sub-VI.
    Trying to help,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How can I print just a part of the page and not the full page with Adobe Reader v 10.1.2?

    how can I print just a part of the page and not the full page with Adobe Reader v 10.1.2? I need to print a engineering print with lot of information but information is too small in letter size and I don't have a plotter.

    Two ways to print a portion of a page: zooming or using the Snapshot Tool.
    ZOOMING:
    Zoom into the area you want to print.
    Click the Print icon.
    Under "Pages to Print", make sure "Current view" is selected under "More options" (you may need to click "More options" to open it).
    If you aren't satisfied with the preview, try clicking "Fit" under the Size button.
    SNAPSHOT
    Choose Edit > Take A Snapshot.
    Drag a rectangle around the area you want to print. 
    Click the Print icon.
    Under "Pages to Print", make sure that "Selected Graphic" is selected under "More options".
    To enlarge the snapshot to fit the sheet of paper, choose "Fit" under the Size button.
    Hope this helps!

  • In Pages, how can I make one page have one column on part of the page and two columns on part of the page?

    What I am trying to achieve is a page with one column for all the text I write, but I also want to show two tables (one placed beside the other, not underneath the other) so on the part of the page where I am showing these tables, I would like to have two columns. Is this possible? Underneath the tables, there is more text that should be in one column only.

    Use a layout break.

  • The toolbar in the adobe app that allows you to choose the brightness level and the page layout doesn't hide. Because of that, i of course am unable to read the top part of the page...[Android]

    The toolbar in the adobe app that allows you to choose the brightness level and the page layout doesn't hide. Because of that, i of course am unable to read the top part of the page. I cannot find anything in the settings that will make it go away. What do i do? I use Samsung Ace.

    What is the Acrobat DC version and the android version that you are running? You can find the Acrobat version here: How to find the Acrobat DC version installed on your Android device

  • Split Screen:  2 parts of the page at once

    I'm working on a long page - several hundred lines - and
    would like to be able to split the screen so I can see two parts of
    the page at once. Does anyone know how?
    Thanks
    Note: This is in Code View.

    A few remarks:
    - place the cfparam code lines out of the cfdocument tag;
    - remove the link tag from within cfdocument. The link tag
    may only appear in the head section of the page;
    - remove the cfoutput tag. It is apparently unnecessary;
    - remove the long comment lines <!------------ ...
    -------------->. If you need to break the document up into
    sections, use the cfdocumentsection tag. A previous thread contains
    an
    example of using cfdocumentsection and cfdocumentitem tags for
    section and page flow.
    added: You should consider installing the
    Coldfusion
    MX 7 hotfixes if you haven't done so yet. One of the fixes is
    for cfdocument's text cut-off problems.

  • Error When inserting Content Query Web part onto the page

    i am using share point 2010 and when i am trying to insert content query web part onto the page i am getting the following error
    i checked the correlation id in the logs file but could not find anything useful in it.
    please suggest why this problem occuring everytime when i try to insert content query webpart onto the page

    Hi,
    Check the correlation id in your logging files are the best way to investigate.
    Did you check these files with "SharePoint ULS Log viewer". Maybe, that will be more easy for you to get the correlation Id.
    Moreover, check the account's permissions with which you try to insert your webpart.
    Regards.
    Gilles Martinez
    Twitter
    Blog
    Please mark as helpful/answer if this resolved your post

Maybe you are looking for

  • Solaris 11.1 ehci bug: usb-printer not anymore recognized

    same hardware, same printer: after upgrading to 11.1 the usb-printer is not detected cfgadm does not list it, not detected by HAL. No usb kern.info for the printer in /var/adm/messages but unplugging USB cable causes ehci error message in /var/adm/me

  • Worried about number of photos

    My wife is running a MBP and is just scaring 15,000 photos. My kids are only 3 and 6 so at this rate I'm really worried what to do with all these? I'm thinking of building a media locker with http://lime-technology.com/ to store all these. So here's

  • Smart object updates...

    Been working on catagalogs, it seems, my whole life. Now working on one that has an average of 120 object per page. Been using Data Merge in InDesign for most but came up with a way of making one image contain 7 images that could be updated as produc

  • Saving Keynote slides as jpeg

    Is there a way to save individual slides created in Keynote as .jpg files? I'd like to use slides I've created as pictures in other projects. Thanks

  • Freezing during use ever since upgrade to Lion

    My Macbook doesn't freeze on login.  It doesn't freeze after waking up from sleep. It works fine and then after a bit of use - it freezes. I can detect no consistent pattern to the freezes. I have gone to NEVER having to reboot (or whatever the mac e