How to stop IE display text alt as a tool tip when the mouse on the image.

I have random images in echo [B] [/ b] by a PHP script on a page.

[CODE] < img src = "<?" PHP echo $randomImage;? ">" alt = "This is the alternative text" / > [/ CODE]

The problem is whenever you highlight on the image, IE spits out the text.
I understand the alt text are intended for accessibility.

So, how can I stop this IE behavior with compromises accessibility?

Thank you all.

Patrick

IE8 never shows the attribute alt as a ToolTip.  They finally got this right in the browser.

It would be good if you checked correctly answered thread, so people who don't have no need to keep clicking on it.  Thank you.

-- 

E. Michael Brandt

www.divahtml.comwww.divahtml.com/products/scripts_dreamweaver_extensions.phpStandards-compliant scripts and Dreamweaver Extensions

www.valleywebdesigns.com/vwd_Vdw.aspJustSo PictureWindowJustSo PhotoAlbum, et alia

--

Tags: Dreamweaver

Similar Questions

  • How to stop a sound and emit a sound signal according to the values of text?

    I have a text field and a button. When the button is clicked it displays 100 or 0 (vice versa). The value in the text field is saved and when the user opens the application upwards, the text field displays the last number (100 or 0). This is the code:

    import flash.events.MouseEvent;
    import flash.media.SoundChannel;
    import flash.ui.Mouse;
    
    var saveDataObject:SharedObject;
    var currentScore:Number; 
    options_mc.sound_btn.addEventListener(MouseEvent.CLICK, mute);
    
    
    init();
    function mute(event:MouseEvent)
    {
    
    if(currentScore == 100)
    {
    currentScore = 0
    options_mc.onoff_txt.text = String(currentScore);
    
    }
    else if(currentScore == 0)
    {
    currentScore = 100
    options_mc.onoff_txt.text = String(currentScore);
    }
    saveData();
    }
    function init():void
    {
    
    saveDataObject = SharedObject.getLocal("test");
    currentScore = 100;
    
    
    
    
    if (saveDataObject.data.savedScore == null)
    {
    
        saveDataObject.data.savedScore = currentScore;
    }
    else
    {
    
        loadData();
    }
    
    
    }
    
    function saveData():void
    {
    saveDataObject.data.savedScore = currentScore;
    
    saveDataObject.flush();
    
    }
    
    function loadData():void
    {
        currentScore = saveDataObject.data.savedScore;
    
        if (options_mc.onoff_txt) options_mc.onoff_txt.text=String(currentScore);
    }
    

    On a different layer in the timeline panel, I have a sound that lights up. I want the sound turns on if the value of the onoff_txt is equal to 100, and I want the sound to stop playing or not playing when the value is 0.

    The code failing that I came up with is the following: CheckSound();

    function CheckSound():void
    {
    if(options_mc.onoff_txt.text == "100")
    {
    tchannel
    = theme.play(0,9999);
    }
    else if(options_mc.onoff_txt.text == "0")
    {
    tchannel
    .stop();
    }
    }

    It does not at all, the sound comes not now or anything like that!

    If you call any function, the function will not work.  You must call this function whenever the program changes the values in the TextField.  What happens when the program starts and when you click the button, then work to call this function in the sections of the code.

  • start-up: how to stop my yahoo messenger and windows messenger from starting when signing

    want to know how to stop my yahoo messenger and windows messenger from starting when signing.

    It is always better to stop programs from starting with Windows from the programs themselves, so look in their choices first. There may be an entry in your start > programs > startup folder which can simply be removed. If a program does not offer a way to control the start-up of its preferences, use msconfig to clear the check box next to its name, apply and OK on. Also take a look in your programs > startup folder to see if there is an entry for the application it.

    Start Orb > Search box > type: msconfig and when it appears in the results area above, right-click and choose 'run as administrator '.

    If you are prompted for an administrator password or a confirmation, type the password, or click on continue. Then see what is on the Startup tab. You don't need to restart immediately, but next time you do, you will get a dialog box saying that you have used the utility. Usually, it will be blocked by Windows Defender, and you need to allow it to run so that you can then check the box that says in effect, "don't mind to this subject again".

    Important - do not use the System Configuration utility to stop the process. Use Services and stop all services, unless you really, really know what you're doing.

    The free Autoruns program is very useful for managing your Startup - http://www.microsoft.com/technet/sysinternals/default.mspx

    MS - MVP - Elephant Boy computers - don't panic!

  • Photoshop CS6. How to jump to a text block to another without going through the toolbar. Is this possible?

    Photoshop CS6. How to jump to a text block to another without going through the toolbar. Is this possible?

    Choose the (circled) T will isolate and stack layers of text to make it from one to the other just about choosing a distinctly named layer

  • RH2015 problem with text box placed remaining in Place on the Image

    Using RH2015 I find a text box placed over an image and set a trigger of the text in the content to the top of the image page to display / hide the (effect) positioned text box when you click on. The issue I see is that the text box is not positioned compared to the image on which are superimposed. Is the placement of a text box positioned compared to the outbreak, in this case, rather than the image you like? I use a reagent HTML5 output would therefore have a solution that would elapse from the position of the image and the changes in scale, remaining anchored.

    Hello

    What is the ultimate goal? Click on the image and see the text?

    I ask because there may be a better way to achieve the goal.

    Personally, I have never had anything but bad using positioned text boxes.

    See you soon... Rick

  • Display an empty table row of data when the data is not present

    Hello

    Can u please tell me How to display a row of data empty table when the data is not present?

    in my case the column header appears as the code below.

    <? If: SD_Type_Data_ID3 = 'KH '? > <? If: SD_SpecialHandlingCode_SPHD_ID17 = 'H '? > <? for each: Supplemental_Data_S17? > <? end if? >

    can u pls help me.

    Thanks and greetings

    Sylvie Kumar

    You can insert a fictitious line. Have an if condition in it, to show only when condition does not satisfy.

  • How to load something when the image appears

    Hello. I have a load_swf button that does this:

    swf_path = "sample.swf"

    load_swf.onRelease = function() {}

    loadListener.onLoadProgress = {function(target_mc:MovieClip,_bytesLoaded:Number,_bytesTotal:Number):Void}

    info.text = Math.round ((bytesLoaded/bytesTotal) * 100) + "%";

    };

    loadListener.onLoadInit = {function(target_mc:MovieClip):Void}

    info.text = "";

    };

    var mcLoader:MovieClipLoader = new MovieClipLoader();

    mcLoader.addListener (loadListener);

    mcLoader.loadClip (swf_path, swf_loader);

    };

    I want to do without having to press the button. I want to do when the image appears on the screen. Something like OnClipEvent (load) the problem is that I do not know how to convert this code works with OnClipEvent (load), can you help me?

    use:

    swf_path = "sample.swf"

    loadListener.onLoadProgress = {function(target_mc:MovieClip,_bytesLoaded:Number,_bytesTotal:Number):Void}

    info. Text = Math.round ((bytesLoaded/bytesTotal) * 100) + "%";

    };

    loadListener.onLoadInit = {function(target_mc:MovieClip):Void}

    info. Text = "";

    };

    var mcLoader:MovieClipLoader = new MovieClipLoader();

    mcLoader.addListener (loadListener);

    mcLoader.loadClip (swf_path, swf_loader);

  • How to remove temporary files, waiting to be written to disk when the computer starts? __

    How to remove temporary files, waiting to be written to disk when the computer starts?

    Hi Reasman,

    Welcome to the Microsoft answers site!

    To clear pending files, select the files/folders in the 'Files to add to the CD/DVD' box and press DELETE. However, if you want to delete all files, click the CD/DVD drive and select 'Clear the staging area' from the context menu.

    You can manually delete the files that are stored in the following location:

    %USERPROFILE%\Local Settings\Application Data\Microsoft\CD Burning folder

    I hope this helps!

    Kind regards
    Gokul - Microsoft Support

  • How can I save a directory or a specific file without saving the Image to the system?

    Purchased new software my company insists on the fact that we back up software data every day on a USB. I tried to schedule a backup, but I don't want the Image of the backup system. How can I save a directory or a specific file without saving the Image to the system?

    When you choose what to back up, simply uncheck the box of system image:

    Or another simple way is to program a command that copies the files on your USB key, replacing the backup from the night before.

    For example, this command copies all of my 'Project X' folder on my USB drive (drive E :)

    copy 'c:\project x\' e:

  • How to fill a field of date with today's date when the signature field is signed?

    How to fill a field of date with today's date when the signature field is signed? In the LCD, I insert a signature field and a date field, what parameters in these two fields are necessary to make this work? Is the date field, the value calculated? I tried different JS suggestions I found, but none work. In the form, I named the signature ClaimSignature field and the date in the ClaimSigDate field.

    The thought of her with a little help. In the script editor window, I selected the postSign event and added the following JS:

    Form1.Page1.ClaimSignature::postSign - (JavaScript, client)

    var date = new Date();

    var day = date.getDate ();

    var month = date.getMonth () + 1;

    var monthstring = (month, 10?) ('0' + month: month)

    year var = date.getFullYear ();

    var = year DateString + '-' + monthString + '-' + (day< 10="" "0"="" +="" day="" :="">

    ClsimSigDate.rawValue = dateString;

    I hope this helps someone else save time.

  • Avoid the display of the Red Cross when the image is absent

    The images from loading user on my web site.
    He can enter 3 images; but sometimes it does that 2.
    When an image is missing, the browser try to find and display a small red cross in the left corner. My concern was to avoid the display of this small red cross when the image is not there?
    I tried nested HTML and PHP code, but it does not work.
    Y at - there someone who can help me?
    Thank you very much.

    Gary,
    Finally, I solved the problem by setting the value of the border to 0. Now everything is OK.
    Thanks again.

  • How can I get a text size icon in my taskbar near the volume icon?

    I used to have an icon beside the start of volume icon and battery which was ex text size smaller or larger than 100% to 125% or 90% how do I get this icon?  I think he disappeared when I upgraded to internet explorer 9...

    Hello
     
    For Internet Explorer 9, as for the command bars and the Favorites, the status bar is disabled by default. To turn on the status bar do the following steps.
     
    Has: go to view > toolbars > status bar. (To display the menu bar, press the Alt key).
     
    B: once that the status bar is turned on Zoom will be automatically available. You can also use the zoom feature by clicking the Tools button and using the zoom options there.
     
    Hope that helps.
  • Apex on the load display text page 5 article &amp; navigation based on the values in the table bar

    Hi Experts,

    I have a page in which I want to show the textual elements and the crumbs of bread according to the requirement on page load.

    To do this, I gave the condition for navigation buttons and text elements bar as below:

    Condition type: there is no

    Expression 1: select null from ms_contracts where contractor_id = UPPER (v ('APP_USER') and contract_expiry_dt < sysdate)

    The text value of the element (display only): ' your contact has expired, prents get it renewed. Position to renew the update below the new end date '


    Above solution does not work for me. I guess there is no need to create dynamics of Action I want this to happen on the page load.

    Ask that you please guide me.


    Thank you.

    Thierry

    Hello

    Have you tested your query do not return all rows using SQL workshop for example?

    Not the condition watch Object Exists, when the query do not return all the lines.

    BTW, it's better to use bind variable: APP_USER function v. APP_USER is also always capitalized

    select 1
    from ms_contracts
    where contractor_id = :APP_USER
    and contract_expiry_dt < sysdate
    

    Kind regards
    Jari

  • How to make a text field required at run time when the user clicks on the box?

    I had a form, there are several checkboxes fields and the text associated with the check boxes. If the use clicks on the checkbox then partner

    text fields should become mandatory. I tried the change event and the click event of the boxes. There is error in the onChnage event and I got some odd results in the click event on. Sometimes, if the user clicks the check box, then for the 1st time the field is not required, then the user onclicks the box and when the user clicks the check box for the second time the field becomes necessary, but if I turns off the option highlight the field and selects the field becomes necessary even if the user onchecks I am totally confused! To add that I have also written an incorrect code always I reached the goal? How it can be possible. I write the codes below, please help me because I am working under a deadline from the client.

    onChange event:

    var = this.boundItem (xfa.event.newText) newVal;
    if(newVal == 0)
    {
    xfa.resolveNode ("form1. Subform0.Subform1.Subform9.Subform10.Table48.Row4.Purchasecost3_1'). validate.nullTest = "disabled";
    }
    on the other
    {
    xfa.resolveNode ("form1. Subform0.Subform1.Subform9.Subform10.Table48.Row4.Purchasecost3_1'). validate.nullTest = 'error ';
    }*/

    For the onClick event:

    var a = xfa.resolveNode ("form1..") RawValue Subform0.Subform1.Subform9.Subform10.Table48.row2.CostItemRecovere d_OnlyEnergyCharges");
    App.Alert (a);
    if(a == 0)
    {
    xfa.resolveNode("form1.Subform0.Subform1.Subform9.Subform10.Table48.Row4.ComplianceCheck__L1_1").validate.nullTest = 'error ';
    }
    if(a == 1)
    {
    xfa.resolveNode("form1.Subform0.Subform1.Subform9.Subform10.Table48.Row4.ComplianceCheck__L1_1").validate.nullTest = "disabled";
    }

    Please help someone!

    Hello

    You may need this resolved at this point, but here are a few tips.

    An example of a loop in a dynamic array is here: Re: how to make invisible/visible or hidden columns with checkbox?

    You are usually not necessary to resolve the nodes, especially when the script object is in the same table as the target objects.

    For example if the table was not static your script could be simplified:

    if (this.rawValue == "1")  // this object is in Row2
    {
         Row4.ComplianceCheck_L1_1.mandatory= "error";
    ...
    }
    

    However because you will be to loop through all the rows in the table repeatable instances / then you need to resolve the nodes. Take a look at the example above.

    In your script, you have to Row8 Row4. I don't know if this is repeatable or just some of them. If we take Row4 as being repetitive, then you can apply the following to all repeatable lines.

    var vRow4 = Table48._Row4.count;
    console.println("Row4: " + vRow4); // You can delete this or comment it out after testing
    
    if (this.rawValue == "1")  // this object is in Row2
    {
         for (var i=0; i
    

    I have not tested, but it should be close to work.

    Good luck

    Niall

  • How to copy and paste text from a website read chrome using the Xperia z3v?

    I've searched high and low for a way to copy and paste text from a website in Chrome using the Xperia z3v.  I tried a long tap, double tap, a triple tap - nothing works.

    I am able to select text, copy and paste into a Word doc, however.  There must be a way to do this on a website in Chrome. I am sure that I don't mean to select text that is really an image. I'm trying to copy some text. Here is the link where I try to get the text. It's a recipe.

    http://www.foodnetwork.com/recipes/REE-Drummond/mushroom-pilaf.html#!

    Maybe I should try to get Firefox for smart phones and see if it works.

    Any ideas?

    Thank you!

    You should do a tap wait a second and 1 click at the same place and hold the second tap.

    https://www.dropbox.com/s/23whtlt2gizxu27/MOV_1048.MP4?DL=0

Maybe you are looking for