Re positioning of a  JS menu (has links)

HI, I have a link to the page I'm wotking on
http://www.oldfields.com.au/access/index.htm
the grey menu on the left side doesn't fit in. It is a java
script menu that is linked to other pages, so it is seen on all the
pages in the "access" section. On some pages the menu os fine, on
others it is slightly more to the left and comes off the
page/template. Is there a bit of script I canb add to the java
script to move the thing accross a ittle?
PS here is a page where it is OK:
http://www.oldfields.com.au/access/locations.php
And here is one where it is not:
http://www.oldfields.com.au/access/index.htm
OK thanks !

Did some tinkering with yor code. I think the solution below
should work. If it doesn't, well, I tried.
I compared your files access_menu.js with all other similar
files treco_menu.js holdings_menu.js and so on. The issue , I think
lies with your definition of array widths in access_menu.js. If you
change the widths in access_menu.js for Menu1,Menu2, Menu3 all to
178 , which is what you have in the other files, your problem
should be resolved. Not asking you to tamper with the submenus,
just the widths in the menu's which are presently 176, 140 and 128.
When I changed the first width (Menu 1) from 176 to 178, it seemed
to fix the issue.
Menu1=new Array("Oldfields
Access","index.htm","../images/menu_bg_up.gif",0,30,176);
Menu2=new Array("Aluminium Scaffold Sales &
Hire","scaff.htm","../images/menu_bg_up2.gif",6,45,140);
Menu3=new Array("Airless Paint Sprayers & Line
Markers","linemark.htm","../images/menu_bg_up2.gif",0,45,120);

Similar Messages

  • My spry menu has disappeared. Help!

    I had my spry menu all set except for it wasn't quite long enough. In the process of getting the width correct, it went transparent. I can see the menu items properties and in the code and the blue box is there. I just can't see the menu itself in Dreamweaver or online. I can't figure out what I changed that made it do this.
    ul.MenuBarHorizontal
        list-style-type: none;
        cursor: default;
    width: 890
    `;
        text-align: center;
        float: left;
        z-index: 1000;
        width: 878px;
        clear: none;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        padding: 0px;
        clip: rect(auto,0px,auto,0px);
        margin: 0px;
        position: relative;
        height: inherit;
        left: 147px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
        text-align: left;
        float: none;
        width: auto;
        clear: right;
        height: auto;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0px;
        padding: 0;
        list-style-type: none;
        font-size: 105%;
        text-align: center;
        cursor: pointer;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Biondi;
        z-index: auto;
        font-weight: normal;
        white-space: normal;
        display: block;
        width: auto;
        height: auto;
        float: left;
        position: absolute;
        left: 315px;
        top: -310px;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        z-index: 1020;
        cursor: default;
        width: auto;
        left: -1000em;
        text-align: left;
        float: none;
        clear: right;
        position: relative;
        height: auto;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        text-align: left;
        left: auto;
        width: auto;
        clear: right;
        float: none;
        position: relative;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: auto;
        float: none
    !important;
        display: block;
        white-space: nowrap;
        text-align: left;
        clear: right;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        text-align: left;
        width: auto;
        margin-top: -5%;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 95%;
        clear: right;
        float: none;
        position: relative;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: auto;
        text-align: left;
        right: auto;
        bottom: auto;
        height: auto;
        width: auto;
        float: none;
        clear: right;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        text-align: center;
        width: auto;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        float: none;
        padding: 0em;
        clear: right;
        position: relative;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: default;
        background-color: #102842;
        text-decoration: none;
        text-align: left;
        border: thin inset #FFF;
        color: #FFF;
        letter-spacing: normal;
        word-spacing: normal;
        width: auto;
        list-style-type: none;
        margin: auto;
        float: none;
        padding-top: 0.25em;
        padding-right: 0.75em;
        padding-bottom: 0.75em;
        padding-left: 0.25em;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Biondi;
        font-size: 100%;
        clear: right;
        position: relative;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #FFF;
        color: #102842;
        text-align: center;
        padding: 0px;
        width: auto;
        float: none;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #FFF;
        color: #0D8C17;
        padding: 0px;
        text-align: left;
        margin: auto;
        width: auto;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        text-align: left;
        margin: auto;
        width: auto;
        padding: 0.5em;
        float: none;
        clear: right;
        position: relative;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-color: #102842;
        text-align: left;
        width: auto;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: none;
        text-align: left;
        position: relative;
        width: auto;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-color: #FFF;
        text-align: left;
        position: relative;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        z-index: 1010;
    filter:alpha(opacity:0.1);
        text-align: left;
        position: relative;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: block;
        f\loat: left;
        background: #FFF;
        text-align: left;
        position: relative;
        width: auto;
    <ul class="MenuBarHorizontal" id="MenuBar1">
    <li><a href="#">HOME</a></li>
        <li><a href="#" class="MenuBarItemSubmenu">ABOUT US</a>
          <ul>
            <li><a href="#">Become a Member</a></li>
            <li><a href="#">Photo Gallery</a></li>
            <li><a href="#">Contact Us</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">NEWS</a>
          <ul>
            <li><a href="#">Events</a></li>
            <li><a href="#">Photo Gallery</a></li>
            <li><a href="#">Job Listings</a></li>
            <li><a href="#">Hot Deals</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">COMMUNITY</a>
          <ul>
            <li><a href="#">Scott Air Force Base</a></li>
            <li><a href="#">City of O'Fallon</a></li>
            <li><a href="#">O'Fallon Welcome Guide</a></li>
            <li><a href="#">O'Fallon-Shiloh Area Restaurant Guide</a></li>
            <li><a href="#" class="MenuBarItemSubmenu">Shiloh</a>
              <ul>
                <li><a href="#">Village of Shiloh</a></li>
                <li><a href="#">Village Services Guide</a></li>
              </ul>
            </li>
    <li><a href="#">Events &amp; Reception Planning Guide</a></li>
            <li><a href="#">Relocation Packet Info</a></li>
            <li><a href="#">The Tourism Bureau Illinois South</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">COMMITTEES</a>
          <ul>
            <li><a href="#">Board of Directors</a></li>
            <li><a href="#">Ambassadors</a></li>
            <li><a href="#">Star Investors</a></li>
            <li><a href="#">Member Directory</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">CONTACT US</a>
          <ul>
            <li><a href="#">Member Login</a></li>
            <li><a href="#">Member Directory</a></li>
            <li><a href="#">Relocation Packet Info</a></li>
            <li><a href="#">Community Business Info</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">EVENTS</a>
          <ul>
            <li><a href="#">News</a></li>
            <li><a href="#">Calendar</a></li>
            <li><a href="#">Photo Gallery</a></li>
            <li><a href="#">Hot Deals</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">JOIN</a>
          <ul>
            <li><a href="#">Member Directory</a></li>
            <li><a href="#">Become a Member</a></li>
            <li><a href="#">Hot Deals</a></li>
            <li><a href="#">Member Login</a></li>
            <li><a href="#">Community Business Info</a>
    <br />
    </li>
          </ul>
        </li>
      </ul>

    I added the following to the document (after the link to SpryMenuBarHorizontal.css)
    <style>
    ul.MenuBarHorizontal li {
        top: auto;
        position: relative;
    </style>
    and managed to see the menubar.
    However, while perusing the stylesheet, I noticed that it had been mistreated beyond recognition. In view of this, I would recommend starting with an untouched stylesheet and changing only the colours and font sizes of existing style rules. Do not add new rules, do not delete existing rules.
    See how you go and report back here in case of trouble.

  • Spry menu broken links

    Hi,
    i am working on a web site in which drop down menu bar is required.
    I inserted the spry menu and linked all the tabs to their respective pages.the linked pages are in the same folder as the index file.path being-
    c:/..doccuments/site name/xyz.html
    now when i preview any page in my browser(chrome,IE,opera),the links work on the first click.if i try to navigete to the same page again,it shows a message 'No webpage was found for the web address: file:///C:/.../Documents/pagename.html'
    now when i check again,dreamweaver shows the paths to be of the form 'c:/..my doccuments/site name/xyz.html'
    but the browser is trying to search for the pages in folder 'Doccuments' and not 'Doccuments/sitename'
    any help would be great.
    thank u.
    vijay ramaswamy
    [email protected]

    Try this:
    ul.MenuBarHorizontal {
         cursor:default;
         font-size:100%;
         list-style-type:none;
         margin:-34px 0 0 95px;
         padding:0;
         width:600px;
    ul.MenuBarHorizontal li {
         cursor:pointer;
         display:block;
         float:left;
         font-family:Verdana,Arial,Helvetica,sans-serif;
         font-size:11px;
         font-weight:normal;
         height:18px;
         list-style-type:none;
         margin:0;
         padding:0;
         position:relative;
         text-align:left;
         width:auto;
    ul.MenuBarHorizontal a {
         background-image:url(navTitle_menuBkgd.gif);
         color:#000000;
         cursor:pointer;
         display:block;
         height:18px;
         padding:0 15px;
         text-decoration:none;

  • Changing position of the toplevel menu

    Hello,
    My InDesign CC plugin has a toplevel menu that automatically gets added at the end. MyPlugIn has set of menu items.
    File    Edit    Layout    Type    Object    Table    View    Window    Help    MyPlugIn
    I would like the position of this toplevel menu to be between Table an View, like this :
    File    Edit    Layout    Type    Object    Table    MyPlugIn    View    Window    Help
    I am unable to achieve this using .fr file. Also, I don't see any functions in IMenuManager that can accomplish this.
    Can someone help?
    Thank you
    Musten

    Hello,
    My InDesign CC plugin has a toplevel menu that automatically gets added at the end. MyPlugIn has set of menu items.
    File    Edit    Layout    Type    Object    Table    View    Window    Help    MyPlugIn
    I would like the position of this toplevel menu to be between Table an View, like this :
    File    Edit    Layout    Type    Object    Table    MyPlugIn    View    Window    Help
    I am unable to achieve this using .fr file. Also, I don't see any functions in IMenuManager that can accomplish this.
    Can someone help?
    Thank you
    Musten

  • Is there any way to delete a page listing on the top of the IWeb site. I created a page which has links to the other pages, so I don't need all of them listed on top...

    Is there any way to delete a page listing on the top of the IWeb site. I created a page which has links to the other pages, so I don't need all of them listed on top...

    Better ask in the iWeb forum.
    Answer : inspector > first icon from the left > uncheck 'Display navigation menu'
    For future reference, also look at the other icons.

  • Apple start Menu has duplicate items

    I have been using this mac mini for about a year and it is incredibly slow. It's usually only running two programs.
    Today I noticed that my apple start menu has two links for - restart, log out, force quit, and shut down.
    Does anyone know what causes this and how I can fix it?
    I have 10+ macs in my office and this one is just awful. I'm hoping this might be part of the problem.
    Thanks.

    Welcome to the Apple Discussions!
    It seems you've turned on one of the Universal Access options. This may have happened accidentally with a key command. Open the Universal Access System Preferences and turn off "Voice Over".
    -Doug

  • My hard-drive crashed, I own lightroom 5, where can I download it again t re install it. The ADOBE email I had has links that no longer work (thanks for that). Running Windows 7 Home Premium

    My hard-drive crashed, I own Lightroom 5, where can I download it again t re install it. The ADOBE email I had has links that no longer work (thanks for that). Running Windows 7 Home Premium

    Hello Andrea,
    did you try this: http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_lightroom&promoid&promoid=DT EML
    What concerns your eMail you should talk to Adobe, please have a look there: http://helpx.adobe.com/de/contact.html  by clicking throug their questions and if "open" please use chat, I had the best experiences.
    Hans-Günter

  • How to I set an internal link in a PDF document using Preview?  After setting a link under the Tools/Annotations menu, the link doesn't work and no detailed instructions are provided.

    How to I set an internal link in a PDF document using Preview?  After setting a link under the Tools/Annotations menu, the link doesn't work and no detailed instructions are provided via the Help menu other than it showing the pull-down menu selection to make.

    No.  I am able to use the other features such as underlining, highlighting, adding rectangles and oval and save those changes.

  • Menu has 19 items...and it is not allowed???

    So i have 17 videos on a menu page plus Main Menu and Play all
    Adobe throws a error saying it only allows 18 items on a page
    So i am thinking making another additional page before it ...a page that has three buttons  Play all     go to 17 videos   main menu
    Then take out play all from the page with 19 items leaving me with 18 items
    I am wondering if i am cutting it too close and maybe make another page on that has videos 1-10 and another that has 11-17?
    Along this same line each of the videos are from 2:30 seconds to 4:30 for an hour total tme
    Would it be better to lay these short videos all on one timeline or make a separate one for each?
    The reason i ask is that each video has a 5 second title page ( quiet no sound ) and i am thinking of using the play all to start at the
    place where each audio starts instead of the beginning where the quiet title starts.
    Not sure yet on how to do this from user experience. The are meditation videos so the quiet might not be bad in between
    Any input on this is welcomed :-)
    Thanks

    Interesting to me that the smaller menu has twice the possible buttons!
    Thanks again Ann!
    Thoughts on this part?
    Along this same line each of the videos are from 2:30 seconds to 4:30 for an hour total tme
    Would it be better to lay these short videos all on one timeline or make a separate one for each?
    The reason i ask is that each video has a 5 second title page ( quiet no sound ) and i am thinking of using the play all to start at the
    place where each audio starts instead of the beginning where the quiet title starts.
    Not sure yet on how to do this from user experience. The are meditation videos so the quiet might not be bad in between
    Any input on this is welcomed :-)
    Thanks

  • Spry Accordion Menu Tab Link css - totally confused

    Thanks folks from an l-plater but I've totally confused myself trying to work this out and I'm hoping some fresh eyes will see the answer clear as day.  I've created a spry accordion menu with links in the actual panel tabs.  Menu and links all working fine - problem is in css styling, particularly panel tab link open and hover states which should be blue text over green background, same as non-link panel tabs.  You'll see from code that I've tried a few styles but can't get this to work.  I'm thinking I've totally overdone it and some styles are overriding others and solution is a simple deletion of some unnecessary or conflicting styles.
    Thanks so much in advance for your help - I just can't see for looking any more though I'm sure it can't be hard.
    <div id="sidebar1">
    <div id="Accordion1" class="Accordion">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Index.html" onclick="window.location = this.href">Home</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Photo Gallery</div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="PhotoGallery.html">Gallery 1</a></li>
        </ul>
        </div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Unit Newsletters</div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="Newsletter.html">February 2010</a></li>
        </ul>
        </div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Sponsors.html" onclick="window.location = this.href">Sponsors</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Merchandise.html" onclick="window.location = this.href">Merchandise</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Links.html" onclick="window.location = this.href">Links</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Events.html" onclick="window.location = this.href">Events</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Forms</div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="">Joining Instructions</a></li>
        <li><a href="">Enrolment</a></li>
        <li><a href="">Next of Kin</a></li>
        <li><a href="">Volunteer Blue Card</a></li>
        </ul>
        </div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="Contact.html" onclick="window.location = this.href">Contact</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab"><a href="LogIn.html" onclick="window.location = this.href">Log In</a></div>
        <div class="AccordionPanelContent">
        <ul>
        <li><a href="WhatsOn.html">Whats On</a></li>
        <li><a href="PSG.html">Parent Support Group</a></li>
        </ul>
        </div>
        </div>
      </div>
    </div>
    .AccordionPanel {
    margin: 0px;
    padding: 0px;
    .AccordionPanelTab {
    background-color: #036;
    border-bottom: 1px #93b747 solid;
    margin: 0px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    text-decoration: none;
    .AccordionPanelTabOpen {
    color: #036;
    background-color: #93b747;
    display: block;
    text-decoration: none;
    .AccordionPanelTabHover {
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    border-bottom: 1px solid #036;
    display: block;
    .AccordionPanelTab a {
    color: #93b747;
    margin: 0px;
    font-size: 12px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    text-decoration: none;
    display: block;
    .AccordionPanelTab a.open {
    font-color: #036;
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    display: block;
    .AccordionPanelTab a.active {
    color: #036;
    background-color: #93b747;
    display: block;
    text-decoration: none;
    .AccordionPanelTab a.hover {
    color: #036;
    background-color: #93b747;
    font-weight: bold;
    text-decoration: none;
    display: block;
    .AccordionPanelTab a.close {
    color: #93b747;
    background-color: #036;
    text-decoration: none;
    display: block;
    .AccordionPanelContent {
    margin: 0px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 12px;
    background: #fff;
    font-size: 12px;
    color: #036;
    font-weight: 500;
    .AccordionPanelContent ul li {
    margin-left: -40px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #fff;
    font-size: 12px;
    color: #036;
    font-weight: 500;
    text-decoration: none;
    list-style-type:none;
    list-style:none;
    .AccordionPanelContent ul li a:link {
    color: #036;
    text-decoration: none;
    list-style-type:none;
    list-style:none;
    .AccordionPanelContent ul li a:hover {
    color: #036;
    font-weight: bold;
    text-decoration: none;
    .AccordionPanelContent ul li a:visited {
    color: #036;
    text-decoration: none;
    .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    background: #93b747;
    border-bottom: 1px solid #036;
    .AccordionPanelOpen .AccordionPanelTab.a {
    color: #036;
    background: #93b747;
    border-bottom: 1px solid #036;
    .AccordionPanelOpen .AccordionPanelTabHover {
    color: #036;
    font-weight: bold;
    .AccordionPanelOpen.a .AccordionPanelTabHover.a {
    color: #036;
    font-weight: 600;
    .AccordionFocused .AccordionPanelTab {
    color: #036;
    font-weight: 600;
    a.AccordionFocused .AccordionPanelTab {
    color: #036;
    font-weight: 600;
    .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    font-weight: 600;
    a.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    font-weight: 600;

    Yes Beth, you're right and I've corrected my css - I think - problem with AccordionPanelTab link open and hover states still happening so css still wrong.  I've uploaded site so you can see what's happening (www.11acu.org).  All tab states should be as per Photo Gallery, Newsletters and Forms.  Hover state in tab links seem okay until mouse moves away from "a href" block - rest of tab area not working so its like the two styles, ie "AccordionPanelTab" and "AccordionPanelTab a:hover" are both working at the same time but I only want the latter to work.  Now I've probably got you confused as well! lol Apologies!  Recreated css for tab links below.  Html same as in original post.  Any help much appreciated.
    .AccordionPanelTab {
    color: #93b747;
    background-color: #036;
    border-bottom: solid 1px #93b747;
    margin: 0px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    .AccordionPanelTab a {
    color: #93b747;
    background-color: #036;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelTab a:link {
    color: #93b747;
    background-color: #036;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelTab a:hover {
    color: #036;
    background-color: #93b747;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelTab a:active {
    color: #036;
    background-color: #93b747;
    margin: 0px;
    padding-left: -10px;
    padding-top: -2px;
    padding-bottom: -2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    display: block;
    .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    background-color: #93b747;
    border-bottom: solid 1px #036;
    text-decoration: none;
    .AccordionPanelTabHover {
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    border-bottom: solid 1px #036;
    .AccordionPanelOpen .AccordionPanelTabHover {
    color: #036;
    background-color: #93b747;
    text-decoration: none;
    font-weight: bold;
    .AccordionFocused .AccordionPanelTab {
    color: #93b747;
    background-color: #036;
    text-decoration: none;
    .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    color: #036;
    background-color: #93b747;
    border-bottom: solid 1px #036;
    text-decoration: none;

  • Link in a DVD menu to link to text files such as Word, Adobe PDF's ect

    Hello All
    Is there anyway to put a link in a DVD menu to link to text files such as Word, Adobe PDF's etc that are burned into the DVD?
    Hope someone can help me out.

    Is there anyway to put a link in a DVD menu to link
    to text files such as Word, Adobe PDF's etc that are
    burned into the DVD?
    Actually, you CAN'T with iDVD. You CAN put a variety of content into the DVD-ROM area, but that isn't accessable from any menu in an iDVD created DVD.
    If you use DVD Studio Pro, you have some ability to add the kind of links you ask about.
    F Shippey

  • My apple menu has disappeared

    This is incredibly frustrating.
    I am absolutely not in full screen mode, my problem is not related to any applications, or Safari, or any of that nonsense. When I logged in to my account it seemed as if everything was zoomed in, my Macintosh HD icon on the desktop was halfway off the screen, I cannot see the bottom of my dock, my browser was enlarged not zoomed in, and my apple menu has completely disappeared. I would've talked to apple support directly, however I need a serial number and to access that I would need my apple menu. It's not exactly hindering my use but I am OCD and it's driving me completely bonkers.
    Someone please rescue me,
    -Agitated & Confused
    p.s. i actually don't know which operating system I'm running under, i guessed.

    Try zooming out using the keyboard commands:
    http://alvinalexander.com/blog/post/mac-os-x/how-zoom-in-zoom-out-mac-osx-screen

  • Error in workflow : Record has links

    Hi,
    One of the record went into error at last step of workflow (step name :stop where it checks in the record). Now the record is still checked out and when I try to cancel /roll back/delete, every time it shows error "record has links". I have verified many times and there is no link of this record any where.
    Can any one help me to get this record out of workflow/checked Out ?
    Thanks,
    Priya

    Hi , I have followed below step:
    There is a trick using which you can do CheckIn record.
    In record mode of MDM Data Manager, right click on the Checkout record >Check In/Out>Click on All Versions.
    Now you will be able to see two records for this. Now right click on Member record>Check In/Out>Roll Back.
    When I say roll back, it says record is in workflow(On member record)
    when I try to say roll back/ check in on original record, the option of checking In/roll back is not available.Also, both original and member record has same workflow job id and workflow for member is in Error.
    Also owner of workflow is Admin who has all access
    Pls suggest
    Edited by: Priya D on Jun 1, 2010 12:52 PM
    Edited by: Priya D on Jun 1, 2010 12:53 PM

  • When I open a PDF page that has links they do not open when I click on them

    When I open a PDF page in Firefox 4.0 that has links, the links will not open when I click on them. If I try that in Safari, or when I had the earlier versions of FF, I had no problem. Is this just a setting issue?

    That is a limitation of iOS. They will view correctly when you view them in Adobe Reader or Adobe Acrobat.

  • Gnome menu has no applications

    So, the gnome menu has no applications. I've never had this problem before.
    Here's a picture, so you know what I mean:

    I'm not a gnome guy, but have you tried https://bbs.archlinux.org/viewtopic.php?id=127651 ?

Maybe you are looking for

  • Hi, I am trying to update OS level on my IPad to OS 5 but network always time out

    Hi, I am trying to update OS level on my IPad to OS 5 but network always time out!

  • PDF's

    How do I make my PDF's open to Adobe Reader first, instead of Preview?

  • Dead Screen-Photo recovery

    My screen is dead-I had to buy a new phone. I want to recover my photos (and other things, if I can) but when I plug my phone in to iTunes it asks me to unlock my screen, which I can't do. I haven't updated to my computer or iCloud lately. Is there a

  • Report showing strange characters

    Hello, If i am entering inverted single or double quotes through the User interface, they are visible in the application but when i view this in Oracle report, it is not able to recognize these characters and showing them as inverted question mark si

  • Remove Firefox applet from web pages.

    I returned to Firefox after six months of using Chrome. I now have an obnoxious Facebook java applet on every site I open. The only way I could remove it was by shutting down all java. I would rather not do this but I can't stand that damn icon on ev