Changing only 1 menu item background color in a VerticleSpryMenu

Im working on this Verticle Spry Menu Bar (seen below) . I'm trying to figure out how to change the 'Get Started!' Item to be a different color than orange.  Home, Support and Get Started!  are clickable links with no submenu whereas the other menu items have submenus. Is there a special code to customize just Get Started!. Through CSS stylesheet I can get Get Started to change color  but then Home and Support also change color and I dont want that.
Thanks

For all menu items use the following selectors
ul.MenuBarVertical a
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
For menu items with sub menu items use the following selectors to override the above
ul.MenuBarVertical a.MenuBarItemSubmenu
ul.MenuBarVertical a.MenuBarItemSubmenuHover
Gramps

Similar Messages

  • How to change the current item background color

    I m working in forms 6.0.
    I want to mak the background color of the current item (whatsoever the item name is ) as 'yellow'. How can i do that.How can i accoplish that? I've tried
    set_item_property(:system.cursor_item,background_color,'yellow');
    in Pre_text_item
    set_item_property(:system.cursor_item,background_color,'white');
    in post_item_item
    at block level
    But i failed to do that
    anyone to help me plz
    Riaz Shahid

    hi riaz,
    i think instead of pre-text-item put the code in when new item instance.or try creating a visual attribute with background color as yellow and attach that using set_item_property in when new item instance or check for help on DISPLAY_ITEM built in in forms help.I think one of these should definitely help u.
    bye
    Atul

  • Change item background color on runtime

    Hello
    i have a List control in my application. What do I have to do
    to change its items background color on runtime?
    Thanks

    You have to access the style of the object and then set the
    piece of the style you want to change. You need to set
    backgroundColor.
    myList.setStyle("backgroundColor", "#ABABAB");
    #ABABAB is grey, and you can put any hex color value there
    you like.
    Hope that helps.

  • Item Background Color changes when placed in production (Forms 10g)

    Hello All,
    I have searched the forum on this topic, but have not been successful in finding a topic/solution for multi-line items that need to render a different color than the rest.
    I have used set_item_instance_property (and set_item_property) as well as using a VA to resolve this issue to no avail.
    When I view the form in the browser - initially in query-mode, I see the color that I have set for the item. Once the query is fetched and I am in non-query mode (display), the items background color is replaced to the standard color (off yellow) for non-editable fields.
    I have taken all of the subclasses off, used the item property from the pallette as well as manually programmed within a trigger and cannot get this item to stay the color that I have set.
    Can anyone help me get this working?

    Are you using the 0 to 100 rgb color assignments you see in the Forms Builder color palette? If so, that is your problem. At run time, you have to convert the color numbers to 0 to 255 numbers. Just multiply each of the three parts by 2.55
    Or maybe there is come code running elsewhere in your form that is setting the color after your code is run.
    Search your form for background_color.

  • Is it possible set programm menu module background color?

    HY,
    is it possible set programm menu module background color?
    thanks

    Hy,
    thanks for your answer, but, if i understand well,
    it's for individual menus and submenus (lower-level menus, displayed by default as vertical Lists of menu items) menu items
    I am speaking about a main menu (the top-level menu, displayed by default as a horizontal strip)
    And, when create a VA in menu module isn't possibile set color but only font.
    I believe it need create VA in set_visual.....
    Thanks again
    Rosario

  • How to change a selected cell background color in JTable?

    Hi all,
    I am trying to change the background color of a selected cell by clicking on that particular cell. DefaultTableCellRenderer class provides setBackground(Color c) to change the background color of unselected cells. Is there a way to change a selected cell background color?
    Thank you,
    Arthur

    Write your own renderer (eg. extending DefaultTableRenderer) and put in getTableCellRendererComponent method something like this:
    if( isSelected && hasFocus )
        setBackground( Color.RED );
        setForeground( Color.GREEN );
    }

  • Can anybody say why In the layer menu the background color is white when opening a layer mask, and why does it automatically turns black by simply opening the layer mask properties menu? The vector mask is white anyway.

    Can anybody say why In the layer menu, the background color is white when opening a layer mask, and why does it automatically turns black by simply opening the layer mask properties menu? The vector mask is white anyway.

    Topic or subject titles should be clear, pertinent and concise so that individual users can tell at a glance if they can help or not.
    That field is not for attempting to fit your entire question in there.
    Please keep this in mind next time you post.  Thank you.
    A lot more information about your hardware and software is needed.
    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CC", but something like CC2014.v.2.2) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    a screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • How to change the particular column background  color in jTable?

    I am woking with a project, in which I am using a jTable. Then
    How to change the particular column background color in jTable?

    Use a custom Renderer. This is the JTable tutorial:
    http://java.sun.com/docs/books/tutorial/uiswing/components/table.html

  • Change the Standard SAP background color(blue) in SRM EBP

    Hi All,
    I have cleint requirement to change the standard background color in EBP ITS application. Can anyone help me out in finding way to make color changes as required. I am not getting where exactly change needs to be made. I tried looking at BBPGLOBAL internet service but couldnt figure it out.
    Thanks in Advance.
    Yaseen.

    Hi Yaseen,
    you can change background colors in SE80 in the css-style-sheet:
    Navigate to ITS-Service BBPGLOBAL -> Theme99 -> Mime Objects -> STYLE -> EBPAPPLICATION.CSS
    Change or insert the BACKGROUND-COLOR - Tag for the different styles which are used in HTML-Templates.
    Example: BACKGROUND-COLOR: #306897
    Afterwards publish the style. It's a little difficult to find the styles.
    Regards
    Joe

  • Change a VI's background color

    how can I change a VI's background color ?

    If you're looking to change it programmatically, you can use property nodes.
    Drop a property node from the Application Control palette, right click on it and change the VI Server Class to VI. Next, change the Property to Front Panel, (not Front Panel Window). Now right click on the Panel output and create another property node for Color. Write to the Color property to change the panel color.
    The attached image shows these two nodes.
    Don�t forget to close the refnums.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
    Attachments:
    Change_panel_color.gif ‏2 KB

  • Custom Action to change selected column's Background color for a table in CEWP

    I have a OOTB CEWP. When I insert a table to this, I would like to see a context menu that would give me an option to change the selected cell's/row's/table's properties like cell padding/cell spacing/background color etc.
    How can this be achieved using SP2013 ribbon's custom actions. It would be great if we could add all these properties on a separate contextual tab when row/cell/table is selected.
    Rajasekar A.C

    Hi,
    If the table in Content Editor Web Part, we don’t need to use SharePoint Ribbon to achieve it.
    We can insert some input button and use jQuery to change the table tr/td background color.
    The code like this:
    <style type="text/css">
    .highlight {
    background-color: red;
    </style>
    <script src="http://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function () {
    $("#TableID tr").click(function () {
    $(this).toggleClass("highlight");
    </script>
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Spry menu without background color

    Hi
    I have tried to remove the background color in the CSS file.
    But if I remove it, it dosent work correct.
    I have removed:
    background-color: #3a90cb; (in ul.MenuBarHorizontal a)
    and
    background: #FFF; (ul.MenuBarHorizontal li.MenuBarItemIE)
    I want to remove the background color to be able to see the
    design behind (with gradient) instead of one color
    Hope you can help me
    Best Regards
    Kim

    1: The drop down menu/submenu now has a white background, and
    cant figure out where to change that
    2: Between submenu 1 and submenu 2 on each headmenu, the word
    disable are showing up.

  • Bridge CS4: Changing preview window's background color

    How can I change the preview window's background color? (default is black) It happens that I have some black images with alpha (transparent background)  and being all black they blend with the preview window's background color. can this be changed?? I looked everywhere and the only thing I found is how to change bridge's appearance, but not the preview window's bg color. Thanx in advance

    Try changing the thumbnail style to HQ or ?, and see if that makes any difference.  In Quick thumbs it may not display layers.

  • When converting word doc to pdf, my images with text only show the background color of the text box.

    I have a word doc that I am trying to conver to pdf.  I have jpegs with text boxes on top of them on one page.  It looks great on the screen but after I convert to pdf, the text boxes only have half the text, the first half of the text box is just white - the background color.  If I take the background color out of the text box, the text converts over fine but I need the background color.
    I have tried many things here on the print settings, standard, high quality print, unchecking the compression on the images.  Any help?

    Thank you for your posting. These forums are specific to the
    Acrobat.com website and it's set of hosted services, and do not
    cover the Acrobat family of desktop products. Please visit the
    following forums for any questions related to the Acrobat family of
    desktop products:
    http://www.adobeforums.com/cgi-bin/webx/.3bbeda8b/

  • How to change linux text area background color?

    Hi,
    I like to know the method. just like in windows platform.

    Just like change the text area color in notepad.exe
    so i mean X11 and gnome.
    do you mean inside a terminal when you're running X
    No, i can change the color in gnome terminal.
    But i can not change the color in openldev(or any other gtk apps)
    I hate the default color(white),
    want text background color as grey, without configure each apps color.

Maybe you are looking for

  • Itunes dowlowader problem

    ok so i downloaded the new software for itunes and and it still wont let me download my music onto my phone

  • Startup disk question/problem

    Should the startup disk always be at the top of the list of disks upon startup? Or is it now the case, with 10.5 on a MacBook, that the internal disk is at the top of the list whether or not it is the startup disk? Situation: New MacBook Mac OS 10.5.

  • Can I take a backup of a database in standby mode?

    Can I run backup on a database that is in standby mode because it is the DR box receiving log shipping? Does that work in SQL 2005?  How about SQL 2000? Thanks. Josh ps - I know I should just try it, I've already Googled it - with mixed results.

  • Duplicate smart folders and syncing

    I have 5 Macs. They are all set to sync using dot mac. I hadn't used 2 of them lately, the others were being synced. I noticed that mail had 2 of the exact smart folders (with several folders within them). And all of the criteria disappeared from the

  • New in this area.

    Hi. I want to know all I can about this topic, even when I guess that D+ provider is using Nagra2 cards running under Java. Maybe it is not true, but i am sure that most of you could talk about ATmel MCUs running under java. this is the ATR: 3F FF 95