Results 1 to 2 of 2

Thread: Accordion Content menu position problem

  1. #1
    Join Date
    Aug 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Accordion Content menu position problem

    1) Script Title: Accordion Content Scropt (v1.9)

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

    3) Describe problem: I want to use Accordion Content Scropt to make a web menu. But I don't know how to make it fit sit in upper left without any space (0,0).
    Where and which to be modify to make the upper-left corner position that I want?

    Thank for all!

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    You can put all the accordion content into a div and position it absolutely to the top left;

    Code:
    <div style="position:absolute; top:0; left:0;">
    ... accordion content goes here ...
    </div>
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

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
  •