Results 1 to 3 of 3

Thread: Ddaccordion integration in sidebar

  1. #1
    Join Date
    Nov 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ddaccordion integration in sidebar

    1) Script Title: Ddaccordion (Glossy Accordion Menu)

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

    3) Describe problem:
    Hello!

    I integrated Ddaccordion (Glossy Accordion Menu) in my left sidebar, but I don`t know why the page does not automatically expand to the length of my expanded menu. Instead, as the menu expands, it flows under the footer and the page content remains fixed.
    The site that I`m talking about can be seen here: http://codcr.com/beta2/
    Does anyone have a solution for that?

    Thank you!
    Last edited by alakhyando; 11-23-2011 at 03:14 PM.

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

    Default

    Try removing the line in red in your CSS below, which is hard coding the height of your left side bar:

    Code:
    .sidebar-left-box {
    	display:block;
    	width: 234px;
    	height:605px;
    	background:url(images/sidebar-left-bkg.jpg) top left no-repeat;
    }
    DD Admin

  3. #3
    Join Date
    Nov 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It worked perfectly!
    Thank you very much. I was lost in the CSS

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
  •