Mouseover show text description

Hi,
I have a link and when i mouseover, i want it to show the text description, i can do title="....", but i have alot of information want to display, so title it not my option.  I've tried  many diffrent codes but it was woking in both IE and firefox.  I've found it from google, it lookssample but it is not working on IE when copy the code over.  Is any one knows any code works in both IE and firefox?

style>
span 
.dropt {border-bottom: thin dotted; background: #ffeedd;}
span 
.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6;}
span 
.dropt span {position: absolute; left: -9999px; 
margin: 20px 0 0 0px; padding: 3px 3px 3px 3px; 
border-style:solid; border-color:black; border-width:1px; z-index: 6;}
span 
.dropt:hover span {left: 2%; background: #ffffff;}
span 
.dropt span {position: absolute; left: -9999px; 
margin: 4px 0 0 0px; padding: 3px 3px 3px 3px;  
border-style:solid; border-color:black; border-width:1px;}
span 
.dropt:hover span {margin: 20px 0 0 170px; background: #ffffff; z-index:6;}  
</ 
style>
< span class="dropt" title="Title for the pop-up">Hot Zone Text 
<span style="width:300px;">Pop-up text</span></ 
span>
thanks
KT

You can try using cftooltip.  Also jQuery have some nice tooltips you can use.

Similar Messages

  • Photoshop CS6 panels/tools not showing text descriptions.

    While working on a project of mine yesterday the panels that display eraser and pen tool etc. stopped showing text. I can still see the hidden tools, but can no longer see text. I am quite familiar with most tools, but not all so it is a pain when I need to try that oddball tool I don't use regularly. I'm not sure what happened, but if anyone knows or had similar issues that can help I'd greatly appreciate it.

    Ensure "Show Tool Tips" is enabled in Preferences > Interface.

  • How to make mouseover effect text show image in popup window or tooltip?

    I am trying to display a popup image in a new window when the mouse moves over some text. Or perhaps, the image could display in a tooltip when the mouse moves over some text.
    However, I have achieved the functionality of an image appearing above the text when the mouse moves over some text. This is how I did this:
    I put this code into the Page HTML Header:
    <script type="text/javascript">
    <!--
    function setFirstChildImgDisplay(el,vis) {
    if(!el || !el.getElementsByTagName) return;
    el.getElementsByTagName('img')[0].style.display=vis;
    // -->
    </script>
    I created a region and put this in the Region's Title field:
    {div onmouseover="setFirstChildImgDisplay(this,'inline')"  onmouseout="setFirstChildImgDisplay(this,'none')">Check out Page 1 here <img src="#WORKSPACE_IMAGES#DGNR Preview Page 1.bmp" alt="Page 1 Preview" style="display:none;">{/div}
    I am thinking that I should not have all of this code in the Region's Title field. But, I don't know where else to put it in APEX.
    So my questions are:
    1. how to get an image to display in a popup window or as a tooltip when the mouse is moved over some text?
    2. where should the {div} content be placed in APEX, if not in the Title field?
    Please note that I used '{' & '}' instead of '<' & '>' just so the div would display in this post.
    Also, I would like to give credit to this website because this is where I found out how to do what I have provided above.
    http://forums.devshed.com/web-design-help-2/mouseover-effect-text-shows-image-321876.html
    Thank you in advance,
    Maggie

    It's just an image map. Play with the settings. Here's a shape layer making a hole in the water and adding a bit of color.

  • Can not see long text description of a characteristics in portal

    Hi experts,
    I designed two queries via Query designer and published them to portal but I can not see the the long text description of "Name" attribute belongs to 0BPARTNER characteristics.
    One of the queries shows only the last name of partner in portal while it is showing full name and last name in Bex Analyzer. The other query shows only the key value in both portal and Bex Analyzer.
    I want to see long text description in both queries.
    For an additional information, I'm extracting data from CRM 5.00 to BW 7.00
    What will be the reason for this and how can I solve it?
    Can anyone help me for this issue, it's a kind of emergency situation.

    Hi,
    we have the same problem.
    We want to change <b>only</b> in the screen variable the hierarchy text (from default to long\medium text) but even if there's a possibility to do this, really it doesn't happen anything - it' s possible when you start query, in the selection screen inside every the variable there's a command "User Settings" in which manage what you want to see (I put display custom, as text, medium text).
    I try to do this also in query analizer, selecting variable (hierarchy) and enter in this (user setting), changing in display custom as text - medium text, but even if I save this settings, really doesn't happen anything.
    It seems the system isn't sensitive to this selection...
    By now, if someone has an answer, please write us!
    Thanks in advance,
    Alessandra Mirone

  • In material master not all fields show the description of their value

    Gurus -
    Certain fields in the material master show their description text along.
    Example -
    Base Unit of Measure  - EA      each
    The description Text 'Each' which represent 'EA' comes from text Table T006A-MSEHT
    Not all fields in material master show the description of what they represent. (only appear on F4 popup)
    I want this description to come up for MARA-MAGRV field.
    I want the configured value description for this field to appear on the screen.
    I have 3 values put in this MARA-MAGRV
    Z001 - description text 1
    Z002 - description text 2
    Z003 - description text 3
    in MM01/MM02/MM03 only Z001 is see, not it description.
    Here is what i tried
    Added TVEGRT-BEZEI (desc field) in Transaction OMSR and assigned selection group 103 which holds MARA-MAGRV field too
    any config missing?? what say?
    Advises appreciated!
    Thanks

    You have to find out the conversion routine for domain MAGRV and enter in the convers. routine field.
    if did not find one than you have create custom (take ABAPer help)
    go to SE11 adn enter the domain MAGRV and hit display
    on the definition tab you will see the conversion routine
    here you need to populate the appo. conversion routine to see the text on the materia screen.
    Conversion takes place when converting the contents of a screen field   
    from display format to SAP-internal format and vice versa and when      
    outputting with the ABAP statement WRITE, depending on the data type of 
    the field.                                                                               
    If standard conversion is not suitable, it can be overridden by         
    specifying a conversion routine in the underlying domain.                                                                               
    A conversion routine is identified by its five-place name and is stored 
    as a group of two function modules. The function modules have a fixed   
    naming convention. The following function modules are assigned to       
    conversion routine xxxxx:                                               
    o  CONVERSION_EXIT_xxxxx_INPUT                                          
    o  CONVERSION_EXIT_xxxxx_OUTPUT                                                                               
    The INPUT module performs the conversion from display format to internal
    format. The OUTPUT module performs the conversion from internal format to
    display format.                                                                               
    If a screen field refers to a domain with a conversion routine, this    
    conversion routine is executed automatically each time an entry is made 
    in this screen field or when values are displayed with this screen field.

  • Fm 10: Show Element Descriptive Tags

    Fm 10 > Element Catalog Display Options: what is the option "Show Element Descriptive Tags" supposed to do?
    It's not explained in the Fm 10 Help (or I am unable to find it, but that applies to almost anything I search for in this "Help").
    Thanks
    Yves

    Yves,
    If defined in the EDD using the FM10-new element <DescriptiveTag> additional text will be visible in the element catalog. Lynne Price took advantage of this in her improved template for EDDs, see http://forums.adobe.com/message/3956109#3956109
    It looks like this with the mouse hovering over entry <CommentTable>:
    As I am acustomed to keep my element catalog small I would have to rely on the tooltip appearance. Also, it should be the goal of the EDD designer to select element names which are semantic enough to not need additional information. But anyway, here it is, this feature.
    - Michael
    PS: Further description: http://blogs.adobe.com/tcs/2011/04/framemaker/framemaker-element-description.html
    PS was added by: Michael Müller-Hillebrand

  • How can i create a simple netweaver portal page that shows text and images?

    Hi,
    i have a simple question or maybe it's not so simple.
    I am completly new to SAP Netweaver 2004s Portal. At the moment i'm trying to understand the struture of the whole thing. I already know how to create roles, worksets and pages and i know how to combine the different elements so a user can acces them.
    And now i want to create a simple portal page that shows text and images. Is it possible to create such a simple page with the portal content studio? What iView do i have to use?
    (I just want to create a start page with a welcome text on it.)

    Marc
    Considering that you would any ways go ahead with complex development from this simple start page I recommend create a Web dynpro Iview for your start page (include the Iview in your page).
    For putting the contents use Netweaver Developer studio to build a simple start page application and put your static text on that Iview.
    Please go through the following log after your NWDS development is over - This will make you comfortable for further challenging work.
    http://help.sap.com/saphelp_erp2005/helpdata/en/b7/ca934257a5c96ae10000000a155106/frameset.htm
    Do reward points if this helps and let me know of you want anything more.

  • I also have a .csv file with the name of a jpeg in one column and a text description of each jpeg in a second column. Is there a way to automatically insert one jpeg (photo) and its corresponding text, each pair on one page, into a Indesign document?

    I also have a .csv file with the name of a jpeg in one column and a text description of each jpeg in a second column. Is there a way to automatically insert one jpeg (photo) and its corresponding text, each pair on one page, into a Indesign document?

    I would also recommend to write the description into the meta data. This would allow to place a text frame above the image and it is possible to add meta information and file name automatically together with the image, when you place it or even in a prepared template.
    Meta data information can be written easily in Bridge in the Meta File Workspace.

  • I get the long text description 0f transaction fb03

    Hi Gurus,
    How can I get the long text description in the information view (field <b>ZEILE</b>,
    data element EENO_ZEILE) on the G/L account documet overview(transaction Fb03)?
      My prob is, This field stored in a structure called
    Thanks in ad.
    Regds,
    Bala

    Hi,
    a) Find out for which <b>table</b> this long text is linked.
    b) Go to <b>TTXOB</b> table and in the field <b>TDOBJECT</b>, check whether this entry is present.
    c) If present, then use FM READ_TEXT, to get the long text value.
    Important parameters to be passed in READ_TEXT
    a) ID         
    b) Language (EN??)
    c) Name   ( I believe in this case it would be ZEILE)
    d) Object (TTXOB-TDOBJECT value)
    Regards,
    Subramanian V.

  • How to Search document by using Long text description contents in SAPEasy DMS

    Hi,
    How to Search document by using Long text description contents in SAPEasy DMS
    Regards,
    Shrikant Shinde

    Hi Alfredo,
    Thanks for reply..Will you please explain in brief what are the  OCR program and workflow.
    Will you please send me any docs on [email protected]
    Thanks
    shiv.

  • [JS CS3] Show Text Threads

    Does anyone know the syntax to script the View > Show Text Threads command in CS3? It seems that it should be something like:
    app.activeDocument.viewPreferences.showTextThreads
    ...but that isn't in the DOM. I can't seem to locate it. Can this be done?

    Hi Fred,<br /><br />Here's a little function which will retrieve any menu action based on it <br />name (which appears in the UI). It's much quicker to access menus <br />directly (rather than loop), but this is an easy way to find them.<br /><br />function GetMenuAction(name){<br />    var menus = app.menuActions;<br />    for(var i=0;i<menus.length;i++){<br />        var menu = menus[i];<br />        if(menu.name == name){return menu}<br />        }<br />    return null;<br />    }<br /><br />Actually, this works too:<br /><br />menu = app.menuActions.item("Show Text Threads"<br /><br />Harbs

  • How can I show text sentence on XY graph

    Hello,,,, anyone knows??? How can I show text sentence on XY graph?
    I just know that the only numeric data type can be the input data but my case I have both the number and message to show on the same graph.
    Thanks in advance
    Mannie

    You start out with an array of zero size. Since replace array subset does not change the size of an array, you stay with zero annotations. If nothing is there, you cannot replace it.
    Possible solutions:
    (A) Instead of reading the current annotation list (which is zero!), you could initialize the shift register with a diagram constant (right-click...create constant), expand it to the desired number of elements and make them all e.g. with a blank text.
    (B) Alternatively, you can manually create the desired number of annotation by right-clicking on the graph and select "data operations...create annotations". Now you start of with an array of the correct size if you read the annotation list with a property node and you can replace them programmatically with new annotations as desired.
    (C) You can also initialize the shift register with an empty array, then use built array to add annotations.
    LabVIEW Champion . Do more with less code and in less time .

  • Exported PDF's from FormsCentral show text until submitted to 3rd party application

    Hello,
    I'm running into an issue when trying to export a group of PDF forms that were created in FormsCentral they do show text when opened with Adobe Reader.  However if another program attempts to read the PDF it does not show the text input by end users into the form.  If I print the PDF file to PDF and then attempt to index it with different software the submitted text is usable.  I'd like to find a way to not have another step in the process to print to PDF for an existing PDF.  I'm not sure if the text is showing up as a background layer that isn't visible to other applications or if it is potentially the font which is Trebuchet MS.
    Any help is greatly appreciated!
    Thanks,
    Chris

    Hello Gen,
    We are importing the forms into Banner Document Managment System.  Once they are saved as a PDF every part of the PDF is visible to the document except what the user has input.  Then when it is saved and searched for in Banner Document Management System the text no longer shows up when the PDF is opened.  They will show up if I print to PDF using CutePDF Writer and then upload into Banner Document Management System.  Banner Document Managment System is used to host all of the school's documents when they are submitted.
    Thanks for your assistance!
    Chris

  • Photo gallery with text description

    I've got PSE7 and DW CS4. I'd like to add a photo gallery to a website where the photo is accompanied by a text description of about 60 words (ie not just a title). Ie the user clicks on a thumbnail and when the larger image is displayed, the user also sees this text description.
    As far as I can see PSE7 doesn't allow me to create such a gallery.
    Any ideas? If there is another tool that can do this, then I'd be interested to hear about it. I've looked at flash galleries too to buy but haven't found a suitable one yet.

    You might give SmugMug a try.
    They have a wide variety of presentation styles for their galleries, and I think they have one like you describe.
    And... PSE7 has a built in uploader to SmugMug to make posting your images there easy. In the Organizer, look under the Share Tab, and then under More Options. A couple cool services hidden under there.
    Cheers
    Bob
    Become a Friend of Photoshop Elements on Facebook
    http://www.facebook.com/PhotoshopElements

  • How do I add a text description to a PDF file

    I want to add some text descriptions to my PDF files that later I can use as "search criteria". Is there something I can use other than the "file name" ? I would like to use short file names and append a longer text description to the file so I can search for files using the "text description" as search criteria.

    I want to add some text descriptions to my PDF files that later I can use as "search criteria". Is there something I can use other than the "file name" ? I would like to use short file names and append a longer text description to the file so I can search for files using the "text description" as search criteria.

Maybe you are looking for