Results 1 to 9 of 9

Thread: Help with accordian script

  1. #1
    Join Date
    Sep 2008
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Help with accordian script

    I need help with the accordian script.

    I absolutly love it and its the perfect application for me, but I can't figure out how to make is more narrow, the script code I copied and pasted to way to wide for my use.

    Can someone please tell me what code to change to change the width of this script.

    I will provide my sample webpage if necessary.

    Thanks in advance

  2. #2
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    Find the following...

    Code:
    <style type="text/css">
    
    .arrowlistmenu{
    width: 180px; /*width of accordion menu*/
    }
    
    .arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
    font: bold 14px Arial;
    color: white;
    background: black url(titlebar.png) repeat-x center left;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
    cursor: hand;
    cursor: pointer;
    }
    Adjust the highlighted as needed...
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  3. The Following 2 Users Say Thank You to TheJoshMan For This Useful Post:

    Crobin (09-28-2008),Maynard (10-12-2008)

  4. #3
    Join Date
    Sep 2008
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks for your quick response, I was unable to locate that particular code, there were two .js files required for this script, Im assuming the size setting is within one of those .js files. Not sure how to change that one.

    thanks again

  5. #4
    Join Date
    Sep 2008
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    OOPS.. nevermind I figured it out, I just added that line and it worked...thank you so so much for your input.


  6. #5
    Join Date
    Sep 2008
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Ooops again.... now I have to figure out how to get the script within a table on my website.....this stuff is hard! I tried to just copy/paste into the table cell but it didnt' work. ???

    thank u again

  7. #6
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  8. #7
    Join Date
    Sep 2008
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I wanted to place the script within a table, but I think it's ok the way it is but your most welcome to check it out anyway. I somehow lost the coding for the top section links to open each accordian. Not sure its really necessary. But anyway, the site is www.boggshomes.com/EW.htm

    again, many thanks

  9. #8
    Join Date
    Oct 2008
    Location
    Iowa
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Hi

    I need some help with a three layered accordian script .. it works just great but i am not able to figureout how to persist the selected link .. I want to able to change the background color of a selected <li> item .. if you would please follow the link .. you would have a clear idea as to what i am exactly looking for :
    http://www.iowa.gov/educate/newsite_test/
    i have already got it to work to three levels and it looks exactly like it is on the site

    please help
    Thank you

  10. #9
    Join Date
    Oct 2008
    Location
    Iowa
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Hi

    I need some help with a three layered accordian script .. it works just great but i am not able to figureout how to persist the selected link .. I want to able to change the background color of a selected <li> item .. if you would please follow the link .. you would have a clear idea as to what i am exactly looking for :
    http://www.iowa.gov/educate/newsite_test/
    i have already got it to work to three levels and it looks exactly like it is on the site

    please help
    Thank you

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
  •