change the appearance of the item of a menu only spry

So, I just started using Dreamweaver cs6 about a month ago and have very limited knowledge of html/css. I wonder if it is possible to change the appearance of a single menu item in a spry menu bar. I know that I can change the appearance of the full menus bar by using the css style editor, but am not sure how to change the appearance of a single menu item. I tried to insert < style > in the HTML to change the menu item, but it does not work.

Any help would be greatly appreciated,

John

You apply your style inline to the anchor like this tag?

  • style = "color: red;" "do-size: 36px" href = "some_link.html" > Menu Link text
  • FYI: Spry died.  Adobe out of CC.  Very little use it more because it was built in 2006, long before smartphones, tablets, and current browsers.  There may be better in the long term to find a better, a menu system.

    Nancy O.

    Tags: Dreamweaver

    Similar Questions

    • Change the item type to display only as it is filled

      Hello guys,.

      I need to change an element to be displayed only as the end user insert a value in this element. In other words, I need prevent the user to modify or change this item after it is filled for the first time.
      Any ideas?

      Kind regards
      Fateh

      Nina wrote:

      You can do this by using JavaScript / DA.

      On change event with Item IS NOT NULL, condition and then change the style property "readOnly" in "read only".

      Fateh wrote: sorry for marking your answer as helpful. In fact, it's OK

      $("#P2_MOBILE").attr ('readOnly', 'readOnly');

      ... but I can't do it right now...

      But see + {message identifier: = 4519853} +.

    • How to change the items in a drop-down list box that is part of an array of clusters

      Hello

      In the attached vi, I have an array of clusters and each cluster contains two drop-down list boxes. How can I edit the items in the drop-down list box 1 for all elements in the array? (All elements of list box 1 has the same elements.)

      By way of illustration, I have also included the case of trivila, for example, edit the items in a separate drop-down list box that is is not part of an array of clusters (combo box 3). Please notify. Thank you.

      Peter

      Right click on the drop-down list box and select Create-> Node-> String() property. Place it on the block diagram. Change to write (right click) and then feed him an array of strings.

    • Allow the user to change the items in web application that they have not submitted

      Is there a way to allow a user to change/remove the elements of web app that they have not submitted?

      I did more than 400 pieces for the user via a .csv spreadsheet. I want the user to be able to change or remove these via an editing page of web app, I'll set up, but because I downloaded the .csv file, apparently, that another user cannot do this.

      At present, the only way that I know that this is so by the user submitting each element individually.

      Anyone know of a way to attribute everything to this user as if what he presented to them? Perhaps via the .csv file?

      Yes. In admin, you can change each element of WebApp to be attributed to a customer with the "presented by" in the section 'other Options '.

      You can also import/export this value, but in the CSV file, it is labeled as 'EntityId' - and you must use the system ID/ID of the entity of the client here.

      Otherwise, to allow anyone (who is connected) to change any element of WebApp, you must change the setting in the configuration of this WebApp by checking the option "anyone can edit items.

    • Lov popup when select change the item values

      Hello

      I have a Lov Popup to select cities, once I've selected one city, he must find the departmental and national names to display on the fields "view only".

      I tried to create dynamic Action that fires on 'change' to my Popup Lov and run this code:
      DECLARE
        V_UF UF_ATM.SIGLA%TYPE;
        V_PAIS PAIS_ATM.DESCRICAO%TYPE;
        CURSOR C_CIDADE IS
          SELECT U.SIGLA UF_SIGLA,
                 P.DESCRICAO PAIS_DESCRICAO
            FROM PAIS_ATM P,
              UF_ATM U,
              CIDADE_ATM C
           WHERE U.ID(+) = C.UF_ID
             AND P.ID(+) = U.PAIS_ID
             AND C.ID = :P9_CIDADE;  
      BEGIN
        OPEN C_CIDADE;
        FETCH C_CIDADE INTO V_UF, V_PAIS;
        APEX_UTIL.SET_SESSION_STATE(':P9_UF', V_UF); -- I already tried :P9_UF := V_UF
        APEX_UTIL.SET_SESSION_STATE(':P9_PAIS', V_PAIS);
        CLOSE C_CIDADE;
      END;
      Is there a "correct" way to do it? What Miss me?

      Thank you
      Alan.

      Hello

      OK - I added another page to my sample application: http://apex.oracle.com/pls/apex/f?p=56976:13

      Dynamic action would not work because the value that changes is in a hidden item - P13_EMPNO * _HIDDENVALUE * and you can not target it in Action.  I used jQuery to attach an onChange function instead.

      Andy

    • Dynamically change the item values

      Hello

      I defined a form based on a table with the following values.

      consultant_name - popup LOV based on a sql query
      month popup LOV based on a sql query
      year popup LOV based on a sql query

      Bill rate - screen only
      our cost-screen only

      I want to display bill rates and our dynamilly cost whenever I change the values of the 3 LOVs.

      To do this, I defined a dynamic action
      When event: change
      elements: consultant_name, month, year
      no condition
      real action: run pl/sql

      DECLARE
      B_R NUMBER (4.2);
      O_C NUMBER (4.2);
      BEGIN
      SELECT BILL_RATE, OUR_COST IN B_R O_C OF STAFFING WHERE THE CONSULTANT_NAME = V('P3_CONSULTANT_NAME) AND
      YEAR = V('P3_YEAR') AND MONTH = V ('P3_MONTH');
      : P3_BILL_RATE: = B_R;
      : P3_OUR_COST: = O_C;
      END;

      But during execution, it does not all values of bill_rate and our_cost also do not show any error message as data not found.
      What mistake I made?

      Thank you
      Kouadio

      Published by: user10470431 on August 11, 2010 17:43

      Hi Steve,.

      have you written p3_year or P3_YEAR? Because it is case-sensitive. It is the same of the selected item.

      You use Firefox and you have installed the Firebug add-on? If so, you can take a look if it is in fact the AJAX call when you view the Console tab.

      Concerning
      Patrick
      -----------
      My Blog: http://www.inside-oracle-apex.com
      APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

    • Show and hide regions / buttons by changing the item values

      Hello

      is it possible to change a value of an element (LOV) that in the dependence of the selected a region of value / button see the STI or hide?

      I try this with the conditions of the region / button, but it does not work...

      Workspace: TEST_OA5
      Username: [email protected]

      password: Hund123

      Page: 2


      THX for the help,


      concerning

      René

      Hello

      I've added a new dynamic action called ANIMAL SELECT and changed the terms on your reports using P2_TIER_AUSWAHL

      Gus

    • If statement to change the items in a drop-down list

      Is there a way to change the options in a drop-down list in a script (without data binding)? So I have a drop down list and depending on what the user selects the second drop-down list will have different options. These elements can be specified by an if statement in the preOpen the second dropdown list event? The form will be filled out offline, so I don't want to put a link of data binding.

      Thank you!

      Hello

      There are at least two ways, as shown in http://forums.adobe.com/message/4321707#4321707.  Basically clearItems/addItem if pre Reader 9.0 or setItems supported if you use Reader 9.0 or later.

      Bruce

    • change the background color of menu for the firefox button

      I changed the color of the font of all menus in firefox to white (using userChrome.css) because I'm using a custom theme dark windows 7, where all the context menus are dark. The problem is that the menu of the Firefox button (in the menu that appears when you click on the orange button firefox) remains a brilliant white and blue, making it almost impossible to read the text in white. Is anyway to change two circles of the firefox button menu, or perhaps to change it so it appears like my popups? (via the module or adding to userChrome.css) Thank you

      You can use these two as selectors of these two components in the list of menu drop down menu Firefox button.

      #appmenuPrimaryPane
      #appmenuSecondaryPane
    • You can change the background/aero theme menu text

      original title: aero theme

      Hello

      I'm working on an application that typically run in the classic Windows theme. The theme file is edited so that the bottom of the menu in black color and text menu in the color white. Now, we want to run the application in the Aero in Windows 7 theme. But we are no longer able to change the menu background/text color. Is it possible to change the color of background/text menu change in aero theme? Or I can create a theme with the colors you want?

      Thank you.

      Kind regards
      Manoj C.V.

      Yes, you will need rebuild your theme using the theme aero windows 7.

      Defects of appearance and personalization,

      http://www.SevenForums.com/tutorials/282-window-color-appearance-change.html

    • Is it possible to change the size of a menu background?

      I would use my own photo as a background for menu and reduce its size less than the size of the menu.

      The photo selection sticks on a backup and re - open but the size of the object returns to the full menu size when the project is reloaded.

      If I have replaced a background in a Menu defined and only wanted it occupies a surface more small, what about 720 x 480 for DV NTSC Menu, I'd go to Photoshop, put my black background color, make new Image and choose the NTSC 720 x 480 (Standard or widescreen, as requires it) w / Guides. Then I would open my Image you want, drag it to this new Image and evolution with Free transform (Ctrl + T), to fill the area I want, flatten and Save_As PSD. This would be the Image I want to use for the whole Menu.

      Now, if you want to see some of the original Background, around your smaller Image, there are two methods to achieve this. As the structure of the Menu PRE sets are PSD in Photoshop layers, and the structure is very strict, I don't know if there will be problems with either of these ways.

      1. Do the same as above, but select Transparent to the background. Then Save_As PSD to use transparency in menus pre Editor. If this does not work, go to #2.
      2. Do the same as above, choose transparency for the background. Open one of the PrE Menu Set Menu PSD and drag the background to your new Image. Drag your Image on that and scale, as required. Save_As PSD and that drag the Menu set in the menu editor.

      To work with sets of Menu, which do not allow to add a background Image, we could open the MM (main Menu) and the SS (Selection of Scene) PSD in PS. Then we'd basically the operation drag on top, add their Image on background. I would then Save_As PSD, without Flattenng (very Important) and increment the first part of the name in some way. Do not change the last part of the Menu of MM range, or SS file names (very important). Create a new folder in the hierarchy of the folders under Menu DVD library and name it something like "my menu". Before you close on PS, flatten each the MM and SS, go to Image > Image size, choose 160 x 128 and create PNG Image size of the other PNG in the files of the Menu sets. Also note the naming convention of the files required for the PNG. Increment the start of the file name, to match what you did above. Place these PNG (they are "thumbnails" in the Menu Set Viewer) in this new folder that you created. When you start the pre and go to create Menus, your new folder should appear in the drop down menu, where you placed it.

      Note: Save_As NEVER exactly the same name, as names of the games of your DVD Menu templates or you will overwrite these sets of Menu. The only way to get back them is to reinstall the functional content material.

      If you get lost, feel free to watch the conventions of naming in pre, as a guide. Same for the order of the layers. The structure is VERY important. Although I do it a lot, I still need to use your Menu library as a reference guide. There is little flexibility in the naming of files and almost none in the order of the layers. The same goes for the folder/sub-folder structure.

      Good luck

      Hunt

      PS - The same instructions should work properly in PSElements, but as I do not know, or have this program, I can't be 100% certain. With the operations described above, we shouldn't face a limitation of the EP - its inability to create layer sets (buttons). However, the PSE can change layer sets - just not, create them.

    • Change the font size in a submenu spry

      I tried to make the submenu font sizes in a submenu of dreamweaver for several hours and were not successful. My changes as well perform the menu and submenu items when I just want to do smaller submenu items. Is it possible for you to look at my code and see what I'm doing wrong?

      Here is the link:

      http://www.innerchildoutreach.org/new_site/index.html

      If you don't have Firebug, can't see the code and need me to send it, please advise. Thank you

      To change the font for all the elements of anchoring use ul. MenuBarHorizontal a selector

      To change the font for all submenus we ul. MenuBarHorizontal UL a selector as in

      UL. MenuBarHorizontal ul a {}
      color: #4E6FA5;
      font size: small;
      }

      GRAMPS

    • change the default black and white only on 8610

      Can I change the default to always go to the ink black and white?

      Windows! This is wonderful thanks!

    • Photosmart 7520: Preference avancΘs, change the default settings, print using ONLY black ink (not color ink)

      Where can I find this that all information in the preferences > advanced, what they mean, how and why.

      How to permanentely to change the default printer settings.

      How to use out of the black cartridge for everything I print (I do not want to use ANY) color ink.

      Hi TJBar,

      This link should give you the information you need to explain the menu print, print menus. In order to print in black only, you can select "print in black and white." Note, however, that color will be used during maintenance of your printer. This is necessary to prevent the healthy color ink for when you do not need to use it.

      Please let me know if it helps.

      Thank you very much

      Michaele

    • How to change the default font and send only plain text in windows live mail

      When I go to mail options and change the default settings, it doesn't change the actual consists of the parameters, I must change each email I write individually.  I have the settings and 'apply' and 'ok '.  Help

      I suggest that you click the button Modify on your original post and pass it on the Windows Live Mail forum. You are likely to get the best help there.

      Windows Live Mail help is in this forum
      http://answers.Microsoft.com/en-us/windowslive/Forum/LIVEmail?tab=all

    Maybe you are looking for