Jump menu and Firefox

I have a page that contains a jump menu and an iframe. I use
the jump menu
to load different pages into the iframe. Works fine in IE but
will not work
in Firefox. Here's the code:
<form name="form1">
<select name="odm"
onChange="MM_jumpMenu('odmframe',this,0)">
<option value="/solutions/odm/blank.html">Choose a
Product</option>
<option value="/solutions/odm/vpn.html">VPN/Firewall
appliance</option>
<option value="/solutions/odm/2100e.html">2100E
Enterprise Class
Server</option>
<option value="/solutions/odm/4300e.html">4300E
Enterprise Class
Server</option>
<option value="/solutions/odm/4300edp.html">4300EDP
Enterprise Class
Server</option>
<option
value="/solutions/odm/sc4100,html">SC4100</option>
<option
value="/solutions/odm/2120.html">SA2120</option>
<option
value="/solutions/odm/na1400.html">NA-1400</option>
<option
value="/solutions/odm/sc6000.html">SC6000</option>
<option
value="/solutions/odm/ecobay.html">Ecobay</option>
</select>
</form>
<iframe src="/solutions/odm/blank.html" id="odmframe"
frameborder="0"
style="width:650px; height:500px;"></iframe>
What do I need to do to get this to work in Firefox?
Thanks
mark

Never mind, I figured it out. :-)
mark
> I have a page that contains a jump menu and an iframe. I
use the jump menu
> to load different pages into the iframe. Works fine in
IE but will not work
> in Firefox. Here's the code:
>
> <form name="form1">
> <select name="odm"
onChange="MM_jumpMenu('odmframe',this,0)">
> <option value="/solutions/odm/blank.html">Choose a
Product</option>
> <option
value="/solutions/odm/vpn.html">VPN/Firewall
> appliance</option>
> <option value="/solutions/odm/2100e.html">2100E
Enterprise Class
> Server</option>
> <option value="/solutions/odm/4300e.html">4300E
Enterprise Class
> Server</option>
> <option
value="/solutions/odm/4300edp.html">4300EDP Enterprise Class
> Server</option>
> <option
value="/solutions/odm/sc4100,html">SC4100</option>
> <option
value="/solutions/odm/2120.html">SA2120</option>
> <option
value="/solutions/odm/na1400.html">NA-1400</option>
> <option
value="/solutions/odm/sc6000.html">SC6000</option>
> <option
value="/solutions/odm/ecobay.html">Ecobay</option>
> </select>
> </form>
> <iframe src="/solutions/odm/blank.html" id="odmframe"
frameborder="0"
> style="width:650px; height:500px;"></iframe>
>
> What do I need to do to get this to work in Firefox?
> Thanks
> mark
>

Similar Messages

  • Jump Menu and IE

    This morning I had to change our home page to thwart
    phishers. Now the jump menu doesn't work, but only in IE. The jump
    menu URLs are almost all the full path (beginning with
    http:// and our web address, then the page). The
    jump menu sends the page to another frame on our site. [please
    let's not get into a frames vs no-frames discussion...the site is
    due for remodel next year]. So I have to fix what's there now. What
    is different about IE that it wouldn't like the change I made. How
    can I be more specific. I'm in a bit of a panic right now and 10
    other things are on my plate.
    Thanks, J

    Never mind, I figured it out. :-)
    mark
    > I have a page that contains a jump menu and an iframe. I
    use the jump menu
    > to load different pages into the iframe. Works fine in
    IE but will not work
    > in Firefox. Here's the code:
    >
    > <form name="form1">
    > <select name="odm"
    onChange="MM_jumpMenu('odmframe',this,0)">
    > <option value="/solutions/odm/blank.html">Choose a
    Product</option>
    > <option
    value="/solutions/odm/vpn.html">VPN/Firewall
    > appliance</option>
    > <option value="/solutions/odm/2100e.html">2100E
    Enterprise Class
    > Server</option>
    > <option value="/solutions/odm/4300e.html">4300E
    Enterprise Class
    > Server</option>
    > <option
    value="/solutions/odm/4300edp.html">4300EDP Enterprise Class
    > Server</option>
    > <option
    value="/solutions/odm/sc4100,html">SC4100</option>
    > <option
    value="/solutions/odm/2120.html">SA2120</option>
    > <option
    value="/solutions/odm/na1400.html">NA-1400</option>
    > <option
    value="/solutions/odm/sc6000.html">SC6000</option>
    > <option
    value="/solutions/odm/ecobay.html">Ecobay</option>
    > </select>
    > </form>
    > <iframe src="/solutions/odm/blank.html" id="odmframe"
    frameborder="0"
    > style="width:650px; height:500px;"></iframe>
    >
    > What do I need to do to get this to work in Firefox?
    > Thanks
    > mark
    >

  • Submitting form with 'jump menu' and PHP?

    I have a form that can reveal one of two question sets,
    depending on the
    setting of a drop-down list, e.g.,
    <select>
    <option>Set 1</option>
    <option>Set 2</option>
    </select>
    Up to this stage in the development of this page, I have
    solved this
    requirement by using an onchange event in the <select>
    tag to submit the
    form to itself. The PHP code in the head of the page
    evaluates the set
    selected, and then writes the page containing the 'selected'
    fields (either
    set1 or set2).
    But now, I also need to submit this form's data to the
    processing page! So,
    there are two competing functions here -
    1. Deciding which field set to display
    2. Processing the filled in fields by submitting the form to
    a second
    process page
    How can I get these two together on the same form?
    Or should I just use two separate form pages, and a
    javascript jump menu?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================

    Never mind, I figured it out. :-)
    mark
    > I have a page that contains a jump menu and an iframe. I
    use the jump menu
    > to load different pages into the iframe. Works fine in
    IE but will not work
    > in Firefox. Here's the code:
    >
    > <form name="form1">
    > <select name="odm"
    onChange="MM_jumpMenu('odmframe',this,0)">
    > <option value="/solutions/odm/blank.html">Choose a
    Product</option>
    > <option
    value="/solutions/odm/vpn.html">VPN/Firewall
    > appliance</option>
    > <option value="/solutions/odm/2100e.html">2100E
    Enterprise Class
    > Server</option>
    > <option value="/solutions/odm/4300e.html">4300E
    Enterprise Class
    > Server</option>
    > <option
    value="/solutions/odm/4300edp.html">4300EDP Enterprise Class
    > Server</option>
    > <option
    value="/solutions/odm/sc4100,html">SC4100</option>
    > <option
    value="/solutions/odm/2120.html">SA2120</option>
    > <option
    value="/solutions/odm/na1400.html">NA-1400</option>
    > <option
    value="/solutions/odm/sc6000.html">SC6000</option>
    > <option
    value="/solutions/odm/ecobay.html">Ecobay</option>
    > </select>
    > </form>
    > <iframe src="/solutions/odm/blank.html" id="odmframe"
    frameborder="0"
    > style="width:650px; height:500px;"></iframe>
    >
    > What do I need to do to get this to work in Firefox?
    > Thanks
    > mark
    >

  • Tiny screen for context menu, bookmarks menu, and firefox menu is destroying usability.

    When ever I bring up a menu on Firefox, I get a screen shot of the entire screen compacted into the menu that I am trying to use. If I click a menu in my bookmarks bar, I get a compacted screen shot of my browser overlaying the bookmarks menu.

    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/

  • Jump menu and fail boxes display

    I have added a jump to menu in several presentations.
    I have just noticed the following on all our files (.cp files
    as well as published .swf)
    On (jump menu link) click, the user is taken to the
    appropriate location within a presentation.
    The glitch is that the red tip/failure boxes display when the
    use lands on the new presentation screen.
    Any manner to correct this?

    Captivate 2 isn't smart enough to dismiss the Failure caption
    on a slide before jumping to a new slide. As a result, the Failure
    caption from the old slide is often still visible when the user
    gets to the new slide.
    As Rick indicated, you have one or more click boxes or
    buttons on the originating slide that have a Failure caption
    defined. Clicking on your "jump menu link" means you're failing to
    click on the click box/button with the Failure caption, which then
    triggers that caption to appear.
    Your only options are to either:
    1) Remove all Failure captions from the originating slide. If
    there is more than one acceptable click on a slide, you can't use
    Failure captions or one click will always be considered "wrong". :(
    2. Accept that the Failure caption appears and submit a
    Feature Request to have that changed in a future version. To submit
    a bug or feature request,
    click
    here.

  • Jump Menu dwmx asp

    Cane somebody help me with the following issue?
    I made a Jump Menu and sort this Ascending, it's displaying
    ascending but
    the last label is selected.
    I want that the first label is selected.
    The data comes from a DB access and the results come from the
    same DB but
    this one is with relations in it.
    All suggestions are welcome
    Thanks,
    To see what I mene, exemple on the following url
    http://www.samdesign.be/nl/jumpmenu.asp
    www.SamDesign.be

    LauraSeeger wrote:
    > The jump menu on my office home page (
    http://www.ced.osu.edu) titled
    "Quick
    > Links" in the upper left corner of the page works in IE
    and the older versions
    > of Firefox, but not in Firefox 3.0. Can someone please
    take a look at my code
    > and let me know if they can tell why this is happening?
    I'm a designer, not a
    > coder, so please be gentle.
    >
    > The page has a Meebo widget and also Javascript for the
    navigation bar. Is it
    > possible that those things aren't playing well together?
    Thanks in advance for
    > your help. (Can't we just do away with Firefox????)
    >
    You know that you're using alot of MS only javascript, don't
    you?
    missing ; before statement
    MM_nbGroup("out", undefined)www.ced.osu.edu (line 146)
    onmouseout()www.ced.osu.edu (line 1)
    Mick

  • Help! New windows, jump menus and maximizing

    Hello all. I am new to Dreamweaver, and I have been having
    trouble with some things that should be easy.
    1) How can I force a new window to maximize to the screen
    size?
    2) I am using a Jump Menu, and what I want to do is open a
    new window from the jump menu on top of the original window. I want
    the new window to open separately and the back button to be
    disabled. I want to do this because when I go to a new window from
    an original one, then press the back button, the original page is
    not refreshed.
    Can someone PLEASE help me with these two items? Is there any
    scripting you can share that I can insert or anything else you
    know?
    Thanks so much!

    The jump menus are just a <select> form element with a
    bit of javascript
    applied. It will work just fine with your templates. And,
    yes, you could
    safely use SSI as well to save yourself the hassle of
    uploading the changed
    child pages. Most of DWs javascript can be safely relegated
    to an external
    js file that you include in the page.
    The pop-up menus are a nightmare - don't ever consider their
    behavior when
    thinking about other DW features. ;)
    "webdesigner41" <[email protected]> wrote in
    message
    news:e7vd5g$sdt$[email protected]..
    > You know, I am not even sure which one it is -- I am
    using Yahoo's web
    > hosting... from their site:
    > [quote]Yahoo! Web Hosting includes PHP, Perl, and MySQL
    with virtually
    > unlimited databases so advanced users can build dynamic
    and interactive
    > sites.[/quote]
    > (a bit embarressed here I can't give you a more direct
    answer... I use
    > SSIs
    > all the time on other sites but rarely have to worry
    about server
    > language.
    >
    > However this might be moot... I just played around a bit
    and see that
    > adding/removing options from the jump menu did
    successfully propegate
    > through
    > child pages from a template, unlike those dreaded pop-up
    menus. So maybe
    > an SSI
    > isn't even necessary.
    >

  • Jump Menu Question

    I think I may have posted this question in the wrong forum,
    so I'm trying it here as well.
    Using the Jump Menu feature in Dreamweaver, I've set up the
    following menu that opens a series of PDF files:
    <form name="form1" id="form1">
    <select name="previous issues"
    onchange="MM_jumpMenu('parent',this,1)">
    <option>Choose a previous issue:</option>
    <option value="../pdfs/Gray Newsletter Feb
    08.pdf">February 2008</option>
    <option value="../pdfs/Gray Newsletter Mar-Apr
    08.pdf">March-April 2008</option>
    <option value="../pdfs/Gray Newsletter May 08.pdf">May
    2008</option>
    <option value="../pdfs/Gray Newsletter June
    08.pdf">June 2008</option>
    <option value="../pdfs/Gray Newsletter July-August
    08.pdf">July-August 2008</option>
    <option value="../pdfs/Gray Newsletter September
    08.pdf">September 2008</option>
    <option value="../pdfs/Gray Newsletter October
    08.pdf">October 2008</option>
    </select>
    </form>
    Is it possible to adjust this code in order to open each PDF
    file as a new window? I don't want my visitors to get lost (and
    they will) by having the page they are on replaced by a PDF file
    that has no apparent link back to the page where this Jump Menu
    resides.
    And I can't add a back link as each PDF file is an existing
    newsletter.
    Thanks,
    Bill

    I searched this forum for "Jump Menu" and found the answer to
    my problem! (Guess I should'a done that first, eh?)
    This question was answered by jim balthrop, on Wednesday,
    June 6, 2007 10:51 AM
    Answer
    found the answer in an Adobe Tech Note
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16166
    Example of select tag before modification:
    <select name="menu1"
    onChange="MM_jumpMenu('parent',this,0)">
    Example of edited select tag
    <select name="menu1"
    onChange="MM_jumpMenu('window.open()',this,0)">
    Thanks, Jim. It works like a charm!

  • Jump menu problem

    I am a new user of Dreamweaver and setting up my first jump
    menu. I believe I have followed directions properly, but when I
    view my jump menu in the browser and try to have one of my list
    values transfer to the designated URL - nothing happens. I went
    into the Behaviors section and tried onclick to see if that would
    work - nothing. I then recreated the jump menu and tried the 'go'
    button. That didn't work either. Does anyone have any other
    suggestion? I am working on a PC with Windows XP.

    dianecope wrote:
    > <select name="Hockey-events"
    onclick="MM_jumpMenu('parent',this,1)">
    > <option value="Hockey-Event-H1.html"
    >
    selected="selected">12/13/06-Breakers-game-Event-H1</option>
    > <option
    >
    value="Hockey-Event-H2.html">12/17/06-Breakers-game-Event-H2</option>
    > </select>
    >
    <select name="HockeyEvents">
    <option value="Hockey-Event-H1.html" selected>
    12/13/06-Breakers-game-Event-H1</option>
    <option value="Hockey-Event-H2.html">
    12/17/06-Breakers-game-Event-H2</option>
    </select><input type="button"
    onclick= "location=
    this.form.HockeyEvents[this.form.HockeyEvents.selectedIndex].value"
    Note the change of select name.
    Mick

  • Jump Menu Target

    I have a jump menu and want it to send html documents to an inline frame that sits inside an editable region on a document made from a template. The jump menu itself sits inside an editable region as well.
    The jump menu dialog offers only "Main Window" as a target. So I will have to modify the code. Here is the iframe with the ID "EventContent":
    InstanceBeginEditable name="Editorial Content" --> 
        <iframe src="BestWeek/100825_1.html"width="607" height="671
    " scrolling="No" frameborder="0" class="iframeAlign" id="EventContent"></iframe>
        <!-- InstanceEndEditable --></td>
    The jump menu's code is:
        <form name="form" id="form">
            <select name="eventJump" id="eventJump" onchange="MM_jumpMenu('parent',this,1)">
              <option value="#" selected="selected">Event Archive</option>
              <option value="#">Roger Moellendorf, 2010 October</option>
              <option value="#">Archive 1</option>
              <option value="#">Archive 2</option>
                                            </select>
          </form>
    In the "onchange" property I replaced "this" with "EventContent", without luck. So, obviously that's not the right way to do that. What is?
    Any help greatly appreciated.

    Thanks for looking at this, Murray. Here is the code for the whole page:
    <!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"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>The Carsonist - Event</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
    <link href="../Carsonist.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_jumpMenu(targ,selObj,restore){ //v3.0
      eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
      if (restore) selObj.selectedIndex=0;
    //-->
    </script>
    </head>
    <body>
    <table width="930" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td colspan="4"><div align="center"><img src="../assets/carsonist_head.gif" width="930" height="74" /></div></td>
      </tr>
      <tr align="left" valign="top">
        <td width="605" height="660" rowspan="3"><!-- InstanceBeginEditable name="Editorial Content" --> 
        <iframe src="BestWeek/100825_1.html" width="607" height="671
    " scrolling="No" frameborder="0" class="iframeAlign" id="EventContent" name="events"></iframe>
        <!-- InstanceEndEditable --></td>
        <td width="20" height="30"> </td>
        <td width="300" height="30"><form name="form" id="form">
          <!-- InstanceBeginEditable name="EditRegion5" -->
          <select name="eventArchive" id="eventArchive" onchange="MM_jumpMenu('self.frames[\'events\']',this,0)">
            <option value="#" selected="selected">Event Archive</option>
            <option value="#">Jazz Fest 2010 August</option>
            <option value="1008235_1.html">Miracle on Carson Street PG1</option>
            <option value="1008235_2.html">Miracle PG2</option>
            <option value="1008235_3.html">Miracle PG3</option>
          </select>
          <!-- InstanceEndEditable -->
        </form>    </td>
        <td width="5" rowspan="3"> </td>
      </tr>
      <tr>
        <td width="20" height="600" class="Divider"> </td>
        <td width="300"><!-- InstanceBeginEditable name="ADVERTISEMENT" --><img src="../assets/placeholder_ad.gif" width="300" height="600" class="adSpacer"/><!-- InstanceEndEditable --></td>
      </tr>
      <tr>
        <td width="20" height="30"> </td>
        <td width="300" height="30"><img src="../assets/published.gif" width="300" height="30" border="0" usemap="#Map" /></td>
      </tr>
      <tr>
        <td colspan="4"><img src="../assets/bottom_line.gif" width="930" height="9" /></td>
      </tr>
      <tr>
        <td colspan="4"> </td>
      </tr>
    </table>
    <map name="Map" id="Map"><area shape="rect" coords="124,8,304,29" href="http://www.peermann.com" target="_blank" />
    </map></body>
    <!-- InstanceEnd --></html>

  • Jump Menu size

    I made a jump menu and all the entries have 4 letters in
    them. It looks so tiny. How can I extend the width (not heigth) of
    the jump menu so it ? I want it to be about 160 pixels or 16
    characters wide.

    <style type="text/css">
    <!--
    select {
    width: 160px;
    -->
    </style>
    Sounds like you aren't using a stylesheet.
    Copy the code above and paste it just above the closing
    </head> tag in your
    code. (close to the top of the page in code view).
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.perrelink.com.au
    - Web Dev
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.adobe.com/devnet/dreamweaver/css.html
    > THanks but I am new and do not know where to insert
    this. Here is my
    > code:
    > <form name="form1">
    > <select name="Story Subject"
    onChange="MM_jumpMenu('parent',this,0)">
    > <option>Baby</option>
    > <option>Pet</option>
    > </select>
    > </form>
    >

  • Using jump menu in one frame to open page in another frame - works in IE but not Firefox

    Hi,
    I'm a beginner designer. I've been working to create a template for a website in which there is a banner in a frame across the top and three frames beneath - left for navigation and middle and right for content that can be compared.
    I have created two jump menus in the left frame using Dreamweaver's option for it (insert/forms/jump menu): one menu to load pages in the middle frame (in the code this is 'left') and one menu to load pages in the right frame (in the code this is 'right'). Both menus use a go button.
    Using Internet Explorer and allowing active content to run it works fine. In Firefox clicking 'go' does nothing however I have links in this navigation that will open a page in the middle or right ('left' and 'right') frames and if I use these the jump menus will now work.
    How can I get it to work straight off?
    Any feedback is welcome (except regarding not using frames!).
    Ian
    Code for this navigation page is below:
    <!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>
    <script type="text/javascript">
    <!--
    function MM_jumpMenu(targ,selObj,restore){ //v3.0
      eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
      if (restore) selObj.selectedIndex=0;
    function MM_jumpMenuGo(objId,targ,restore){ //v9.0
      var selObj = null;  with (document) {
      if (getElementById) selObj = getElementById(objId);
      if (selObj) eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
      if (restore) selObj.selectedIndex=0; }
    //-->
    </script>
    </head>
    <body>
    <h1>Navigation</h1>
    <p><a href="../Something/Pages_One/Alabama.html" target="left">Example</a></p>
    <p><a href="Left Frame 01.html" target="left">Left Frame 1</a></p>
    <p><a href="Left Frame 02.html" target="left">Left Frame 2</a></p>
    <p><a href="Right Frame 01.html" target="right">Right Frame 1</a></p>
    <p><a href="Right Frame 02.html" target="right">Right Frame 2</a></p>
    <p>Select a page to view in the left frame</p>
    <form name="form" id="form">
      <select name="jumpMenu" id="jumpMenu">
        <option value="Left Frame 01.html">Left frame 01</option>
        <option value="Left Frame 02.html">Left frame 02</option>
        <option value="Left Frame 03.html">Left frame 03</option>
      </select>
      <input type="button" name="go_button" id= "go_button" value="Go" onclick="MM_jumpMenuGo('jumpMenu','parent.frames[\'left\']',0)" />
    </form>
    <p>Select a page to view in the right frame</p>
    <form name="form2" id="form2">
      <select name="jumpMenu2" id="jumpMenu2">
        <option value="Right Frame 01.html">Right frame 01</option>
        <option value="Right Frame 02.html">Right frame 02</option>
        <option value="Right Frame 03.html">Right frame 03</option>
      </select>
      <input type="button" name="go_button2" id= "go_button2" value="Go" onclick="MM_jumpMenuGo('jumpMenu2','parent.frames[\'right\']',0)" />
    </form>
    <p> </p>
    </body>
    </html>

    Geronimo23 wrote:
    Given that it doesn't work initially in Firefox then it does once I load a page in the destination frame I decided to create a page with a link to the frameset. Using the link to get to the frameset the jump menu now works perfectly. Must be one of the wonders of using frames. Well I guess that's solved but out of curiosity, any ideas for why it wouldn't work when the frameset is loaded on its own?
    It might be due to the fact that you're using XHTML 1.0 Transitional, a DOCTYPE that does not support framesets. Try converting to HTML 4.01 Transitional or HTML 4.01 Frameset if you do not need or understand XHTML. Or use XHTML 1.0 Frameset if you really need XHTML.
    Refs: http://www.w3.org/TR/html401/present/frames.html ; http://www.w3.org/TR/xhtml1/#h-A1 ; http://www.w3.org/TR/xhtml1/dtds.html#a_dtd_XHTML-1.0-Frameset
    Mark A. Boyd
    Keep-On-Learnin' :-)

  • Flash videos and menu boxes jump up and down, what would cause this?

    After installing Firefox 4, all flash videos and menu boxes jump up and down. I have removed and reinstalled the flash plug in to no avail. This does not affect the playback, just the border of the video or menu box. Other browsers do not do this. Just wondering why this happens?

    OK, solved the problem...
    I '''''DELETED''''' the file LOCALSTORE.RDF with FF closed. Restarted and everything was back to normal.
    Irv S.

  • Upgraded to Firefox 4.0 Can see and use all old bookmarks folders and bookmarks, but cannot see any of the old folders when I attempt to bookmark a new page- only see Bookmarks toolbar & Menu and unsorted bookmarks

    Had several bookmarks folders under old Firefox. After upgrade to 4.0 all of these still work via bookmarks menu. Problem is, when I attempt to bookmark a new page and place it in one of my existing bookmarks folders with 4.0, the only folders that Firefox can see are the bookmarks toolbar, bookmarks menu, and unsorted bookmarks. How do I get Firefox to see the old folders so that I can continue to put bokmarked pages in them??

    In the "Edit this Bookmark" window, use the 2nd drop-down button, that is to the right of the "Folder", to open a larger window that will allow more folder to appear. See the sloppy red arrow on the screenshot below.

  • Get error message "firefox is in offline mode, uncheck the work offline menu and try again " when trying to open firefox after downloading latest version of firefox

    after downloading the latest version of firefox, when trying to open it I recieved the message, "Firefox is in offline mode. cannot browse web. Uncheck the work offline menu and try again". Have tried several times to open with same results. Have even uninstalled firefox and reinstalled latest version and still get meassage after trying to open.

    thank you - that does make sense except i have another computer that connects to the internet in the same way but it doesnt happen on that one. i didnt change anything - it just started a couple of weeks ago after i updated firefox to 11.0. cant find any settings in firefox to alter either - thanks for the help

Maybe you are looking for