Results 1 to 2 of 2

Thread: equal columns and accordion height issues

  1. #1
    Join Date
    Jan 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default equal columns and accordion height issues

    I used the equal column script and an accordion (ddaccordion) on my site. When the page loads it reads the equal columns, the issues is when I drop down the accordion information the page does not adjust in height to accommodate this expansion.

    http://ctaimh.mirandacreative.net/resources/links.shtml

    Has anyone encountered this? Any suggestions, please?

  2. #2
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    because you already set the exact height
    Code:
    <div id="rghtcol" style="height: 555px;">
           	  <div id="content">
           	    <h1>Links</h1>
    </div><!--rghtone div--><!--rghttwo div-->
            </div>
    if you make it into:
    Code:
    <div id="rghtcol" style="height: 100%;">
           	  <div id="content">
           	    <h1>Links</h1>
    </div><!--rghtone div--><!--rghttwo div-->
            </div>
    Fix a couple file in css / style can fix this problem

    good luck
    _____________________

    David Demetrius // davejob
    _____________________

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
  •