Results 1 to 3 of 3

Thread: Horizontal Accordion in Specific Position

  1. #1
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Horizontal Accordion in Specific Position

    1) Script Title: Horizontal Accordion script

    2) Script URL (on DD):http://www.dynamicdrive.com/dynamici...haccordion.htm

    3) Describe problem:
    Okay. I want to position the accordion in a specific spot. Using css I want top:682 and left:0. I've tried everything I know to try and it does not work. Everytime I use the "position" property (position:absolute or position:relative) the entire thing disappears. I'm using Firefox browser. The link to the page is http://www.crossfitbiloxibeach.com/c...erofmonth.html. This page is not my main page but I was just trying to get it set up correctly without messing up my main page or without down time. Any help would be greatly appreciated. I'm pulling my hair out. Thanks!

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Are you sure it doesn't work? I just tried absolutely positioning the default demo on DD, and it seems to be fine, something like:

    Code:
    <div id="hc1" class="haccordion" style="position:absolute; left: 100px; top:100px">
    "
    "
    </div>
    DD Admin

  3. #3
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Okay. I just started from scratch with it and it works. Apparently I messed something up in the code that I wasn't seeing. Anyway, thank you very much.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •