On the website bar when i type a letter a list of websites atomatically appear as a drop down menu, how can i erase these website locations?

I have already used the erase history option but that does not erase locations just the history from search options ect...

Use these steps to remove saved (form) data from a drop-down list:
#click the (empty) input field on the web page to open the drop-down list
#highlight an entry in the drop-down list with the mouse or cursor Down key<br>do not click the mouse or press the Enter key
#press the Delete key (on Mac: Shift+Delete) to delete the highlighted entry
See also:
*https://support.mozilla.org/kb/Clearing+Location+bar+history
*https://support.mozilla.org/kb/Cannot+clear+Location+bar+history

Similar Messages

  • I want to name individual photos in the album but I am unable to select view sort in the drop down menu How can I overcome this?

    I want to name individual photos in the album but I am unable to select view>sort in the drop down menu How can I overcome this?

    Great to hear, but what was the solution?

  • I have my settings to not fill in the URL bar when I type. Yet, when I type something, it's giving me a drop down of sites that match as I type. Why? And how do I get it to stop? It's really annoying.

    Example: If I'm typing in www.mozilla.com, when I get to www.mo, it drops down a list of all the sites I've previously gone to that start with that.

    Quote: ''I have my settings to not fill in the URL bar when I type''<br />
    Do you have an extension to make that setting or did you change the pref [http://kb.mozillazine.org/browser.urlbar.maxRichResults browser.urlbar.maxRichResults] on the about:config page to 0 or -1?
    In the Firefox 3.0.x versions you are limited about what to do with the location bar.
    * Old Location Bar: https://addons.mozilla.org/firefox/addon/7637
    If you update to Firefox 3.5.x or 3.6.x then you have more options for the location bar behavior.<br />
    See [[Smart Location Bar]]

  • In latest version of MF there`s missing button, which was in previous version: between buttons back/forward and the typing bar there used to be little flash, which showed few last pages I have just browsed. How can I restore it?

    In latest version of MF there`s missing button, which was in previous version: between buttons back/forward and the typing bar there used to be little flash, which showed few last pages I have just browsed. How can I restore it?

    If you mean the drop marker then you can still get the History of the Back and Forward buttons if any by either Left-Click and hold for a second or by Right-Clicking them.
    If you still want the drop mark there also then there is this Extension at https://addons.mozilla.org/en-US/firefox/addon/backforward-dropmarker/
    Also the abbreviation for Firefox is '''Fx'''

  • In the tracing drop down menu, how come the custom is greyed out and can't be selected? It looks like its disabled!!

    in the tracing drop down menu, how come the custom is greyed out and can't be selected? It looks like its disabled!!

    cc2014,
    Have you selected an image?
    Unless a good explanation appears, you may start onthe list below.
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • CSS Drop down menu; how to align the right edge of drop down and parent menu?

    Hello everyone,
    I have a drop-down menu that is currently working well.
    The only change I need to make is to have the right edge of the  drop-down menu to align with the right edge of the parent menu. When you  hover over the menu, it currently "drops" down and to the right, with  the left edges aligned.
    I want the menu to "drop" down and to the left, so the right edges are aligned.
    I have tried fiddling with floats and absolute/relative positioning. I'm not sure what needs to be changed.
    Any help you can provide is greatly appreciated! I'm learning via "cut and paste", so please go easy on any terminology you may use.
    Thank you!
    Here is my code:
    .chromestyle{
         width: 100%;
         font-weight: bold;
         float: left;
         height: 29px;
    .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    .chromestyle ul{
    border: 0px solid #BBB;
    width: 100%;
    background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
    padding: 4px 0;
    margin: 0;
    text-align: right; /*set value to "left", "center", or "right"*/
    .chromestyle ul li{
    display: inline;
    .chromestyle ul li a{
    color: #000000;
    padding: 4px 7px;
    margin: 0;
    text-decoration: none;
    border-left: 1px solid #DADADA;
    .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
    background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
    /* ######### Style for Drop Down Menu ######### */
    .dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background-color: white;
    width: 200px;
    visibility: hidden;
    .dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
    padding: 2px 5px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    * html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
    .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #0000ff;
    color: #fff200;

    Try this:
    .chromestyle{
         font-weight: bold;
         height: 29px;
    .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    .chromestyle ul{
    border: 0px solid #BBB;
    width:100%;
    background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
    padding: 4px 0;
    margin: 0;
    text-align: left; /*set value to "left", "center", or "right"*/
    .chromestyle ul li{
    display: inline;
    .chromestyle ul li a{
    color: #000000;
    padding: 4px 7px;
    margin: 0;
    text-decoration: none;
    border-left: 1px solid #DADADA;
    .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
    background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
    /* ######### Style for Drop Down Menu ######### */
    .dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background-color: white;
    visibility: hidden;
    text-align:left;
    .dropmenudiv a{
    width: auto;
    display: block;
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    * html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
    .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #0000ff;
    color: #fff200;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How do I get a URL to display in the Awesome Bar drop down list? Some URL's appear in this drop down but I can't figure how they got there.

    There is a drop down list from the Awesome Bar containing some of my most frequently visited sites. How can I add URL's to this list?

    The location bar drop-down list shows items based on visited count (bonus points and frecency: frequency and recency) and if you have visited other URLs more often then those will replace other websites.
    *https://developer.mozilla.org/en/The_Places_frecency_algorithm
    You can't customize this drop-down list and you would have to bookmark websites to have easier access.

  • When i type any letter on web search, earlier address appear. how to stop that?

    when i open firefox there is an item on toolbar ie web search and before that there is some space in which one type any item to search on web. once that is finished and again when some other item is to be typed to search on web, we start with the first letter of that item or subject so to say. as soon as that that letter is typed, down below appears the the entire list of the items previously searched.how to stop appearing of earlier searched items?

    You can do this by disabling form history.
    # In the Tools menu select Options to open the Options dialog
    # Select the Privacy panel
    # Set "Firefox will" to "Use custom settings for history"
    # De-select the setting "Remember search and form history"

  • I have tried to put the weather on bar but it only has a defined list with other US cities or wordly cities...how can I add it?

    right click on page Status, then slide over show components ,,, you get Weather button .... you can't put in your city, it gives you US and worldly cities to use only.... How can I put my cities weather to show on my tool bar?

    Which country are you located in first of all?
    Also, update Flash by going to http://get.adobe.com/flashplayer/
    Virtually nothing will work with the version you have installed at the moment. Older versions are also a [http://www.h-online.com/security/news/item/Adobe-releases-security-update-for-Flash-Player-1228930.html Security Risk]

  • Is there a way to change the date format so that delegates have to choose a day, month and year from a drop down menu as my delegates keep forgetting to change the year of their information

    When my delegates are filling in a event form i have put together, a large number of them forget to change either the month or year on the date field. Is there a way to have a date field that has drop down boxes for day, month and year so they have to choose rather than a date been already on the screen??
    Thanks

    Hi Christopher,
    The WEEKDAY function allows specifying either Sunday or Monday as the first day of the week:
    WEEKDAY
    The WEEKDAY function returns a number that is the day of the week for a given date. WEEKDAY(date, first-day)
      date:  The date the function should use. date is a date/time value. The time portion is ignored by this function.
      first-day: An optional value that specifies how days are numbered.
    Sunday is 1 (1 or omitted):  Sunday is the first day (day 1) of the week and Saturday is day 7.
    Monday is 1 (2):  Monday is the first day (day 1) of the week and Sunday is day 7. Monday is 0 (3):  Monday is the first day (day 0) of the week and Sunday is day 6.
    But I think you are referring to the first day of the 'workweek', for which I do not see a means of defining a custom value.
    Since you want to 'insert categories', though, you could easily define your own, using WEEKDAY(date) or WEEKDAY(date,1), plus an IF statement to return the category label appropriate to the day. Here's one for a Sunday to Thursday work week. Dates are in column A, the formula is in whichever column you want as the Category column. For the example, I've placed it in column B.
    B2, and filled down: =IF(WEEKDAY(A)<6,"Work","Off")
    The top table shows the weekday numbers returned for each day of the week for each of the three permitted values for the optional second argument. The bottom table shows the results from the formula above, used to define a category label for each date:
    A10 was left blank intentionally, to determine if the lack of data resulted in an error. The Warning message, flagged by the blue 'warning' triangle, is "The formula uses a number in place of a date." The 'date' assigned to this numerical value of zero was a Friday, but I'm not certain when. Probably best to avoid extra rows with no date shown.
    Regards,
    Barry

  • HT4527 When transferring iTunes from old computer to new computer, even though all of songs were copied over, not all of them went to iTunes, some appear to be stored elsewhere. How can I find these songs, and how do I transfer them to iTunes?

    When transferring iTunes from old computer to new computer, all my songs were copied over, but not all of them were stored in iTunes. It appears they are on the computer somewhere, but not on iTunes. Where are these other songs likely to be, and how can I get them onto iTunes? Because of this problem, Apple will not allow me to update my iPhone.

    You may/must have had music files stored outside of your iTunes library.
    I'd recommend going to the Finder and then via the search box look for files with mp3 aif m4a aac etc. depending on the music format your digital music had. With the list of files shown you should be able to learn which files were stored outside of your music > itunes folder
    Chances are they could be burried somewhere under your documents, downloads, desktop, ... we all have different storage and organization habits.
    Then when you find the missing files, on the new computer you can do add to library and go to the folder on the other computer where the missing files are - if your systems are networked - or sneak them over using a USB thumb drive or portable hard drive if you have lots of files, or if you like to have an extra backup of that music, copy to optical disc.

  • Yesterday I updated logic pro and my IK Multimedia ARC system has disappeared from the plug in drop down window, how can I get it back, it appears on old files but not new ones

    yesterday I updated logic pro, I have just discovered that my IK Multimedia ARC system has disappeared from the plug in drop down window, can anyone advise how I can get it back. It seems that old logic files where it was previously loaded still have the plug in live, but on a new project file it simply isn't there to select and activate.

    Not sure about your issue. What did you update from and to? Is ARC still in the plugins/components folder?
    I'm an ARC user too. I have it plugged in to Audio Hijack Pro which is set to hijack audio from Logic. This way ARC is after logic and you don't have to remember to bypass the plugin before you bounce.

  • When i first got my iphone i plugged it into my friend's computer and songs on from itunes. Now it will not show up in the side bar when i plug it into my computer. I have already tried 'authorizing this computer'. What can i do?

    When I first got my iphone i plugged it into my friends computer and added songs from their itunes. Now when i plug it into my computer it will not connect or show up in the sidebar in itunes. I have already tried factory resetting the phone and 'authorizing this computer' in itunes. Can anyone help?

    Is your iTunes up to date, it is now 10.7, click the iTunes button at the top of this page if you need the new version.

  • When I type web address, suggestions appear of previously visited sites. How do I erase these please? Also in form entries. Sorry - I'm not great with technical terms!

    Does this make sense?
    I've tried erasing history but nothing has changed.
    All help is most appreciated.

    Your location bar or "Awesome Bar" can be set to display your bookmarks, history, bookmarks and history together, or nothing at all based on what you input into it. To change what content this bar displays or to disable the location bar autocomplete list altogether, see [https://support.mozilla.org/en-US/kb/Location%20bar%20autocomplete#w_changing-your-location-bar-settings Changing location bar settings]. Regarding form entries, the [[Form autocomplete]] article has information on deleting saved form entries or preventing them from being saved.

  • In the search section of the tool bar, I used to have Google as my search engine now it is Norton Safe Search. How can I get Google back?

    As stated above, I used to have Google as my search engine now it is Norton Safe Search. How can I get Google back?

    See these threads about searchqu:
    *[/questions/816181]
    *[/questions/790833]

Maybe you are looking for

  • How do i wipe an old apple id of my iphone, how do i wipe an old apple id of my iphone

    my iphone is set up in someone elses ID, i need to update my software and cant whilst the old ID is on it, how do i get rid of it without deleting all my apps

  • Remove duplicates while loading data from text file

    Hi, Data in text file (some times has duplicates) is being loaded into Oracle 9i database using Informatica. To improve performance, we would like to remove duplicates at the time of each load using Oracle procedure. Could you please help me with thi

  • Fujitsu scan snap S1500m  adobe reader

    On save screen its says it save to online account? or adobe.com? doesn't give a choice not to. Where are my documents going? I don't want them online.

  • Question regarding namespaces

    Hi, This doubt has been bothering me from the day i started reading XML. I understand that namespaces help us avoid the conflict of using the same element/attribute name is a different context in the same xml file. We use the xmlns attribute to defin

  • Displaying bulky ResultSet page wise, in jsp!

    Hello Guyes, I am back to the most asked problem again! I have a massive resultset of 5,000 records and I want to display it page wise in my jsp with giving 'Next' and' Back' buttons. I can open the resultset on each page as it will kill my applicati