How to do textual link mouseover popups in Dreamweaver

I am looking for a way to implement link mouseover popup text
explanations. I have image thumbnails, and I want that when the
viewer moves the pointer over the thumbnail a popup comes up
explaining (textually) what the thumbnail links to.
In GoLive, when creating a link, there was a field in the
link inspector that, when text was entered, automatically directed
the browser to create a mouseover popup giving a textual
explanation of the link.
How do you do the same in Dreamweaver? Directions much
appreciated.
Cheers -- Bill

Without using any funky JavaScript, try adding a TITLE
attribute to your
IMG tags:
<img src="image.jpg" alt="" title="Pop-up text here" />
Alec
Adobe Community Expert

Similar Messages

  • When i click on edit link a popup has to open and i have to show the inform

    Hi all,
    i have an arraylist with instances of Sectionbean.java class.
    I created a panelgroup layout to display all the variable inside Sectionbean.java class. and a link called "edit".
    i kept this panelgrouplayout as a child for iterator .
    out put is like this
    1 aaaa abc edit
    2 bbb abc edit
    3 ccc abc edit
    I am getting all the values and rendering in the ui properly like above.
    here when i click on edit link a popup has to open and i have to show the information related to the selected edit link in that row.
    can anyone give me suggistion that how to sove this .

    in the command link.. create a clientAttribute settign the value.. and use it in the popup using the source
    <af:commandLink id="cl2">
    <af:outputText value="#{row.Title}"
    id="outputText1"/>
    <af:clientAttribute name="title"
    value="#{row.Title}"/>
    <af:showPopupBehavior popupId="::p1"/>
    </af:commandLink>
    <af:popup id="p1" contentDelivery="lazyUncached" eventContext="launcher"
    launcherVar="source">
    <af:dialog id="d1" type="ok" title="Popup" contentWidth="300"
    contentHeight="200">
    <af:panelGroupLayout id="pgl4" layout="vertical">
    </af:panelGroupLayout>
    </af:dialog>
    <af:setPropertyListener from="#{source.attributes.Title}"
    to="#{pageFlowScope.Bean.contentId}"
    type="popupFetch"/>
    </af:popup>
    here the client attribute is set with the row.Title and later in the popup we are fetching the same using.. source.attributes.Title

  • Links and PopUp Links in a Report

    Hello:
    I am trying to use Denes Kubicek's example of how to add a link to a SQL statement used to create a report and by doing so have the link call a Popup.
    [http://apex.oracle.com/pls/otn/f?p=31517:24]
    The example that I have is:
    SELECT return_link_fn (2133, 'P2133_TIME_PERIOD_ID, P2133_MANAGER_PERSON_ID', TIME_PERIOD_ID||','||L1_MGR_PERSON_ID) LINK,
    TO_CHAR(T2."FIRST_DATE" ,'DD-MON') "FIRST_DATE",
    T1."TIME_PERIOD_ID" "TIME_PERIOD_ID"......
    When I click on the GO! link on the calling page, I get this error
    Unexpected error, unable to find item name at application or page level.
    Error      ERR-1002 Unable to find item ID for item " P2133_MANAGER_PERSON_ID" in application "140".
    However when if I turn on DEBUG then it works! If I turn off DEBUG I see the popup page, with the data for the two parameters.
    I have also tried the return_link with just either one of the parameters P2133_TIME_PERIOD_ID or P2133_MANAGER_PERSON_ID and each works fine each time.
    So, I must be doing something wrong in trying to run the "return_link" part of the statement with two parameters - any ideas as to what to do?
    Thanks,
    John

    Yes, the larger the number of rows the more processing overhead. In this case:
    http://htmldb.oracle.com/pls/otn/f?p=31517:27
    of 40.000 rows it doubles the processing time. I tried adding a function based
    index on the column but it doesn't seem to help - I get the same results.
    Denes Kubicek

  • C++ How to know what link is clicked on a Balloon tooltip after handle the TTN_LINKCLICK message

    switch (msg) {
    case WM_NOTIFY:
    NMHDR* nmhdr = (LPNMHDR)lparam;
    switch(nmhdr->code) {
    case TTN_LINKCLICK:
    <code>
    return TRUE;
    I'm able to trap the TTN_LINKCLICK notification. However I would like to retrieve the URL text link that was clicked.
    How to know what link is clicked on a Balloon tooltip after handle the TTN_LINKCLICK message ?
    MCunha

    Basically you don't know what link was clicked.  If you need more than one link, you may need to use a different UI element to display it, like a dialog or some sort of other popup window that you have control over.

  • How to get the values from popup window to mainwindow

    HI all,
       I want to get the details from popup window.
          i have three input fields and one search button in my main window. when i click search button it should display popup window.whenever i click on selected row of the popup window table ,values should be visible in my main window input fields.(normal tables)
       now i am able to display popup window with values.How to get the values from popup window now.
       I can anybody explain me clearly.
    Thanks&Regards
    kranthi

    Hi Kranthi,
    Every webdynpro component has a global controller called the component controller which is visible to all other controllers within the component.So whenever you want to share some data in between 2 different views you can just make it a point to use the component controller's context for the same. For your requirement (within your popups view context) you will have have to copy the component controllers context to your view. You then will have to (programmatically) fill this context with your desired data in this popup view. You can then be able to read this context from whichever view you want. I hope that this would have made it clear for you. Am also giving you an [example|http://****************/Tutorials/WebDynproABAP/Modalbox/page1.htm] which you can go through which would give you a perfect understanding of all this. In this example the user has an input field in the main view. The user enters a customer number & presses on a pushbutton. The corresponding sales orders are then displayed in a popup window for the user. The user can then select any sales order & press on a button in the popup. These values would then get copied to the table in the main view.
    Regards,
    Uday

  • How to make downloadable links in Adobe Muse

    I am new to website design and am trying to figure out how to make downloadable links for some PDF flyers, PSD templates I am creating.   Not sure if "downloadable links" is the correct term for what I'm trying to say but in a nutshell I am creating Business Flyer's in PDF form and Photoshop PSD template files that I would like to be able to have my users click a link that allows them to download them right to their desktop.  Any help would really be appreciated!

    Hi caybar10gaming,
    I had the same question as you and was searching online for how to add "downloadable links" as well so your not alone in that lol. Anyways, I found this video that explains how to do this. I hope this helps you, as it did me. Good Luck  
    http://tv.adobe.com/watch/muse-feature-tour/add-and-link-to-any-type-of-file/
    -Caitlin

  • How to show modal window without popup in a web page using javascript

    Hi,
    How to show modal window without popup in a web page using javascript, means when the modalwindow is opened it should not ask for popup blocker alert......
    pls help me.....

    Thanx for ur reply,
    Actually the senario is when i click on a button, another jsp page should be displayed in a modal window without popup, but the functions alert() and confirm() will not accept the url path of the another jsp page...

  • How can i create link between ipad(xcode) and webserver?

    Hi, I'm a new to iPad development and i need help,
    i'm not good with english but i try to explain my question:
    how can i create link between ipad(xcode) and webserver?
    (the webserver ".NET" with driver odbc is connected with DB Oracle)
    so, how can my ipad application access to the Oracle DB?
    Create a webservice (.NET) to be place between iPad and DB, is this correct?
    how can i do it?
    which are libraries to include in the xcode's framework?
    thx

    I think the following URL will be your best answer:
    http://stackoverflow.com/questions/3510468/connecting-iphone-to-an-odbc-database

  • How do I disable linked smart-object auto-update/refresh?

    Working in the CC3D features, I am constantly making changes to my bump map. Every time I step-backwards, or make a significant change to the bump texture (smart object?), CC auto-saves the layer. This specific file is a very very large document (3 gigs in the bump texture layer alone), and the 3D layer has lots of lights and is very complex. This auto-refresh/update really bogs down the time that it would take me to make my changes. I have a very fast machine (I know it's fast, I dont need to list my specs), and I have all shadows disabled.
    How do I disable linked smart-object auto-update/refresh?

    If you do not like a feature like smart objects there is nothing forcing you to use it. Use some other features to do what you want. Please don't ask Adobe to introduce bug into smart object support.
    You could work on your bump maps textures in external files. When your done some time in the future you could edit your project with the smart object layer and use replace smart object. Only then will all smart filters be applied to the smart layer with the replaced smart object.
    Or if by CC Auto save Layer you referring to CC Generate feature you can disable that feature.
    I have no idea what your referring to when you write "CC auto-saves the layer" being a feature. I know CC Generate will write layers out as web files but that more a Web feature then a 3d feature.  Where do you see your layer being saved?

  • How can i re-link .mpkg and .pkg files to hidden Installer?

    I am near the end of the process of setting up my new Mac Pro (early 2009) eight core. Quite the wonderful difference from my "Mirror Drive Door" dual 1.25 GHz machine!
    The Mac Pro came with Mac OS X 10.6.2 installed. I updated this to 10.6.6 via Software Update along with a slew of other updates presented there. I downloaded and installed a bunch of software. Finally, I was ready to install iLife 11 from the "CPU Drop-in" DVD that was on top of the box when the computer was originally unpacked.
    Unfortunately, it wouldn't even begin the install. The "iLife.mpkg" file, when double-clicked, returned the error message "no application associated with this document". Hours of investigation reveals that NO .mpkg or .pkg file will open; doing a "get info" on the files reveals that those files have lost their link to the Installer app.
    AND since the only installer I can find is hidden in /usr/sbin, there is no way I can re-link .mpkg and .pkg files to it via "get info".
    I downloaded Pacifist and used it to open the "Mac OS X 10.6.6 Combo" package and re-installed the Combo updater. Much to my surprise, that didn't fix the linking issue.
    I've logged in as root, but still can't re-link the package files to the Installer as /usr/ is still hidden. Is there a way I can temporarily "un-hide" the /usr directory so that "get info; open with" can see it?
    I've started from the Mac OS X installer DVD and repaired permissions on the hard disk and "repaired" the hard disk. No luck there either.
    I did a clean install of Mac OS X 10.6.2 to a different hard drive and applied the combo updater and the packages worked as expected there. So some software I installed or by running a slew of updaters via Software Update broke the link between packages and the Installer.
    I'm sure that re-linking to packages to the hidden installer app can be done via Terminal and possible other ways, but I don't know how to do it.
    Short of doing a complete Mac OS X 10.6 re-installation and update and having to re-do several days of other software installations and data transfers, I'm hoping someone will offer some solutions or tips on how to solve my problem.
    How do I re-link .mpkg and .pkg files to the Installer?

    Thanks for the reply. I know I had previously checked for the missing installer in /System/Library/CoreServices/ and I rechecked and it's still not there. But your tip spurred me to check the test 10.6.6 installation on the other hard disk and yes! It's there!
    A quick copy from the second hard disk to my current hard disk and doing the "get info" trick and everything now works wonderfully. Only one day lost to trying to figure this out. Now that the problem is fixed, quite the relief.

  • How can I do link forgot user id when login to portal.

    In portal when login user can click logon help if he forgot his password. forgot password link in portal logon page | SCN But what if user forgot his user id? How can I do link in whitch on users id mail send his user id.

    Websites remembering you and automatically log you in is stored in a cookie.
    *Create an allow Cookie Exception to keep such a cookie, especially for secure websites and if cookies expire when Firefox is closed.
    *Tools > Options > Privacy > Cookies: Exceptions
    In case you are using "Clear history when Firefox closes":
    *do not clear the Cookies
    *do not clear the Site Preferences
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/Clear+Recent+History
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords.
    Clearing cookies will remove all specified (selected) cookies including cookies that have an allow exception and cookies from plugins.

  • How to delete the links in the reading list

    How to delete the links in the reading list

    and if they don't delete, what's the next step?  I've stopped sync to iCloud for my iPad, but all of the articles say that they are "Waiting", and won't delete.

  • How to clear shared links in safari?

    how to clear shared links in safari?

    Hi Dominic23, appreciate your answer but I am referring to LinkedIn Shared Links, does that mean I have to log out of LinkedIn account, is there another way instead to logging out?
    Thanks.

  • How to keep track of how many times a link has been clicked?

    How to keep track of how many times a link has been clicked or accessed? Do I need to use database for this?

    Hi
    Proably something like this can work,
    1> Have a servlet/bean invoked when the link is linked
    2> have a static variable in that servlet/bean wich gets incremented before the control is passed to another desired page..
    The problem with this approach is that care has to be taken that the servlet/bean is not re-instalised, in case of which the static variable will also be instalised and the data would be lost.
    The best thing is to store the count in the database.
    Regards
    Arathi.

  • How do I create linked LOVs in a JSP

    We are attempting to create a list of values (LOV) for a group of categories on a jsp page. We would like the LOV to be populated with the category names. Next to the category LOV we would like to have a link “get subcategories” that when clicked would return to the same jsp page, set the value of the LOV to the category selected, and populate a second LOV with sub-category names for the selected category.
    We have created an sql-only View Object (VO) for the categories and linked it to an sql-only VO for the subcategories (in a master-detail relationship) and added the VOs to an app module. We have tested the link between the two VOs with successful results.
    We would like to know how to create a linked pair of LOVs on a jsp page. Any help on this matter would be greatly appreciated.

    Les,
    If I understand correctly, you can do this fairly simply.
    First create datasources:
    <jbo:DataSource name="dsCategories" ...
    <jbo:DataSource name="dsSubCategories" ...
    <% // add a where clause to SubCategories based on the parameter "CategoryNumber"
    String categoryNumber = params.getParameter("CategoryNumber");
    // Make sure to default to something if the parameter is null or you'll get an error
    if (categoryNumber == null)
    categoryNumber = "1";
    dsSubCategories.getRowSet().setWhereClauseParam(0, categoryNumber);
    // execute the query on dsSubCategories to ensure that the where clause reflects on this page
    dsSubCategories.getRowSet().executeQuery();
    Create a form with your drop down lists.
    1. I would create a <form> that posts to the same page.
    2. Add a <jbo:FormEvent> tag with a custom event name like "getSubcategories".
    3. Create a LOV that isn't connected to the database:
    <jbo:InputSelect multiple="false" displaydatasource="dsCategories" displaydataitem="CategoryName" displayvaluedataitem="CategoryNumber" ></jbo:InputSelect>
    4. Create a second LOV that also isn't connected to a datasource. It would look like this:
    <jbo:InputSelect multiple="false" displaydatasource="dsSubCategories" displaydataitem="SubCategoryName" displayvaluedataitem="SubCategoryNumber" ></jbo:InputSelect>
    5. Add a submit button
    That should work. Some things to note:
    1. This probably won't track your previously selected options. I don't know if you can do that with this interface.
    2. I'd add some javascript to postback when a new list item is selected.
    Based on these points I would code the select list by hand like this:
    <select name="CategoryNumber" size="1" onchange="this.form.submit()">
    <% String curCatNumber="";
    String CatNumber = params.getParameter("CategoryNumber");
    if (CatNumber == null)
    CatNumber = "1";
    <jbo:RowsetIterate datasource="dsCategories" >
    <jbo:Row id="rowCategory" datasource="dsCategories" action="active" >
    <% curCatNumber = ((oracle.jbo.domain.Number)rowCategory.getAttribute("Category")).toString();%>
    <option value="<%=curParlimentId%>"
    <% if (CatNumber.equals(curCatNumber)) { %>selected<% } %>>
    <jbo:ShowValue datasource="dsCategories" dataitem="CategoryName" ></jbo:ShowValue>
    </option>
    </jbo:Row>
    </jbo:RowsetIterate>
    </select>
    The second would be similar.
    Hope this answered your question!
    ~Rob Lundeen

Maybe you are looking for

  • SAP tab in Crystal Reports 2013 issue

    We are using SAP Crystal Reports 2013 SP3 to build reports on BEX queries (BW 7.2). Creating a report via 'File' --> New connection --> BW MDX driver works fine, I can select bex queries & cubes and see the data. However SAP provided tab 'SAP' does n

  • Reporting Services Generates HUGE nasty looking error

    "System.Net.WebException: The request failed with HTTP status 401: Unauthorized. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System

  • What is the keyboard shortcut to Expand a group?

    I looked in the Motion manual and under keyboard shortcuts for layers it says; To expand a group in the layers list is the right arrow key. To collapse a group in the layers list is the left arrow key But it is not working. Am I doing something wrong

  • What is the difference between iPad 3 and macbook pro

    I was going to buy an ipad 3 o macbook pro but Im not sure if I should send extra and get a macbook pro or get and ipad 3 which does just about everything I want to do

  • Class type in release procedure

    Dear gurus, pls explain class type significance in release procedure?