Drop down menu turning to all caps after clicked in browser

Problem. drop down menu turning to all caps after clicked in browser, instead of staying upper and lower case.
Originally, I made the drop downs in fireworks CS3. Then when I work with them in dreameaver CS3.
It looks perfect UNTIL  ... after clicking on dropdown once, then go back to that page and that particular dropdown menu turns to ALL CAPS instead of what it should look like.
How can I make it NOT do that?
I did NOT do any special code that I know of to cahnge anything, I hav not experienced this problem before.
Here is a link to my website I am designing.
http://greenairenvironmental.com/3/Asset_Property.html
I need help to fix this problem. Thank You in advance.
http://greenairenvironmental.com/3/Asset_Property.html
I have attached the automatically generated .css file from fireworks that might be the  source of the problem.

Take a look for this selector in your greenair.css  file:
a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #9FCE62;
and remove the text-transform.
E. Michael Brandt
www.divahtml.com
www.divahtml.com/products/scripts_dreamweaver_extensions.php
Standards-compliant scripts and Dreamweaver Extensions
www.valleywebdesigns.com/vwd_Vdw.asp
JustSo PictureWindow
JustSo PhotoAlbum, et alia

Similar Messages

  • Drop-down menu items appearing all over screen ?

    So i have a JSP webpage accessed by about 20 people. It has some drop-down fields for doing a search. After the search, the screen gets all messed up (this happens randomly and is hard to reproduce). It basically takes a drop-down menu's items and places them randomly across the screen.
    I am not sure what is causing this, but if you have any ideas or suggestions, I will appriciate it. I am not posting any code yet, cuz i'm not sure where the problem is, or what it is?

    The following is from the JSP where I feel the problem is occurring
       <%=XMLUtil.toString(XMLUtil.toHiddenField("pname",  qSearch + ": " + queue.getName()) )%>
        <TABLE class="TITLE_TOP">
            <TR><TD><%=queueMgr.getSelectionModeSpecifier(null)%></TD>
                <TD align=right><A class=BUTTON href="javascript:startSearch();" onmouseover="return setStatus();"><%=pm_logon.map(PMConstant.SEARCH_BTN)%></A></TD></TR></TABLE>
            <TABLE class=PANEL>
            <TR><TD class=LABEL><%=pm_logon.map(PMConstant.MSG_QUEUE)%></TD>
                <TD><%= XMLUtil.toString(queueMgr.getQueueIdSpecifier())%></TD></TR>
            <TR><TD class=LABEL><%=pm_logon.map(PMConstant.MSG_FILTER)%></TD>
                <TD><%= XMLUtil.toString(myFilter.getFilterCountSpecifier() ) %>
                    <%=pm_logon.map(PMConstant.MSG_PAGESIZE)%><%= XMLUtil.toString(mySearch.getPageSizeSpecifier() ) %></TD></TR>
            <TR><TD></TD><TD><%= myFilter %></TD></TR></TABLE>
            <BR>
        <%
            if (size > 0) {
        %>
        <%=XMLUtil.toSummary(pm_logon, size, mySearch, "mySearch")%>
        <%= XMLUtil.toString(mySearch.getPage("editColumn", false, false, false, false, false, true)) %>
        <%
            }else if( SearchManager.ACTION_SEARCH.equals(mySearch.getSearchAction()) ){
        %>
             <%=XMLUtil.toWarning(pm_logon.map(PMConstant.MSG_NO_REC), pm_config.queueAutoRefreshInterval()<= 0 )%>
        <%
        %>the following is a method from the XMLUtil being called:
        public static String toString(Node node)
            StringWriter out = null;
            DOMWriter domWriter = null;
            String returnString = null;
            try
                out = new StringWriter();
                domWriter = new DOMWriter(out);
                domWriter.print(node);
                out.flush();
                returnString = out.toString();
            catch(Throwable e1)
                returnString =  "";
            finally
                try
                    out.close();
                catch(Throwable e2)
            return returnString;
        }

  • How can I remove a misspelled username or e-mail addy that is saved in the drop down menu without removing all of them?

    When e-mail addresses or usernames are saved in the drop down menu for easy access, is there a way to remove only the misspelled ones without removing all the correct spelled ones?

    When you see one of those mis-spelt items, highlight it and then hit the Delete key (or hit {Ctrl + Delete} on some platforms).
    http://support.mozilla.com/en-US/kb/Form+autocomplete#Deleting_individual_form_entries

  • Printer will not list in the drop down menu

    I have an HP Officejet 6500A (E710) printer running with Windows 7. When I route a word document to the print menu the "name" box is empty. The drop down menu includes the all the printers with the Officejet as the default printer but when I clink on it, it will not appear in the "name" box. I have removed the driver and reinstalled it without effect. I would appreciate any suggestions as to how I might print a document.
    This question was solved.
    View Solution.

    Sorry that you are having a problem with the printer not showing up in the drop box. 
    Try to restart the print spooler. 
    1. Click Start Menu
    2. Type in Services in search bar. 
    3. Click on it. 
    4. Scroll down to Printer Spooler. 
    5. Stop it and Restart it. 
    Let me know if this helps. 
    **Click the KUDOS star on the left to say 'Thanks'**
    Please mark a reply "ACCEPTED AS SOLUTION" if it solved your problem, so others can find it.

  • How to find the size and resolution option in the aspect ratio drop down menu for the crop tool

    while looking through certain tutorials on the new crop system i came across many that referenced the above mentioned size and resolution option in the  access ratio drop down menu.  They all mention a dialog box which then appears which looks really useful, however my version doesnt have this option. any help would be appreciated.

    Trevor.Dennis wrote:
    John, are there already differences?  I thought 13.1 was mainly about retina display support, but I guess there would also be other fixes released while they were at it.
    Yes, definitely already differences. I sympathize with Photoshop instructors (online and offline).
    The headline change was Retina support but that was also made available to non-Cloud versions.
    Other Cloud-only changes in 13.1 are listed here
    http://helpx.adobe.com/photoshop/using/whats-new.html
    http://psd.tutsplus.com/articles/news/cs6_1/
    Non-Cloud CS6 users have been very vocal and disgruntled about some of these changes.

  • Drop Down Menu Advice

    I was wondering if anyone could give some advice as to how I could use drop down menus to switch between 50 different indicators and charts.
    So I am building a program to monitor 50 motors. Right now, I have a program (attached) that can monitor one motor. I want to use a drop down menu to select which motor info (out of 50) I can see at a certain time. Selecting from the drop down menu should update all buttons/ indicators/ charts associated with the motor selected. I would also like the motors that aren't visible, but have been selected (with a boolean called Start   End Data Collecting) to collect data in the background.
    Right now, there is a subVI called Main Station that controls everything needed for one motor. I'm not sure how I'd expand this to 50. The Main Station subVI is in a while loop (while loop is part of main VI) which collects data from a daq on every loop. The Main Station is a case structure that runs or stops if the ON  OFF boolean is switched (like a state machine). So all the motors switched to ON should run and collect data even if they aren't visible/selected on the front panel.
    Here is a view of the front panel.
    As you can see, there are four sections for the indicators/controls and two sections for the charts. Each section will/has a drop down menu. Each menu has a selection of 50 motors (labeled Motor 1, Motor 2,... Motor 50).
    I would like the information in the indicators/ chart to show info specific to the selected motor, while the program updates the other motors (that are set to data collection) to continue collecting data. The only data stored is in the charts, but I would also like the controls to remain selected (even if not visible on the front panel) if a user selected them.
    Any help/suggestions would be appreciated. Let me know if the zip is missing files. Thanks

    Once I started looking at subpanels, that opened up a lot of other discussions about problems similar to mine. In case someone finds their way to this post, here are two links that discuss the topic more. I didn't realize they existed because subpanel was the key word when searching for info on problem and I didn't know subpanels existed (how to search for info on something you don't know about? wish I knew haha).
    http://forums.ni.com/t5/LabVIEW/Any-suggesstions-on-how-to-manage-100-indicator-and-containers/td-p/766085
    and
    http://forums.ni.com/t5/LabVIEW/Looking-for-an-elegant-way-to-manipulate-main-VI-from-Sub-VI/m-p/309001?view=by_date_ascending

  • Pass a url variable to javascript for drop down menu

    Hello,
    I'm in over my head as far as javascript goes. This is what I
    am trying to do. I have this URL...
    http://www.grasshorse.com/prod2.cfm?SortBy=all&ProdAbbr=shm
    I want to take the variable for ProdAbbr which in this case
    is "shm" and make that a variable in javascript. So that I can add
    the variable to a dynamic link I'm using for a drop down menu.
    mm_menu_0520211545_0.addMenuItem("All Departments","location='prod.cfm?SortBy=all&ProdAbb r=eval(ProdAbbr)'");
    I really have no clue what to do. I haven't hardly used
    javascript at all and I'm looking for some charity. Does anyone
    have any ideas on how I can do this?
    Thanks
    Steve
    Any insight is greatly appreciated.

    jawwinker wrote:
    > Hello,
    > I'm in over my head as far as javascript goes. This is
    what I am trying to
    > do. I have this URL...
    >
    > <a target=_blank class=ftalternatingbarlinklarge
    > href="
    http://www.grasshorse.com/prod2.cfm?SortBy=all&ProdAbbr=shm
    >
    > I">
    http://www.grasshorse.com/prod2.cfm?SortBy=all&ProdAbbr=shm
    >
    > I</a> want to take the variable for ProdAbbr which
    in this case is "shm" and
    > make that a variable in javascript. So that I can add
    the variable to a
    > dynamic link I'm using for a drop down menu.
    >
    >
    mm_menu_0520211545_0.addMenuItem("All Departments","location='prod.cfm?Sort
    > By=all&ProdAbbr=eval(ProdAbbr)'");
    mm_menu_0520211545_0.addMenuItem("All Departments","location='prod.cfm?Sort
    By=all&ProdAbbr='"+ProdAbbr+"'");
    Mick

  • Execute option missing from JSP drop down menu

    I'm going through a Java Web Development class and trying to produce a small web app through Sun Java Studio Enterprise 7 2004Q4. I have two servlets, a couple of classes and two JSPs. At seemingly random times the "Execute" and "Execute (force reload)" options from the drop down menu you get when you right click a JSP fails to show up. It isn't grayed out, it just isn't there. Most of the time these options are there. And they can be there one time and then for the same project, same set of JSPs everything, they just disappear.
    Can anyone tell me what dumb thing I'm doing to cause this?
    And can anyone tell me how to fix it once I've done it?
    Thanks
    DR Crowley

    First of all thank you for all the time you are spending on this. Believe me I know how frustrating it can be to figure out what is happening when you can't reproduce the problem.
    On to your questions: I am running Windows XP Professional. I have checked and made sure that the extension is still .jsp and that it isn't changing. No I don't have the IDE set up to show extensions, however the icon beside the file is the jsp icon and when I go to Windows explorer (where I do have it set to show known extensions) it is a .jsp file and does not have the ever exasperating hidden extension that windows is infamous for. Sun Studio seems to recognize the file as a proper jsp (due to the icon).
    As to your further questions. I am executing it by right clicking on the jsp file itself. And the jsp file is in the documents folder not in the web/inf folder.
    At this point we are out of the class and it isn't nearly as important that I get an fix. We (our company) will probably not do jsp files and servlets thourgh Sun Java Studio Enterprsise. Instead we are looking at using Sun Java Studio Creater to do the view layer.
    Thanks for all your help and the time you took to try to figure this out.

  • Drop down menu problem IE7

    I have a small problem, don't know if you can help at all. I have have upgraded to the latest version of spry and created my spry menu in Dreamweaver CS3. It works great in firefox, but in IE7 the drop down menu jumps up to the top of the browser window, instead of below the menu bar.
    When I check using the browser compatibility function in CS3, I get a message "Expanding Box Problem" with the following lines of code highlighted:
    <ul>
              <li><a href="testimonials extra.html">Extra</a></li>
              <li><a href="testimonials defender.html">Defender II</a></li>
            </ul>
    Here is link to the site, so you can take a look
    http://www.efptproducts.com/
    Any ideas or help would be greatly appreciated ?
    regards,
    Bill

    Hi again,
    Not sure if you need it, but following is the spry css file code:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin
    or padding */
    ul.MenuBarHorizontal
    /* 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;
         height: 33px;
         font-family: Trebuchet, "Trebuchet MS", sans-serif;
         color: #FFFF00;
         font-weight: bold;
    /* Menu item containers, position children relative to this container and
    are a fixed width */
    ul.MenuBarHorizontal li
    /* 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
    /* 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
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    /* Submenus should appear slightly overlapping to the right (95%) and up
    (-5%) */
    ul.MenuBarHorizontal ul ul
    /* 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
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    /* Menu items that have mouse over or focus have a blue background and white
    text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    /* 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: #33C;
         color: #333333;
         font-family: Trebuchet, "Trebuchet MS", sans-serif;
    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
         background-image: url(../images/MB%20Dark%20Thin.jpg);
         background-repeat: repeat-x;
         background-position: 95% 50%;
         font-family: Trebuchet, "Trebuchet MS", sans-serif;
         font-size: 14px;
         font-style: normal;
         font-weight: bold;
         color: #FFFF00;
    /* 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(../images/MB%20Light%20Thin.jpg);
         background-repeat: repeat-x;
         background-position: 95% 50%;
         font-family: Trebuchet, "Trebuchet MS", sans-serif;
         font-size: 14px;
         font-style: normal;
         font-weight: bold;
         color: #000000;
         width: 120px;
    /* 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: url(../images/MB%20Light%20Thin.jpg);
         background-repeat: repeat-x;
         background-position: 95% 50%;
         font-family: Trebuchet, "Trebuchet MS", sans-serif;
         font-size: 14px;
         font-style: normal;
         font-weight: bold;
         color: #000000;
    /* 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(../images/MB%20Light%20Thin.jpg);
         background-repeat: no-repeat;
         background-position: 95% 50%;
         font-family: Trebuchet, "Trebuchet MS", sans-serif;
         font-size: 14px;
         font-style: normal;
         font-weight: bold;
         color: #000000;
    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
    /* 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: inline;
         f\loat: left;
         background: #FFF;
         font-family: Trebuchet, "Trebuchet MS", sans-serif;

  • Google account drop-down menu is not working

    When I go to click my google account name in the top right of gmail, the drop-down menu that lists all of my accounts is not showing up when I click, this is a problem because I cannot access my school gmail.

    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:   Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

  • How to create a sort of drop down menu at mouse location please?

    Hello,
    I would like to create a sort of drop down menu. When the user right clicks, I would like to create something similar as if you right click in your browser, or right click in this forum text box area (you get "undo", "copy", "paste".. that appears right next to the mouse).
    What Swing class would you use for that please?
    Thank you very much.

    Use a JPopupMenu
    You will need to add a MouseListener that shows it to the component you want to display it on.

  • Signature drop down menu greyed out. I believe it is because I saved the pdf document after placing a signature.  I'm using Adobe Acrobat Pro 9

    signature drop down menu greyed out. I believe it is because I saved the pdf document after placing a signature.  I'm using Adobe Acrobat Pro 9

    Do you mean the drop-down list that shows up when you right-click on the signature (in the Signature Panel or signature field)?
    I do not think that just saving a PDF with no changes would result in that unless you somehow flattened the PDF.
    Can you see the signature in the Signature Panel? Can you expand ([+] at left) the signature? Does the Signature Panel provide info for this signature? Is the signature validated? If "yes" then is the signature status Valid?
    It could be that when you saved the file you somehow flattened the signature, so that now you have only signature appearance in the PDF but not a real signature field which contains all signature properties. If the Signature Panel does not contain your signature (enpty if your signature was the only one) then this is the most likely cause.

  • How do I set the border preferences when formatting cells in Numbers?  After I make my selections and close the drop down menu, nothing happens.

    How do I set border preferences when formatting cells in Numbers?  When I use the drop down menu under Inspector, and set the preferences I want, a blue line shows up in the appropriate cell or cells to which I want to apply a border.  When I close the menu, the blue line goes away and there is no border.

    Jerry,
    I'm sorry for the intrusion on this thread. I had only made a simple comment, and then others responded. It was not my intention, especially since the original question was marked as answered. I will direct responses to any comments I make in fture postings that deviate from the OP's question to a newly created topic if I need a response, if not, I will just add a statement at the end of my comments to please not respond.
    As to your diagram, it is the ability to select the non-contiguous cells, and then be able to simulataneously select a specific part of the border edge, and then be able to change them all at once that I was after. That is something that is not possible in Numbers. It seems that in your diagram the "before", was attained by selecting each cell one at a time, and changing its border edge, one at a time. Then, in the "after", selecting the non-contiguous cells and changing the "Stroke" settings for the lines was attained simultaneously since that is possible in Numbers.
    If I am correct in how you attained the results in your diagram, that wasn't really what I was trying to achieve, since if the option were not grayed out, it would only select the same border edge on all selected cells. If I am incorrect, then I would like to have your input.
    Once again, sorry for allowing my comment to develop as it did.
    In God's Harmony

  • How do I turn off the drop-down menu on the back button?

    I use a laptop and my hands aren't too dextrous. Every time I click the "back" button I get the drop down menu, which means I then need to move my hand back to the pad (slowly!) move the pointer, and try again. It can take me several attempts to go back one site now!
    I have searched for hours to find out how to turn this drop down menu off, to no avail, and even looked through all the settings in about:config in an attempt to find a way around this. It seriously impacts my ability to use my laptop on the web now, so if anyone can please come up with a way to get back to the old back button, with no menu when my slow old finger cannot move fast enough to get off the button, I would be very grateful.

    You can use that list and open the previous tab just above the one that appears bold and has a bullet.
    The current active entry has a bullet in front of it.<br />
    If you hover an entry in the tab session history list with the mouse then you see an arrow at the left side pointing left (Back) or right (Forward) to show the direction.<br />
    You can left click an item to open it in the current tab or middle-click or Ctrl left-click an entry in that list to open that link in new tab, just like you can with other links.<br />

  • I have lost all of my bookmarks from the drop-down menu. It says it is empty, but never have I deleted them. And when I bookmark a page it does not save it. Please help

    Question
    I have lost all of my bookmarks from the drop-down menu. It says it is empty, but never have I deleted them. And when I bookmark a page it does not save it. Please help

    Ok this is bizzare!
    Thank you for your response, I went throught each and every step without any luck, even got the recovery programme, and painstakingly tried to sift through all that mumbojumbo to find what i needed. finally found the bookmark bit, but it had been fully overwritten :(, so on reading about previous ff versions, found the sqlite thingys, and they were relatively unscathed(partly written over, but saveable apparently TG), saved them to adiff drive, amongst other possibly good folders. Then looked up how to install them, and it said to close FF, and install to profile folder.
    So i tried to close FF, and the original problem from a few days ago, where it asked me if 'i was sure i wanted to close this window as it has X tabs open', popped up again. This is where 'open blank page' selection was set, over 'open previous tabs'. Wanting to save that info on how to sort out these friggin files, I reset the Option to 'open previous tabs', and closed FF. After unsucessfully searching for the profile folder on my laptop, i opened FF intending to search online for where i could find said folder.
    AND BANG, surprise surprise, the FF I had just closed with only tabs open about finding out what the heck to do, had disappeared, and instead my original saved tabs were up, and my bookmarks are there..... I am gobsmacked! what the heck just happened there???
    I have made 3 back up in different folders now, of those friggin bookmarks. I am weary now tho of shutting it all down.... what if its back to the other pages I had with no bookmarks, tomorrow :(

Maybe you are looking for

  • Two mail users, one iMac

    My wife and I are different users on the iMac. We each have a seperate .Mac account. When my wife opens mail from her user profile (for lack of a better term) she can send and receive just fine. The problem is that she is also downloading my email. W

  • Applet window warning

    getting the above warning in the IE window bottom portion of the frame. (compiled with -target 1.1) Why would that warning be appearing and how can I prevent it. No java errors logged. Also is there a way (html possibly) to have an applet open in the

  • How to delete or add columns in a DataTable.

    Hi, I need to delete/add columns for a DataTable programaticaly... Can anyone help me in this ??. In source code I added a datatable and lets take 3 columsn I added. While running application, I need to delete and add columns whenever I want. Please

  • Text & Audio Syncronization

    Hi, I have an Audio file. Lets say it says "Today is Wednesday, March 12th 2008" I want to synchronize the text on flash to the words of audio files. I created two layers, one has audio file and the other one has text, I tried to put motion tween and

  • Application manager wont launch

    I just used the application manager earllier today to download CS6, now it wont launch. I dont want to reinstall. The application manager is signed in as a different login, not the login I used to purchase creative cloud, but I cant sign out of the a