How do I re-style the 'Menu' button in Yahoo! Menu Popup from the Widget Gallery by Zizzer Zazzer

Ive re-styled everything else by editing the CSS in the head of the doument, and in both CSS files. I dont find anywhere that this button is mentioned in any CSS. It is outside the OAWidget Div. This menu is using the Sam Skin. Here is the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="Includes/scripts/YUI/2.8.2r1/build/fonts/fonts-min.css" rel="stylesheet" type="text/css" />
<link href="Includes/scripts/YUI/2.8.2r1/build/menu/assets/skins/sam/menu.css" rel="stylesheet" type="text/css" />
<script src="Includes/scripts/YUI/2.8.2r1/build/yahoo-dom-event/yahoo-dom-event.js" type="text/javascript"></script>
<script src="Includes/scripts/YUI/2.8.2r1/build/container/container_core-min.js" type="text/javascript"></script>
<script src="Includes/scripts/YUI/2.8.2r1/build/menu/menu-min.js" type="text/javascript"></script>
<script type="text/xml">
<!--
<oa:widgets>
  <oa:widget wid="2489526" binding="#OAWidget" />
</oa:widgets>
-->
</script>
</head>
<body>
<style>
.yuimenu .button {
    background-color: #cda577;
    border: none;
  .yui-skin-sam .yui-menu-shadow-visible {
      background-color:#3d214b;
      opacity:0.5;
    .yui-menu-shadow-visible {
        top:3px;
        right:-4px;
        left:3px;
        bottom:-4px;
    .yuimenu {
        top: 40px;
        left: 10px;
    .yui-skin-sam .yuimenuitem-selected {
        background-color:#cda577;
    .yui-skin-sam .yuimenuitemlabel {
        color:#000000;
    .yui-skin-sam .yuimenuitemlabel-disabled {
        color:#666699;
    .yui-skin-sam .yuimenu {
        font-size:14px;
    .yui-skin-sam .yuimenu .bd {
        background-color: #f4e7d3;
        border: none;
  </style>
  <button id="OAWidget_show" type="button">Menu</button>
  <div id="OAWidget" class="yuimenu">
    <div class="bd">
      <ul class="first-of-type">
      <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Home</a></li>
      <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">About</a></li>
        <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Calendar</a>
          <div id="submenu1" class="yuimenu">
            <div class="bd">
              <ul>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">This Year</a></li>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Last year</a></li>
              </ul>
            </div><!-- end .bd -->
          </div><!-- end .submenu1 -->
        </li><!-- end Calendar -->
        <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Contact</a></li>
        <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Public Relations</a>
          <div id="submenu2" class="yuimenu">
            <div class="bd">
              <ul>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Information</a></li>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Public Recognition</a></li>
              </ul>
            </div><!-- end .bd -->
          </div><!-- end .submenu2 -->
        </li>
        <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Youth Outreach</a></li>
        <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Households</a>
          <div id="submenu3" class="yuimenu">
            <div class="bd">
              <ul>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Govenors</a></li>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Nobles</a></li>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Ladies in Waiting</a></li>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Royal Guard</a></li>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Highlanders</a></li>
              </ul>
            </div><!-- end .bd -->
          </div><!-- end .submenu3 -->
        </li>
        <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Guild Houses</a>
          <div id="submenu4" class="yuimenu">
            <div class="bd">
              <ul>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Antioch</a></li>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">East Bay</a></li>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Lowlands</a></li>
              </ul>
            </div><!-- end .bd -->
          </div><!-- end .submenu4 -->
        </li>
        <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Membership</a>
          <div id="submenu5" class="yuimenu">
            <div class="bd">
              <ul>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Information</a></li>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Application Package</a></li>
              </ul>
            </div><!-- end .bd -->
          </div><!-- end .submenu5 -->
        </li>
        <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Gallery</a>
          <div id="submenu6" class="yuimenu">
            <div class="bd">
              <ul>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Photos</a></li>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Videos</a></li>
              </ul>
            </div><!-- end .bd -->
          </div><!-- end .submenu6 -->
        </li>
      <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Mercantile</a></li>
      <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Publications</a></li>
      <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">In Memorium</a>
          <div id="submenu7" class="yuimenu">
            <div class="bd">
              <ul>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Linda Duncan</a></li>
                <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Tony Damico</a></li>
              </ul>
            </div><!-- end .bd -->
          </div><!-- end .submenu7 -->
        </li>
      <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Guild Directory</a></li>
      <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Sponsors</a>
          <div id="submenu8" class="yuimenu">
            <div class="bd">
              <a href="http://www.ninahanphotography.com/" target="_blank"><img src="../Images/hanPhotography.gif" width="135" alt="Nina Han Photography"/></a>
                <br /><a href="http://www.ninahanphotography.com/" target="_blank">Nina Han Photography</a>
            </div><!-- end .bd -->
          </div><!-- end .submenu8 -->
        </li>
      </ul><!-- end .first-of-type -->
    </div><!-- end .bd -->
  </div><!-- end .OAWidget -->
  <script type="text/javascript">
// BeginOAWidget_Instance_2489526: #OAWidget
(function() {
  var cn = document.body.className.toString();
  if (cn.indexOf('yui-skin-sam') == -1) {
    document.body.className += " yui-skin-sam";
var initOAWidget = function() {
  // Create a YUI Menu and position the top left of the menu
  // to the bottom left of "Show Menu" button.
  var OAWidget = new YAHOO.widget.Menu("OAWidget",
      { fixedcenter: false,
      autosubmenudisplay: true,
      showdelay: 250, 
      hidedelay: 100,
      clicktohide: true,
      disabled: false
  OAWidget.render();
  // See: http://developer.yahoo.com/yui/menu/ for more
  // information on Menu configurations and events.
  // The YUI Menu API cheatsheet can be found at:
  // http://yuiblog.com/assets/pdf/cheatsheets/calendar.pdf
  OAWidget.getItem(1).cfg.setProperty("disabled", true);
  YAHOO.util.Event.on("OAWidget_show", "click", OAWidget.show, null, OAWidget);
// Create the YUI Menu when the HTML document is usable.
YAHOO.util.Event.onDOMReady(initOAWidget);
// EndOAWidget_Instance_2489526
  </script>
</body>
</html>

I don't use Yahoo hosting or any of their services, so I'm completely in the dark about how they operate their web sites.
I'm guessing the code for the menu is contained in this file:
Includes/scripts/YUI/2.8.2r1/build/menu/assets/skins/sam/menu.css
If you have access to it, you can edit it.  If you don't, you probably can't.
Nancy O.

Similar Messages

  • HT4101 I discovered a fatal flaw in the iPad procedure for downloading images from camera to iPad: after selecting the images to be downloaded, an accidental touch of the "delete" button, wipes all selected images from the camera, with no warning?

    After downloading some 60 images from camera to iPad, I was "scrolling" down to select the last images, and inadvertently touched the "Delete" button that appears at the top right of the screen, when the "Select" option is chosen. I did not notice the warning "Delete 60 Images?", and continued scrolling down, when my finger touched the warning message. All my precious images were instantly deleted from the camera The sensitive touch screen feature makes this a real problem. Apple should "fix" this unacceptable feature, surely! I suggest that the images on the camera memory card should not be able to be deleted from the iPad, and this shpuld require to be done using the camera controls only. Similarly, the "Delete" or "Keep" options that appear after importing a selection from the camera, should NOT allow the images on rthe camera to be deleted, but only the imported (downloaded) images on the iPad. This unnecessary option could easily delete precious images from the camera!
    Apple should remove the option to delete images from the camera, and the iPad touch screen commands should olny delete images on the iPad. (Alternatively, the "delete option should be on a separatly accessed "page".)
    Surely enough users of the "Lightning to USB Camera Adapter" will agree with the above?

    No, I don't agree. Whenever you connect a camera to a computer you are given the opportunity to delete the photos on the camera after downloading in precisely the same way the iPad does this. The fact that you touched Delete and then ignored the Warning doesn't change anything.
    I've loaded thousands of photos on my IPad and never have had that problem.
    Don't blame a moment of carelessness on your device.
    If you want to make such a suggestion to Apple use http://apple.com/feedback

  • How do I get the Back Button drop down menu back?

    When surfing in a tab there used to be a drop down menu next to the forward and back buttons. It was a little tiny triangle looking arrow. This was really useful and needed. It is gone in Firefox 4 as far as I can see. I am using the default 4.0 Theme. If it is not there anymore I will have to go going back to 3.16 if the drop down menu is gone. Thanks for any help.

    ''How do I get the Back Button drop down menu back?''
    * "'''Back/forward dropmarker'''" extension<br>https://addons.mozilla.org/firefox/addon/backforward-dropmarker/
    I do prefer Right-click on tab for tab history, or hold a couple of seconds, as the drop-down marker takes up space and had been removing it myself. Although I think it should have been an option.

  • How do I include an entire hour-long performance on a DVD and also have menu buttons for playing isolated sections of the performance?

    How do I include an entire hour-long performance on a DVD and also have menu buttons for playing isolated sections of the performance?
    So far, I've already done the individual menu buttons for sections of the performance. How do I set up some kind of "play" button that will play the video of the entire performance straight through? Will this be too much material for the DVD to hold? Does the program recognize and not replicate material to save space? If so, will it interfere with that if  I add edits to individual sections that will not be in the video of the entire performance?   

    Hi
    If You only need
    • Play movie in full
    • Start into the movie at specific places e.g. Chapters - then play to movie ends
    Then this is fairly simple - Just add Chapters in Your Video-editor (iMovie or FinalCut)
    (some quirks to keep in mind - No Chapter mark in any transition or within 2 sec from it - AND - only Lettera A to Z and 0 to 9 - no other letters/symbols at all)
    BUT
    If You want to
    • Play full movie (with or without Chapters)
    • Play an individual Chapter then return to Menu
    This function is not standard in iDVD - but has to be faked one way or another.
    Please read my notes on this and be aware of the 60 minutes / 12 minutes limit in iDVD (THIS is including the Menu and it can take 15 minutes or more from the movie time)
    Play all resp one chapter at a time
    Play All Button
    1. There are NO - Play All - button in any version of iDVD
    2. It can be faked in several ways
    • Easiest and most fault proof way is to make a doublet movie containing All and with
    Chapters set to match. It will take up x2 space but is easy to understand and produce.
    Cons: Tried this in iMovie’11 by Exporting out each part as a full Quality QT.mov then Importing back into new events and putting these into a new project (Play All project). Resulting DVD had Audio that was OK (as parts) - BUT the picture was very bad and standing photo were cut of in hight. So the Play All movie has to be created from same material and exactly in the same way as the individual parts + then Chapters has to be set to match.
    • It's said that one can put all movies into a Photo/SlideShow and this will also
    give the function of a Play All button - Tested - and ONE HAS TO un-cheque - Scale pictures to TV-Safe area else it will be a black frame all around and a small picture !
    Cons: BUT - When tested with music videos - the same video on main Menu played nicely with OK Audio. The Play All version in SlideShow had a signifcant Distortion - as on telephone or worse.
    Mike Evangelist1
    You might be able to get close to what you want by using a slideshow in iDVD. (It's not widely known, but you can put videos in a slideshow.) If you set the slide duration to manual, playback will pause after each movie/slide, and you can continue with the 'next' button.
    3. Using another program to do this e.g.. Roxio Toast™ where there is a Play All button option.
    Summary
    a. Making a Play All movie with same care as the individual Part movies - gives a very Good Result
    b. Using Roxio Toast™ - also an usable way to go
    Yours Bengt W

  • Hi I was using whatsapp on my iPhone5.I was not able go to the main menu by pressing the center button so I hold on to the button for 2 seconds.Then the whole display turned out to be black

    I was not able go to the main menu from whatsapp by pressing the center button so I hold on to the button for 2 seconds.Then the whole display turned out to be black & white. how can i fix it?

    Hello monicaa003,
    Thanks for participating in the Apple Support Communities.
    If your iPhone display turned black and white after holding down the Home button for 2 seconds, first try pressing the Home button again to go to the main menu (Home screen.)
    For reference, holding down the Home button for 2 seconds will trigger Siri if that feature is enabled:
    About Siri - Apple Support
    If pressing the Home button doesn't return you to the main menu, try restarting or resetting your iPhone:
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    Additionally, if Whatsapp is not responding or working as expected, see the troubleshooting steps at this link:
    If an app you installed unexpectedly quits, stops responding, or won’t open - Apple Support
    Best Regards,
    Jeremy

  • How can I make the background one solid color?  It is too difficult and noticeable when I use the retouch button and try to erase all the creases in my backdrop.  So, how can I have just a solid white background?

    How can I make the background one solid color?  It is too difficult and noticeable when I use the retouch button and try to erase all the creases in my backdrop.  So, how can I have just a solid white background?

    When talking about a specific image posting the image may be useful.
    One can use a Layer Mask and add a white Layer underneath.

  • I rebooted my Iphone 5S, when I pressed the home button to enter my pass code the resolution must have been reset.  The font size is so large I can not enter my pass code.  How can I resolve this issue?

    I rebooted my Iphone 5S, when I pressed the home button to enter my pass code the resolution must have been reset.  The font size is so large I can not enter my pass code.  How can I resolve this issue?

    Triple click Home.
    After you get into the iPhone, Settings > General > Acessibility and set Zoom to Off.

  • HT1657 I downloaded a movie, but when I go to play it the play button to typically start it is the "stop" button instead.  How do I fix this?

    I downloaded a movie, but when I go to play it the play button to typically start it is the "stop" button instead.  How do I fix this?

    Are you getting an "iTunes has stopped working" message after the black, screen? Or is something a bit different going on?

  • Ever since I updated to iOS 8 on iPhone 5, sometimes when I press the home button just once it will open the app switcher or even the assistive button. Anyone else have this problem? Is it an iOS 8 glitch? Please help - very annoying.

    I updated to iOS 8 on my iPhone 5 yesterday and now when I press the home button even once, it opens the app switcher (which is supposed to only open after pressing the home button twice quickly). Sometimes pressing the home button once even brings up the assistive button (which for me should take three button presses). This did not happen before I updated my software. Has anyone else had this issue? Know how to stop it? Very annoying and at this point feel like I should have waited before I did the update.

    Hello ..do you have a history on the phone? did you get it wet? was it dropped? have you been using an authentic ORIGINAL apple charging cable?
    this problem occurs when there is a short circuit  in the phone... you  most likely got  it wet at some point and maybe didnt even realize it? The moisture in the phone hasb probablly  oxidized one or several capacitors, integrated chips thereby short circuiting the phone. that is why he phone  is acting erratic because these short circuits inadvertently "activates" other circuits.. eventually the phone will not turn on anymore- the heat will stress the citcuit board and you will have discontinuity along your main power lines and the phone will cease to function..i see this alllll the time in our shop
    the fact you upgraded to ios6 will even work the phone harder because its a more powerful operating system taking full advantage of the A4 chip..

  • I used my snow leopard disk to erase my hard drive. Now I want to eject the snow leopard disk to clean install from the lion boot disk I made. How do I eject the snow leopard disk?

    I used my snow leopard disk to erase my hard drive. Now I want to eject the snow leopard disk to clean install from the lion boot disk I made. How do I eject the snow leopard disk? It is the start up disk and I can't figure out how to get it out of the computer so I can put my lion boot disk in. Thanks

    turn the mac all the way off. turn the mac on by pressing the power button. as soon as the apple logo appears, pres and hold your mouse button(trackpad mouse clicker etc...) until the CD comes out.

  • HT4623 SOMEHOW the icon for rotation lock is missing from the control bar. I tried to reset but my passcode doesn't work. First, how do I find my passcode? Then, if I reset, will it return the rotation lock to the control bar?

    I don't know how it happened why, but the icon for rotation lock is missing from the control bar. Second problem, the passcode for my iPad isn't working. I wrote it down, so not sure what the problem is. HELP

    If the setting for the rotation lock is missing it is because you are using the side switch to control the rotation in Settings>General>Use Side Switch to>Lock Rotation. The software switch in the control center should be for Muting system sounds.
    you have to restore the iPad in orde to unlock it now.
    iOS: Forgotten passcode or device disabled after entering wrong ...
    If you are sure that you are entering the correct passcode, reboot the iPad and then try again and see if it is accepted.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Next button in symbol, start animation from the timeline and after 3 sec playReverse

    Hello,
    I have a next button in a symbol. When I click on the button I would like to start the animation from the timeline.
    It wil starts at one second. But if the timeline is after 3 seconds I would like to play the animation backwards (if you click on the same button).
    I tried it with the code below but it starts always at 1 second.
    var pos = sym.getPosition() //
    if (pos <= '1000'){
             sym.getComposition().getStage().play(1001);
    else if (pos <= '3000'){
              sym.getComposition().getStage().playReverse(2999);
    Can anybody help me with the code?
    Thanks!

    Hello,
    Thanks for the demo file, I checked it, tried it in my project and it works.
    But I think I have to explain better.
    I have a button in the symbol. When I am between 0 and 1 second on the stage timeline
    and I click on the button. The stage timeline (slider) will start from 1 second till 2.
    But when I'm in the timeline after 3 seconds (doesn't matter if its at 10 sec) and I click on the button,
    I would like to play the stage timeline from 3 seconds till 2.
    Is this possible and how do I do that?
    Thanks

  • IPod: I clicked the eject button on the sidebar in itunes now I can not find the devices button or my iPod anymore in the iTunes side bar.....Help!

    iPod: I clicked the eject button on the sidebar in itunes now I can not find the devices button or my iPod anymore in the iTunes side bar how do i find it again?.....Help!

    You can use iTunes, connect iPod Touch to computer iTunes.
    Select iPod Touch in iTunes under DEVICES (left panel)
    Select Books tab (right panel near the top)
    Deselect those books that you have read
    Click Sync button (bottom right)
    Have a read to get up to speed using iPod Touch
    iPod touch User Guide (For iOS 5.0 Software)

  • Hi there, when i press the start button on my G4 twin processor, the light inside the button comes on until I let go when it goes back off and the machine does not start up. Any ideas?

    Hi there, when i press the start button on my G4 twin processor, the light inside the button comes on until I let go when it goes back off and the machine does not start up. Any ideas?

    Sounds a bit like the Power Supply, but...
    If you don't know the model, find the Serial# & use it on one of these sites, but don't post the Serial# here...
    http://www.chipmunk.nl/klantenservice/applemodel.html
    http://www.appleserialnumberinfo.com/Desktop/index.php
    How to find the serial number of your Apple hardware product...
    http://support.apple.com/kb/HT1349
    How to reset the SMU/PMU on a Power Mac earlier G3, G4, G5 models...
    http://support.apple.com/kb/HT1939

  • TS3623 Pressing play on purchased downloads and it starts to download  but then returns to the play button. This is for all the purchased items I have. However pressing play on previews works. Please advise.

    Pressing play on purchased downloads and it starts to download  but then returns to the play button. This is for all the purchased items I have. However pressing play on previews works. Please advise.

    Welcome to the Apple community.
    A number of people have reported similar issues recently, many appear to have found a discrepancy of some kind in their account settings and making changes to these settings or simply resetting them has resolved the matter.
    Check your account details are correct, check that you are using the correct details for Location, Region and Time Zone. You may want to change these settings and then change them back to see if that helps.
    Also check your payment details, make sure your details are exactly how they appear on your credit card statement, you might also try changing some of those details, saving them and changing them back again.
    You might also try logging out of and then back into your iTunes account (Settings > iTunes Store > Apple ID’s > Sign Out) and restarting your router. (Some have reported that after doing this, they need to check for rentals even though it may report that there aren’t any, after which rentals once again appear in the ‘movies’ feature)
    Rentals should appear under their own heading in the ‘Movies’ feature, you might also check at Settings > iTunes Store > Check For Rentals.
    At this point in time, I’m wondering if this could be related to (but not restricted to) the new feature that allows others to come into your home and use your Apple TV to download and play their content on your Apple TV without logging into their account on your Apple TV. The Terms of Use for iTunes Store content have always been to require you to only purchase and play the content from the store in the location where you live and to use a credit card registered in that location. Previously Apple seem to have been somewhat lenient on enforcing such restrictions, perhaps now they are not. However I don’t really have any evidence to support this suggestion, except that changes made to accounts in these areas do appear to be helping many.
    If you are successful in resolving your problem, perhaps you would let us know exactly which action resolved the problem for you. If you are having this problem to begin with, can you also tell us your location.

Maybe you are looking for