Mouse over Menu

Hi,
how can i deactivate mouse over menu for a column chart?
I have download Sample7. it does not work, when create a new xlf and use the same objects. nertheless the mouse over menue appears.
hope somebody can help.
best regards
ayla

Hi Ayla,
go to the properties of the chart:
->Appearance
->Text
->Deselect the checkbox "Mouse-Over Values"
Regards
Victor

Similar Messages

  • Mouse-over menu problem in iWeb, 2nd try

    This is a 2nd attempt to ask for help: I want post one more time 'cause I realized – due to the useful feedback of one member of this forum (Cyclosaurus) - I can now explain my mouse-over problem a lot better:
    I’ve got mouse-over menus that mess up in this weird way - but only when the browser is refreshed. And then they work fine again when browser is refreshed yet again. (?!) And it only happens in iWeb.
    I worked with a programmer who wrote html code for me, creating a mouse-over menu system for my (iweb-generated) site: www.petersolon.com As a stand-alone thing (as stand-alone code) the menu system works great-there's nothing wrong with it-as you can see:
    www.petersolon.com/default.html
    But when the code is introduced into iWeb and uploaded, this weird refresh problem occurs. (I didn't do a very good job of describing the problem in my recent post: “MOUSE-OVER MENUS….etc”)
    Anyway, the mouse-over system starts out working fine but then, after refreshing the page (the problem occurs more freq. on some pages vs others), the string of menus jump to a spot they shouldn’t move to. They do this:
    http://www.petersolon.com/MenuProblem.html
    And it only happens in iWeb.
    The whole navigation system then gets totally messed up. I can’t tell you how many hours we spent fiddling with the code, trying to pinpoint the problem.
    What I know for sure is, the problem is related to:
    1. browser refresh
    2. iWeb generated code (mixing with "outside code")
    3. position of my primary navigation menus vis-a-vis a graphic they sit on top of.
    Any help would really be appreciated, thank you much Peter
    MacBook Pro Mac OS X (10.4.9)
    MacBook Pro Mac OS X (10.4.9)
    MacBook Pro Mac OS X (10.4.9)
    MacBook Pro Mac OS X (10.4.9)

    Problem solved...using a very short time-out value in a event structure and a bug solved in my main program.
    Thanks, Thijs

  • No FF button, no taskbar, must mouse over menu bar to see, Blekko search bar missing.

    Firefox button suddenly missing. Taskbar missing, reappears when Windows button on keyboard pushed, then disappears after performing desired task (like adjusting computer volume). Menu bar missing, reappears when moused over, but no Firefox button or Blekko searchbar, just address bar, reload button, home, favorites, add to favorites button.

    Firefox might be stuck in Full Screen mode. Use the F11 key to switch between full screen and normal modes.

  • Iframe disappears on mouse over menu item

    ok, I have this page
    http://www.nmprc.state.nm.us/consumer.htm
    that if you click on "Consumer Guides for Getting & Keeping
    Health Insurance" pulls up an iframe...but when you mouse over
    other items on the page, the iframe disappears. ( in IE and FF)
    here is the xml that pulls the iframe...thanks for your help
    <consum>
    <name><![CDATA[Consumer Guides for Getting &amp;
    Keeping Health Insurance]]></name>
    <desc><![CDATA[<h2 align="center">Consumer
    Guides for Getting &amp; Keeping Health
    Insurance</h2><iframe src="
    http://www.healthinsuranceinfo.net/"
    width="510"
    height="650"></iframe>]]></desc>
    </consum>

    just wondering about this still, is it a z-index thing, do I
    need to give the iframe a higher z-index?
    I have tried several solutions, but it still disappears on
    mouse movement over the menu items...not the initial mouse over,
    but any change after that...to menu subitem or another main menu
    item
    The wierd thing is I have other iframes and they don't
    disappear, only this one....

  • Spry Menu bar mouse-over?

    Hi there,
    I have created a spry menu bar and it's almost finished but I am having trouble with these 2 things:
    1. Only the buttons that have submenus change when the mouse pointer moves over it. This happened when I applied a background image to the buttons.
    2. I don't want the background image to be applied to the submenu items. I want those to have just 1 color and another color when the mouse pointer moves over it. (If this last part isn't possible, I would just like the first part to happen: I want it to have a color and not the background image that I applied)
    Could you please have a look at my CSS and tell me what I did wrong? Or what I should add?
    Thank you very very much.
    EC
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    padding: 0;
    list-style-type: none;
    font-size: 155%;
    cursor: default;
    width: auto;
    font: "Bell MT";
    margin: 0;
    /* 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;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 90%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 204.8px;
    float: left;
    /* 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
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 204.8px;
    position: absolute;
    left: -1000em;
    /* 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
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 204.8px;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: 0 0 0 0;
    /* 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
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 1px solid #151515;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #EEE;
    padding: 0.5em 2.5em;
    color: #C3C2C2;
    text-decoration: none;
    background-image: url(Skyline/images/Background%20Menu%202.png);
    background-repeat: repeat-x;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #414040;
    color: #C3C2C2;
    /* 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: #414040;
    color: #C3C2C2;
    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(Skyline/images/Background%20Menu%202.png);
    background-repeat: repeat-x;
    background-position: 95% 50%;
    /* 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-repeat: no-repeat;
    background-position: 95% 50%;
    background-color: #414040;
    /* 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(SpryAssets/SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* 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(SpryAssets/SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;

    http://foundationphp.com/tutorials/sprymenu/customize2.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Why Does Spry Horizontal Menu Bar Move On Mouse Over In IE 6?

    Greetings:
    www.marketscholar.com
    Can someone please take a look at the pages in this site and
    help me figure out why the menu moves around the page when
    moused-over in IE6? It works fine for me on IE7.
    I am new to DWCS3, Spry, etc. and don't have the first clue
    how to fix this.
    Thanks in advance for any help.
    Glenn

    It sounds like the path to the support files - SpryMenuBar.js and/or SpryMenuBarHorizontal.css - is not correct.
    Gramps

  • Mouse over a menu on the portal

    hello
    We are using Portal Nw2004s SPS14.
    I would like to know if it possible that, when you put the mouse over a menu on the portal, a label appears with a long text.
    I mean, If it is possible, in the standard.
    Thanks and Regards
    Noemi

    Hi,
    You are looking for some thing like tooltip, which is not possible in standard.
    Tooltip in detailed navigation
    Regards,
    Praveen Gudapati

  • Right Mouse Button Menu Activation over JTextArea

    Hello JavaMasters !!
    I'm a little Shamy to ask you this silly question, but I don't manage to activate the right mouse button Menu over a JTextArea (to do Copy/Cut/Paste/Select All .. operations) as with a simple TextArea !!
    I hope that its just a boolean to change, and not a remake of the Menus with Panels and Images . . .
    I ve tried to Flew over Tutorials but nothing seems to be easily makabel. So if you have a solution , Easy or Hard, Please HELP ME !!
    I ll give to the winner a nice Artistic Picture of "Donna Summer" caming from my creations ! !!!
    THANKSSSSSS a lout! !

    There's a nice section in the tutorial.
    That's where I learned doing popups...
    Bringing Up a Popup Menu

  • Dreamweaver menu widget mouse over

    Hi
    I'm trying to get my head around the menu widget in CS3 and thing are progressing ok.
    Things are progressing, but I have two small questions relating to this screenshot: http://www.violetmount.com/August/menu.png
    1. How can I only make the menu appear when I move the mouse over to it?
    2. Is there any way to have the top menu cell transparent?
    The first one is probably the most urgent at the moment! All the examples I've seen have the menu sitting there all the time, whereas I could do with it working like the menu bar in applications.
    Thanks
    Alexis

    Is it the roof or the driver's side window?It's where the 2 meet - it's a t-bar roof
    If is the window, try to determine if the seal
    between the window glass and the door frame is
    somehow messed up- bent, dirty, something that
    prevents a tight seal. You'll need to fix that, if
    that is the cause.There is no door frame!
    Like I always say, you can never have enough
    lubrication. Use some clear silicone spray on the
    window seal. Same with the door-to-frame seal.Ah, interesting. Thanks
    (this is actually the cure for said woes, so you've inadvertently set a dangerous precedent here!)
    If it is the roof itself, you'll have to perform
    similar investigations to determine the source of the
    leak.
    Hope that helps.It has, thanks!

  • Cannot not click on menu that appears when i right click my taskbar, as the right click menu dissapears when i move mouse over to the right click menu

    PROBLEM: RIGHT CLICK CONTEXT MENU DISAPPEARS WHEN TRYING TO LEFT CLICK AN OPTION
    Hi,
    Im using Windows 7, and i could always
    go down to my TaskBar and Right Click
    Icons, and active icons, which would bring up
    the standard Right Click Menu list.
    PROBLEM
    As soon as i moved my Mouse away from
    the bottom Window 7 Task Bar to go a couple
    of millimeters above to left click an option on
    the Context Menu i opened with my right click,
    The whole Menu disappears, and this happens in
    Firefox version 29.01, other programs in Firefox,
    and other such as Skype.
    When i was running Firefox 28
    i didn't have this problem, can you help me out.
    Thank You
    Kev Borg

    '''PROBLEM'''
    '''RIGHT CLICK MENU DISAPPEARS WHEN YOU MOVE YOUR MOUSE TO LEFT CLICK A MENU OPTION ON THE RIGHT CLICKED MENU.'''
    ''''''YOU CAN'T BECAUSE AS YOU MOVE YOUR MOUSE TO THE MENU YOU JUST RIGHT CLICKED TO OPEN DISAPPEARS BEFORE YOU GET A CHANCE TO LEFT CLICK YOUR CHOICE.''''''
    '''SOLUTION'''
    '''1]''' GO TO '''CONTROL PANEL''' AND CLICK TO VIEW MENU
    '''2] ''' GO TO "'''EASE OF ACCESS CENTRE'''" AT THE TOP.
    '''3]''' LEFT CLICK ON MENU ITEM "'''EASE OF ACCESS CENTRE'''"
    '''4]''' AFTER YOU LEFT CLICK ON "'''EASE OF ACCESS CENTER'''" IT APPEARS.
    '''5]''' LOOK DOWN THE LIST TILL YOU FIND "'''MAKE THE MOUSE EASIER TO USE'''"
    '''5]''' THE TOP SECTION SHOWS YOU HOW TO CHANGE YOUR MOUSE COLOURS ETC.
    '''6]''' SCROLL DOWN TILL YOU SEE THIS HEADING "'''MAKE IT EASIER TO MANAGE WINDOWS'''"
    '''7]''' RIGHT UNDER THAT MENU THERE IS CHECK BOX,
    "'''ACTIVATE A WINDOW BY HOVERING OVER IT WITH YOUR MOUSE"
    '''8] MAKE SURE THERE IS NOT A TICK IN THAT OPTION BOX, IF THERE IS UN TICK IT AND APPLY AND CLICK OK TO SAVE.
    And now you should have No More Problems with your Right Click Menu disappearing when you move your mouse over to the menu to left click a menu item on that right clicked menu.
    SOLUTION FIXES PROBLEM.
    Thank You and i hope this answer my help any other people who have had this frustrating problem.
    cheers KiwiKev

  • Change/disable mouse-over selection on app switcher menu (apple-tab menu)

    Does anyone know of a way to disable the mouse-over selecting an application on the apple-tab menu (app switcher)? This is so frustrating when you are trying to do a lot of copy and paste between apps and the mouse keeps "re-selecting" the application you are trying to choose.

    Hello,
    Thank you so much for replying so quickly and moreover, solving my problem. I must apologise for not doing more research about this issue by searching these forums more thoroughly. I found a similar post here:-
    http://forums.adobe.com/message/139937#139937
    Your solution goes one step further and eliminates the need to search through the Javascript for the relevant code.
    Thank you again, you've helped me a great deal.
    Best wishes,
    foreverdusty.

  • HOW I CREATE POPUP MENU ON MOUSE OVER

    hello every body
    my question is how to create popupmenu on mouse over on table column data in studio creator.
    please help me
    thanks

    ok this examples runs great on image component, in button or hyperlynk dont work finee or i can find how, paste this code in the head of the jsp code:
    <script type="text/javascript"><![CDATA[
    var opt=0;
    * AnyLink Drop Down Menu- � Dynamic Drive (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit http://www.dynamicdrive.com/ for full source code
    //Contents for menu 1
    var menu1=new Array()
    menu1[0]='Information<\/a>'
    menu1[1]='Del<\/a>'
    var menuwidth='165px' //default menu width
    var menubgcolor='lightyellow' //menu bgcolor
    var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds)
    var hidemenu_onclick="yes" //hide menu when user clicks within menu?
    /////No further editting needed
    var ie4=document.all
    var ns6=document.getElementById&&!document.all
    if (ie4||ns6)
    document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"><\/div>')
    function getposOffset(what, offsettype){
    var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
    var parentEl=what.offsetParent;
    while (parentEl!=null){
    totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
    parentEl=parentEl.offsetParent;
    return totaloffset;
    function showhide(obj, e, visible, hidden, menuwidth){
    if (ie4||ns6)
    dropmenuobj.style.left=dropmenuobj.style.top="-500px"
    if (menuwidth!=""){
    dropmenuobj.widthobj=dropmenuobj.style
    dropmenuobj.widthobj.width=menuwidth
    if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
    obj.visibility=visible
    else if (e.type=="click")
    obj.visibility=hidden
    function iecompattest(){
    return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
    function clearbrowseredge(obj, whichedge){
    var edgeoffset=0
    if (whichedge=="rightedge"){
    var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
    dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
    if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
    edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
    else{
    var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
    var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
    dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
    if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
    edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
    if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
    edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
    return edgeoffset
    function populatemenu(what){
    if (ie4||ns6)
    dropmenuobj.innerHTML=what.join("")
    function dropdownmenu(obj, e, menucontents, menuwidth){
    if (window.event) event.cancelBubble=true
    else if (e.stopPropagation) e.stopPropagation()
    clearhidemenu()
    dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
    populatemenu(menucontents)
    if (ie4||ns6){
    showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
    dropmenuobj.x=getposOffset(obj, "left")
    dropmenuobj.y=getposOffset(obj, "top")
    dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
    dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
    return clickreturnvalue()
    function clickreturnvalue(){
    if (ie4||ns6) return false
    else return true
    function contains_ns6(a, b) {
    while (b.parentNode)
    if ((b = b.parentNode) == a)
    return true;
    return false;
    function dynamichide(e){
    if (ie4&&!dropmenuobj.contains(e.toElement))
    delayhidemenu()
    else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
    delayhidemenu()
    function hidemenu(e){
    if (typeof dropmenuobj!="undefined"){
    if (ie4||ns6)
    dropmenuobj.style.visibility="hidden"
    function delayhidemenu(){
    if (ie4||ns6)
    delayhide=setTimeout("hidemenu()",disappeardelay)
    function clearhidemenu(){
    if (typeof delayhide!="undefined")
    clearTimeout(delayhide)
    if (hidemenu_onclick=="yes")
    document.onclick=hidemenu
    ]]></script>
    Next, paste this in css stylesheet:
    #dropmenudiv{
    position:absolute;
    border:1px solid black;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    #dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    #dropmenudiv a:hover{
    /*hover background color*/
    background-color: #faebeb
    and in the image componen in event onClick paste this
    dropdownmenu(this, event, menu1, '150px')
    onMouseOut event paste this:
    delayhidemenu()
    this should works, and as u can see, u can get more examples like this in the DHTML page. I hope it helps
    Plz tell me if this is what ur looking for, oor if u need help, post again
    Beltazor

  • I recently downloaded 2 movies in iTunes on my windows PC and movies will not play, they will open up to the main menu, mouse overs work as well as extra features.  However the main movies will not let you play.

    I recently downloaded 2 movies in iTunes on my windows PC and movies will not play, they will open up to the main menu, mouse overs work as well as extra features.  However the main movies will not let you play. On mouse over in itunes the 'play' buttion is not enabled, yet is however enabled on previously downloaded movies.

    For me I have follow several of the help articles. When I play the movie in iTunes the screen is black with no audio, the timer status says it is playing (although it does not work all the time). I am able to play and have audio on the extras. I tried to use just QuickTime to play the movie and that as well does not work. I have started iTunes in safe mode and when the movie would begin to play, iTunes crashes and I have to restart. I have tried fresh clean installs of iTunes as well as QuickTime with no luck.
    It looks to be a QuickTime problem however I cant verify that. Any help would be great.

  • On my own website vdha.us, I am now getting many words that are purple and when you mouse over them, a new spamming window opens trying to sell something. IE-9 does not do this. How do I turn this off in firefox?

    Sirs,
    The below URL came up immediately when I tried to access our Newfangled website this morning http://vdha.us :
    http://surveyprizecenter.com/survey/claimgift-GT-kw-7b.php?t202kw=Vdha.us&trimmedKeyword=Vdha.us
    I prefer to use Firefox and very seldom use IE-9. but now I might be forced to remove Firefox 4.0.1 and resort to using IE-9 because of this situation.
    I don’t know how spammers can use our website to exploit their spamming, but I can only imagine the complaints I am going to get from our Board of Directors and members about this.
    Can you make them stop, or at least explain how it is that anyone can do this without our permission.
    We have never allowed advertisement on our website and don’t plan on starting now.
    I am now also getting many words that are purple with two lines under them, and when you mouse over them, a new spamming window opens automatically trying to sell something. How do I turn this off?
    I would appreciate any expediency in the return of an answer that you can provide.
    Kindest Regards,
    Dave Broeker
    VDHA Life Member #1797
    VDHA Webmaster & BX Manager
    http://vdha.us

    The "MySearchDial" app needs to be removed in 4 places.
    1) Go to "add / remove programs" in your windows control panel select mysearchdial and remove it.
    2) Open your Firefox browser then click the Firefox tab at the top left and select options. You will need to change the start page settings back to your preferred start page.
    3) Again under the Firefox tab select "add-ons". In the add-ons manager you will need to remove mysearchdial from both "plugins" and "extensions"
    4) In your search bar (top right of address bar" use the drop down menu and select "manage search engines". You can restore your preferred search engine and remove mysearchdial from the menu.
    This should remove all the components of the nuisance hijacker and restore your browser back to your preferred settings. If you are comfortable with a more in depth removal I would also suggest going to your "programs" folder within the "C" drive of your machine and deleting the "MySearchDial" folder altogether. However, only do this AFTER you have uninstalled it from your system and if you are familiar with this type of removal.

  • MOUSE-OVER MENUS & iWEB:   my crippled site

    For hours and hours, over the last several months, I've been working with a brilliant programmer who managed to write html/java script/CSS code that created mouse-over menus on my iWeb site. With the help of two additional programs - mass-replace-it and key-maestro, with one stroke, iweb properly exported to a local folder, mass-replace-it introduced my mouse-over code into all html files which were then uploaded to Go-Daddy via an ftp program.
    The result: a 95% near-hit––however, due to our inability to achieve 100% fully functional mouse-over/pull-down menu code, we both finally gave up.
    No joke, this has been one of the deepest disappointments of my adult years.
    Here's the link:
    www.petersolon.com
    I plan to keep up my crippled site for the nest 24 - 72 hours, hoping someone out there can convey why, when any one of a number of pages (for instance, go to "mission" which is one of the Intro pages) - in fact, when most pages, are refreshed, once, twice, 3 or 4 times (particularly in Firefox) - suddenly, entire navigation strings jumps down and beneath the line they should be straddling. In other words, for some unknown reason, again primarily (but not entirely) in Firefox (yes, we're using the latest version) refereshing page several times, at some point, pushes the primary navig. menus to a spot they should not move to.
    We tried every trick in the book, introducing older programming gimmicks like fixed tables, lengthening the "place-holder" iWeb entities that welcome/introduce the appropriate code for each page, getting the iWeb header out of the way, etc, etc - and yet, refresh 1, 2, 3 or 4 times whop/wham: primary nav menus jump down 100 pixels or so, below the very line they should be over - as if some "onload" or java script command or some unfathomable interaction between firefox and iWeb won't allow it to work.
    If anyone can help.....please––we came so close. Finally, programmer gave up due to sheer exhaustion, lack of options, as did I...
    Thanks so much in advance, Peter
    MacBook Pro   Mac OS X (10.4.9)  
    MacBook Pro   Mac OS X (10.4.9)  

    It's a font rendering problem, and it's a repeat-able
    problem in firefox, and to some degree in other
    browser also. I see it in firefox and safari on vista
    machine.
    Try to set monospace font size to something big like
    16-point, and minimum font size to none; play with
    font settings. You will see the problem.
    Cyclosaurus, I really appreciate your taking time to see if it reproduces.
    But it's not a font rendering problem--that much I know.
    In iWeb generated sites - probably sites generated by other software as well - upon refresh, there's often a slight bounce or movement and then movement back--this is for text, graphics, whatever. ("onload" command (??).
    On my site, in the code - only upon refresh (which is the really weird part) - there's something about the positioning of the primary nav string and its relationship to the pink graphic. At one point, each indiv primary navigation menu would "jump over" the pink graphic. However, we "tied" the indiv. primary nav menus to each other using a fixed table, (I'm not a programmer but from what I've heard, I guess this was a programming strategy that was common prior to css.) Anyway, now the whole string either jumps over the pink line - or doesn't - and - again, upon refresh - it also jumps back to its proper position. When it jumps back to its proper position (relative to pink graphic), mouse-over menus work fine.
    It seems to be related to primary nave string's position vis a vis pink graphic - and (weirdly) refresh.
    We tried removing the "on-load" command from iWeb's code but that didn't work. Tried removing height commands - but that didn't work. Tried removing all elements from a typical page, one by one - but that didn't work.
    Any further help would be appreciated...thank you much again....
    Peter
    Peter
    MacBook Pro Mac OS X (10.4.9)
    MacBook Pro Mac OS X (10.4.9)

Maybe you are looking for

  • SQL Injection from PL/SQL function.

    WE have some issues with a third party application which has vulnerabilities to SQL Injection, we have delivered a proof of concept to the developers demonstrating that it is possible to return additional (unrestricted) results to the front end, we h

  • Good dvd creator app for iMac

    I'm looking for a solid app to create DVD's that will contain more that one movie with a menu of my choosing with background music. Most seem to fail with adding the background music on the burned DVD. Any help is welcomed

  • One laptop 2 phones?

    Hi Both myself and my partner have i phones and I previously used my work computer to update mine. However I am now on maternity leave and we have just got the iphone 4, hence need to update both with one computer. We have managed to authorise both p

  • Why SQLPLUS Banner doesn't reveal the exact Edition of DB software Install?

    SQLPLUS Banner or any view in Oracle database reveals the exact edition of Database software installed, it would be easy to identify the installation. Always one has to depend of OUI logs to identify the installation type. Enterprise Edition install

  • Myself system after System copy

    Hello, we have copied our PROD system(SLBWP200) to our DEV system(SLBWD200). We have executed BDLS tx. After this, in RSA1 the old myself system (SLBWP200) have been renamed to SLBWD200, but the icon show the system as an R/3 system, not as myself sy