Alt label on mouseover

How do I ensure that the 'alt' will show when the mouse moves
over hotspots on an image map... I want plot numbers (on a property
development map) to show up as the mouse goes over each particular
plot which has a hotspot.

The title attribute is what you want, not the alt attribute:
<area title="use this" alt="not this"....
DW has no UI for adding these - you must do this manually in
the code.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"the-hen" <[email protected]> wrote in
message
news:e4s9g4$gdh$[email protected]..
> How do I ensure that the 'alt' will show when the mouse
moves over
> hotspots on
> an image map... I want plot numbers (on a property
development map) to
> show up
> as the mouse goes over each particular plot which has a
hotspot.
>

Similar Messages

  • Problem when Indicator for Alt. labelling for functional location activated

    Dear Experts,
    In our test system, i had activated alternative labelling for functional lcation for an interface with Locations in ISU.
    After i activated it the entire labelling for functional locations got changed to some arbitrary sustem generated number. For a sample -?0100000000000000142. Is there a ways i can retrieve the original names back. We have reactivated it to inactive again.
    Please help.
    Thanks,
    Boby Mathew

    Hi,
    Once alternative labelling is active, the previous functional location number (IFLOT-TPLNR) and OBJNR become a internal number. The visible location labels are stored in table IFLOS (Field STRNO).
    How easy it is to revert to status 1-Inactive depends on the existance of IFLOS records. If there are no IFLOS records it should be possible to just deactivate via OIPU transaction - Uncheck the 'alt label active' flag - Save.
    Where IFLOS records exist it means functional locations have already been created while the switch was active. These functional locations must be archived. See the full instructions for this process in note [359186|https://service.sap.com/sap/support/notes/359186]. It's a old note but is still valid for all current releases.
    -Paul

  • Error in creating connection object

    Dear Experts
    When I am creating connection object using ES55 , I get Stop message saying : " Alternate ID not supported" and when i see Help it indicates : An alternative indicator is active in Customizing of the functional location. This functionality is not supported for connection objects and device locations
    what could be going wrong
    Plesae suggest me the solution
    Thanking you in advance
    warm regards
    narasimha

    Hi,
    Please check the following settings in SPRO:
    Plant Maintenance & Customer Service - -Master Data in Plant Maintenance & Customer Service --Technical Objects --Functional Locations --Alternate Labeling of Functional Locations - - Activate Alternative Labeling --
    In this setting pls inactive the setting for Alt.Label.Then go to ES55 and try.It will work.
    Thanks,
    Banasri Mitra

  • ERROR message:  How do I create a New Web page from a template?

    The following ERROR MESSAGE appears, after I click the
    "Create" button on the "New from Template" dialogue box. . .
    quote:
    MACROMEDIA DREAMWEAVER DIALOGUE BOX READS:
    < ! > There is an error at line 72, column 8 (absolute
    position 3287) of "my Website": Unbalanced Head tag
    What
    should happen is that the new page opens in the Document
    window, according to the Dreamweaver 8 text, Pg. 498.
    If anyone can help me troubleshoot this, I would greatly
    appreciate it.
    Respectfully, Ona

    OnaTutors wrote:
    > Can someone help me out with this Template, please.
    >
    > I've had to skip 10 pages of the Dreamweaver 8 text
    because the Template will
    > not save and I get this ERROR message.
    >
    > Thank you for helping me.
    >
    > This is a great FORUM!
    >
    > Respectfully, Ona
    >
    As Murray has said you need to remove the second closing
    </head> tag
    from your code and also move the 'PageHeading' ediatble
    region OUTSIDE
    of its container <!-- TemplateBeginEditable
    name="PageHeading"
    --><h1></h1><!-- TemplateEndEditable -->
    The code below has been corrected:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Cosmatic - Label</title>
    <!-- TemplateEndEditable -->
    <link href="../Stylesheets/cosmatic_styles.css"
    rel="stylesheet"
    type="text/css" />
    <script type="text/JavaScript">
    <!--
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++)
    x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
    i<a.length;
    i++)
    if (a.indexOf("#")!=0){ d.MM_p[j]=new Image;
    d.MM_p[j++].src=a
    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document;
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++)
    x=d.forms[n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers
    .document);
    if(!x && d.getElementById) x=d.getElementById(n);
    return x;
    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array;
    for(i=0;i<(a.length-2);i+=3)
    if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc)
    x.oSrc=x.src; x.src=a[i+2];}
    function MM_nbGroup(event, grpName) { //v6.0
    var i,img,nbArr,args=MM_nbGroup.arguments;
    if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null &&
    !img.MM_init) {
    img.MM_init = true; img.MM_up = args[3]; img.MM_dn =
    img.src;
    if ((nbArr = document[grpName]) == null) nbArr =
    document[grpName] = new
    Array();
    nbArr[nbArr.length] = img;
    for (i=4; i < args.length-1; i+=2) if ((img =
    MM_findObj(args
    )) !=
    null) {
    if (!img.MM_up) img.MM_up = img.src;
    img.src = img.MM_dn = args[i+1];
    nbArr[nbArr.length] = img;
    } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img =
    MM_findObj(args)) !=
    null) {
    if (!img.MM_up) img.MM_up = img.src;
    img.src = (img.MM_dn && args[i+2]) ? args[i+2] :
    ((args[i+1])?
    args[i+1]
    : img.MM_up);
    nbArr[nbArr.length] = img;
    } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
    img = document.MM_nbOver
    ; img.src = (img.MM_dn) ? img.MM_dn :
    img.MM_up; }
    } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
    for (i=0; i < nbArr.length; i++) { img=nbArr; img.src
    =
    img.MM_up;
    img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img =
    MM_findObj(args
    )) !=
    null) {
    if (!img.MM_up) img.MM_up = img.src;
    img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
    nbArr[nbArr.length] = img;
    //-->
    </script>
    <!-- TemplateBeginEditable name="head" --><!--
    TemplateEndEditable -->
    </head>
    <body
    onload="MM_preloadImages('../Graphics/CosmaticLogoRollover.gif','../Graphics/lab
    elOver.gif','../Graphics/labelOWD.gif','../Graphics/bandsDown.gif','../Graphics/
    bandsOver.gif','../Graphics/bandsOWD.gif','../Graphics/catalogueDown.gif','../Gr
    aphics/catalogueOver.gif','../Graphics/catalogueOWD.gif','../Graphics/tourdatesD
    own.gif','../Graphics/tourdatesOver.gif','../Graphics/tourdatesOWD.gif','../Grap
    hics/contactDown.gif','../Graphics/contactOver.gif','../Graphics/contactOWD.gif'
    ,'../Graphics/labelDown.gif')">
    <p><a href="../index.htm" target="_top"
    onmouseover="MM_swapImage('LogoRollover','','../Graphics/CosmaticLogoRollover.gi
    f',1)" onmouseout="MM_swapImgRestore()"><img
    src="../Graphics/CosmaticLogo.gif"
    alt="Cosmatic company logo, link to home page"
    name="LogoRollover"
    width="283"
    height="109" border="0" id="LogoRollover"
    /></a></p>
    <table border="0" align="right" cellpadding="0"
    cellspacing="0">
    <tr>
    <td><a href="../label.htm" target="_top"
    onclick="MM_nbGroup('down','group1','Label','../Graphics/labelDown.gif',1)"
    onmouseover="MM_nbGroup('over','Label','../Graphics/labelOver.gif','../Graphics/
    labelOWD.gif',1)" onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/label.gif" alt="label" name="Label"
    border="0" id="Label"
    onload="" /></a></td>
    <td><a href="../catalogue.htm" target="_top"
    onclick="MM_nbGroup('down','group1','Catalogue','../Graphics/catalogueDown.gif',
    1)"
    onmouseover="MM_nbGroup('over','Catalogue','../Graphics/catalogueOver.gif','../G
    raphics/catalogueOWD.gif',1)"
    onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/catalogue.gif" alt="catalogue"
    name="Catalogue"
    width="106"
    height="26" border="0" id="Catalogue" onload=""
    /></a></td>
    <td><a href="../bands.htm" target="_top"
    onclick="MM_nbGroup('down','group1','Bands','../Graphics/bandsDown.gif',1)"
    onmouseover="MM_nbGroup('over','Bands','../Graphics/bandsOver.gif','../Graphics/
    bandsOWD.gif',1)" onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/bands.gif" alt="bands" name="Bands"
    width="71" height="26"
    border="0" id="Bands" onload="" /></a></td>
    <td><a href="../tourdates.htm" target="_top"
    onclick="MM_nbGroup('down','group1','TourDates','../Graphics/tourdatesDown.gif',
    1)"
    onmouseover="MM_nbGroup('over','TourDates','../Graphics/tourdatesOver.gif','../G
    raphics/tourdatesOWD.gif',1)"
    onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/tourdates.gif" alt="tour dates"
    name="TourDates"
    width="108"
    height="26" border="0" id="TourDates" onload=""
    /></a></td>
    <td><a href="../contact.htm" target="_top"
    onclick="MM_nbGroup('down','group1','Contact','../Graphics/contactDown.gif',1)"
    onmouseover="MM_nbGroup('over','Contact','../Graphics/contactOver.gif','../Graph
    ics/contactOWD.gif',1)"
    onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/contact.gif" alt="contact" name="Contact"
    width="83"
    height="26" border="0" id="Contact" onload=""
    /></a></td>
    </tr>
    </table>
    <p align="right"> </p>
    <!-- TemplateBeginEditable name="PageHeading"
    --><h1>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    rsion=5,0,0,0" width="558" height="46">
    <param name="BGCOLOR" value="" />
    <param name="movie" value="../Media/HeadingTemplate.swf"
    />
    <param name="quality" value="high" />
    <embed src="../Media/HeadingTemplate.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Vers
    ion=ShockwaveFlash" type="application/x-shockwave-flash"
    width="558"
    height="46" ></embed>
    </object>
    </h1><!-- TemplateEndEditable -->
    <h2> </h2>
    <table width="100%" border="0" cellspacing="0"
    cellpadding="0">
    <!-- TemplateBeginRepeat name="RepeatRegion1" -->
    <tr>
    <td><!-- TemplateBeginEditable name="Content"
    --> <!--
    TemplateEndEditable -->Add content here. </td>
    </tr>
    <!-- TemplateEndRepeat -->
    </table>
    <p> </p>
    <p class="cosmatic_footer"><a
    href="mailto:[email protected]">&copy;
    Cosmatic, Inc. 2008 </a></p>
    </body>
    </html>

  • How do I disable the popup "Please describe the image map..." in Dreamweaver CC?

    I've just upgraded from CS6 at work to CC and when drawing image maps it's back to popping up this message:
    The previous solutions I can find (which worked in CS6) do not work here. When I go into my Preferences > Accessibility I only have this option:
    I've tried checking and unchecking Media and restarting Dreamweaver with the same results each time. I'll be going back to CS6 until I can resolve this. I draw a LOT of image boxes, and I do put "alt" labels on them, but having to click okay each and every time is just not practical.  Thanks for any assistance.

    What this message is telling you is that when you insert an image, you should always enter something useful in the alt attribute like this:
    <img src="my_image.jpg" alt="Company Logo">
    I guess this is to help people with sight problems who can use voice synthesizer to read out the page for them.
    Now I don't use CC version so the best way to enter this is by going in the code view and entering these manually.  That is how I normally do even in CS6 or Expression Web 4
    Good luck.

  • AccessControlException in Applet

    I've been searching the web for some time now to a sollution to my problem, but none of the suggestions I've seen have worked, so here I am. I'm currently taking a Java programming class in which we are programming applets. I've written a perfectly functioning applet that draws ImageIcons made from .jpg and .png files that are located in the same directory as the .java and .class files for my applet. The applet compiles and executes beautifully when run through my java editor (TextPad). The problem comes when I embed the applet in an HTML document (which is also located in the same directory) and try to open the HTML (using IE 6) I get the following error visible in my Sun Java Console:
    java.security.AccessControlException: access denied (java.io.FilePermission selectupleft.png read)
    I have tried other applets, and they work fine as long as they do not read any files into ImageIcons. I've seen numerous posts concerning this error and most suggestions involve modifying the .policy file, which I have tried multiple times but to no avail. Also, I need to be able to upload my HTML file and applet .class files onto a server so they can be viewed remotely. When I do this (and also upload the .png files to the same place) and try to view the HTML file, I get the same error as when I try to view it locally.
    Basically, my question is: is modifying the .policy file the only way to make this work? How can I do this so that the applet is allowed to read from files that are in the same directory on the server as the applet is? Any help would be greatly appreciated, thanks.

    For very good security reasons unsigned applets are not permitted to acess files on the client machine. You can't access files but you can access data from the server that delivered the applet.
    The best way to cope with icons it to put the icons on the server with the .class files, and then access it as a "resource". Resources are files accessed via the ClassLoader which loads your classes. Resources really are worth getting your head arround. Any file which is like part of the program, properties files, xml configuration files and images are good as resources.
    The resource mechanism gets files from wherever it gets the .class files, whether they are in a .jar file, accessed over the net or both.
    Here's the code I'm using:
         * Load an image icon from a resource
         * @param name The name of the resource
         * @param alt Alternative and mouseover text for icon
         * @return The ImageIcon for display
        static ImageIcon createImageIcon(String name, String alt) {
            URL url = FgApplet.class.getResource(name + ".png");
            if(url == null)
                throw new IllegalArgumentException("No such image as " + name);
            return new ImageIcon(url, alt);
        }(FgApplet is the name of the class the code is in. In general you could use any class name whose class file is in the same place as the .png file).

  • Results Tooltip in a report

    Hi
    When creating a report with navigation link or dynamic sort on the dashboard when you point with the mouse over the link ( not clicking it just standing on the value) it gives a "Results" tooltip in yellow box.
    Is it possible to control this tooltip and to give another value instead of "Results" or can it be removed?
    Thanks

    Hi in fact is already use a customize template for my report
    CSS in html header
    <style type="text/css">
    ul.icon-list {
      margin: 0;
      padding: 0;
      list-style: none;
    ul.icon-list li {
      display: inline-block;
      margin: 0;
      padding: 0;
      width: &P31_LABEL_WIDTH.em;
    ul.icon-list li a img {
      vertical-align: middle;
    </style>
    <!-- IE is broken -->
    <!--[if IE]>
    <style type="text/css">
    ul.icon-list li {
       display: inline;
    </style>
    <![endif]-->Icon List template for the report
    in the span balise i have (onmouseover="ToolTip('#TOOLTIP#');">#LABEL#), not appears in the balise 'code'
    <li class="dd">
      <a href="#DERIVED$01#">
        <img src="#ICON#" alt="#LABEL#" />
        <span onmouseover="ToolTip('#TOOLTIP#');">#LABEL#</span>
      </a>
    </li>
    <ul class="icon-list">
      </ul>
    <table>#PAGINATION#</table>I test the following javascript :
    function ToolTip(texte) {
    toolTip_enable(texte,this,texte);
    }When the mouse is over the field i get well the tooltip value i'd like to have but it appears in the bottom of the page always in the same area.
    could someone give me more info about 'toolTip_enable' function?
    Thx in advance.
    Celio
    Edited by: Celio on 10-Feb-2011 04:00
    Edited by: Celio on 10-Feb-2011 04:01
    Edited by: Celio on 10-Feb-2011 04:03
    Edited by: Celio on 10-Feb-2011 04:04

  • How to use a select field as a tooltip in a report

    Dear,
    i have a customize report based on the statement below
    SELECT '#WORKSPACE_IMAGES#folder.GIF' icon , lower(a.application)label,(a.appli_acronym) acronym,(ap.app_server)host
    FROM app_users ap, applications a
    where a.appli_user= ap.app_user
    and ap.app_server=:P31_LABELVALUE
    and upper(a.application) like DECODE (:P31_SEARCH, NULL,'%', UPPER ('%' || :P31_SEARCH || '%'))
    order by labelHow can i use the second field (a.appli_acronym) as tooltip in my report?
    Thx in advance.
    Celio

    Hi in fact is already use a customize template for my report
    CSS in html header
    <style type="text/css">
    ul.icon-list {
      margin: 0;
      padding: 0;
      list-style: none;
    ul.icon-list li {
      display: inline-block;
      margin: 0;
      padding: 0;
      width: &P31_LABEL_WIDTH.em;
    ul.icon-list li a img {
      vertical-align: middle;
    </style>
    <!-- IE is broken -->
    <!--[if IE]>
    <style type="text/css">
    ul.icon-list li {
       display: inline;
    </style>
    <![endif]-->Icon List template for the report
    in the span balise i have (onmouseover="ToolTip('#TOOLTIP#');">#LABEL#), not appears in the balise 'code'
    <li class="dd">
      <a href="#DERIVED$01#">
        <img src="#ICON#" alt="#LABEL#" />
        <span onmouseover="ToolTip('#TOOLTIP#');">#LABEL#</span>
      </a>
    </li>
    <ul class="icon-list">
      </ul>
    <table>#PAGINATION#</table>I test the following javascript :
    function ToolTip(texte) {
    toolTip_enable(texte,this,texte);
    }When the mouse is over the field i get well the tooltip value i'd like to have but it appears in the bottom of the page always in the same area.
    could someone give me more info about 'toolTip_enable' function?
    Thx in advance.
    Celio
    Edited by: Celio on 10-Feb-2011 04:00
    Edited by: Celio on 10-Feb-2011 04:01
    Edited by: Celio on 10-Feb-2011 04:03
    Edited by: Celio on 10-Feb-2011 04:04

  • There's recovered folder in Aperture

    Hi
    In a folder called recovered folder there are no photos can I deleat it? And just one more thing that is nothing to do with aperture but why do people say hold the option key down when they mean alt?

    Hi George,
    In a folder called recovered folder there are no photos can I deleat it?
    Is it a folder or a project? Usually you should sea a recovered "project". If all projects inside that folder are truely empty and do not contain any invisible images (rejected, hidden by filters), then go ahead and delete it. But I'd check all searchfields, if they are cleared, before you do that.
    And just one more thing that is nothing to do with aperture but why do people say hold the option key down when they mean alt?
    In all Mac help texts the ⌥-key is called officially the "Option" key, only on many keyboards that key will be labeled "alt ⌥" for "alternate graphics".  My keyboard also shows the "alt" label, but many others show "opt".
    From the Mac Help:
    Regards
    Léonie

  • Alt text mouseover in hyperlink text?

    I use alt tag text in Dreamweaver CS4 to give a text synopsis of the content on the linked page. If possible, how do you make alt text in the mouse-over of a hyperlink, for PDF output?External hyperlink text does give the address as a mouse-over alt text, but how do you modify that alt text?
    If this is impossible in InDesign CS4, what would be the most efficient work-around solution? Comment boxes in Acrobat? Flash?

    There is no way that I know to define Alt text when creating a hyperlink. However, if a hyperlink points to a URL, when you pause your mouse over the hyperlink in Acrobat or Reader, a tooltip will show the URL the hyperlink points to.
    What you might investigate is using buttons. A little-used feature of creating buttons (which can be used to trigger actions of various kinds) is that you can specify what you could call "Alt text" which appears as tooltips when you mouse over them. When you define the button in the Button panel in CS4 or CS5, go to the flyout menu in the Button panel and select PDF Options. There is a Description field there which creates the text for a tooltip. So if the button is used to trigger a sound, for example, you could have the Description read "Double-click to Play". You'll see that text in the tooltip.

  • Target ComboBox label color on MouseOver or RollOver

    I am having a hard time figuring out how to change the label color of a combobox on rollover prior to clicking the combobox to make a new selection. I understand how to set the color of the label, how to change the textRollOverColor, textSelectedColor, etc, but setting the current label color for a combobox is stumping me.
    Thanks in advance.

    I'm not sure how this could be done using style tag.. if possible then ignore this solution..
    Well, you need a custom ComboBox that extends from the base ComboBox.. as below..
    package src
    import flash.events.MouseEvent;
    import mx.controls.ComboBox;
    public class ExtendedCombo extends ComboBox
    public function ExtendedCombo()
    super();
    protected override function createChildren():void
    super.createChildren();
    textInput.addEventListener(MouseEvent.ROLL_OVER, onTextMouseOver);
    textInput.addEventListener(MouseEvent.ROLL_OUT, onTextMouseOut);
    private function onTextMouseOver(event:MouseEvent):void
    textInput.setStyle("color", "0xff0000");
    private function onTextMouseOut(event:MouseEvent):void
    textInput.setStyle("color", "0x0B333C");
    hope this helps,
    BaBo,

  • Why doesn't the alt tag work in firefox to open a description of an image on mouseover

    In IE, when I roll my mosue over an image, it gives a tooltip description of the image contained in the html alt tag. Why doesn't this work in Firefox?

    The "alt" tag is meant to show text when the image isn't loaded, the "title" tag is meant for a description of an image on cursor hover. IE has been doing that wrong for many years, where Firefox follows W3C standards. A properly coded webpage should have both "alt" and "title" tags.

  • Mouseover popup on comment bubble report

    Application Express 4.2.1.00.08
    Internet Explorer - 8
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Theme - Productivity - 26
    Hi I have a report based on the comment bubble template, what I need is to show a popup on mouseover to show more information. I looked at the packaged applications that come with Apex 4.2 and the Artwork Cataloge application seems to have a region based on plsql and on mouseover a really nice popup appears showing more information. I am wondering how I could do the same for my comment bubble report using this method. I'm not sure how to do it as my report/region is not based on plsql. Can anyone help me, I'm new to Apex so still finding my feet.
    Regards
    Ash

    Here is a the code from the "Recent bugs" region, but stripped of their complexity - and stripped of identifying objects from my code, so you pretty much just need to fill in the sql, and clean it up... it was very quick and dirty
    declare
      d                     date;
      l_status              varchar2(30);
    begin
      d := sysdate;
      sys.htp.p('<ul class="detailedStatusList">');
      for c1 in (
        SELECT ...
        FROM ...
      ) loop
        sys.htp.p('<li>');
        sys.htp.p(' <a h...ref="'||apex_util.prepare_url('f?p='||:app_id||':61:'||:app_session||'::NO:61,RP:Pn_item_ID:'||sys.htf.escape_sc(c1.id))||'">');
        --sys.htp.p('     <img src="'||sys.htf.escape_sc(replace('#IMAGE_PREFIX#e2.gif','#IMAGE_PREFIX#',:image_prefix))||'" alt="" />');   
        sys.htp.p('     <span>'||sys.htf.escape_sc(substr(c1.description,1,150))||'</span>');
        sys.htp.p('<em>Groups:'||c1.grp_count||'</em>');
        sys.htp.prn('</a>');
        sys.htp.p(' <section class="detailedListTooltip">');
        sys.htp.p('   <h4>Callup List: '||sys.htf.escape_sc(c1.description)||'</h4>');
        sys.htp.p('       <ul>');
        sys.htp.p('     <li>');
        sys.htp.p('       <label>Created by</label>');
        sys.htp.p('       <span>'||sys.htf.escape_sc(c1.created_by)||'</span>');
        sys.htp.p('     </li>');
        sys.htp.p('     <li>');
        sys.htp.p('       <label>Created</label>');
        sys.htp.p('       <span>'||sys.htf.escape_sc(apex_util.get_since(c1.created_date))||'</span>');
        sys.htp.p('     </li>');
        sys.htp.p('     <li>');
        sys.htp.p('       <label>Created date</label>');
        sys.htp.p('       <span>'||sys.htf.escape_sc(c1.created_date)||'</span>');
        sys.htp.p('     </li>');
        sys.htp.p('<hr>');
        sys.htp.p('     <li>');
        sys.htp.p('       <label>(Group)</label>');
        sys.htp.p('       <span>(distribution)</span>');
        sys.htp.p('     </li>');
        for r_rec in  (
    select cg.group_name
          ,listagg((select  from )||' ('||cnt||')','<br>') within group (order by cnt desc) la
    from  cg
        ,(select count(*) cnt,
          from  ci
          group by ) ci
    where
    group by cg.
    order by cg.order_seq
        ) loop
          sys.htp.p('<li>');
          sys.htp.p('<label>'||r_rec.group_name||'</label>');
          sys.htp.p('<span>'||r_rec.la||'</span>');
          sys.htp.p('</li>');
        end loop;
        sys.htp.p('       </ul>');
        sys.htp.p(' </section>');
        sys.htp.p('</li>');
      end loop;
      sys.htp.p('</ul>');
    end;I've worked out how to translate it into a list template, so all you need to do is feed a query and you get the standard layout - I'll blog the instructions when I get a chance.
    Scott

  • IMovie - How do I change the sports team editor labels such as players age, height and weight?

    Cannot find a simple (or any) solution to this problem.
    Does anyone know how to change the player label headings on iMovie Sports Team Editor? I don't want to display the players weight, height and age and have no idea how to change the labe headings.
    Cheers,
    Flying_Prop

    Instead of posting HTML here, which the board is not really designed to handle, could you edit your post to clear that out and provide the URL to the page that has the problem?
    When I look at the home page at http://www.falmouthgoatrace.org/ I don't see a problem.
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies. Save any pending work first.
    While viewing a page on the site, you can call the dialog to remove the cookie using either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?

  • Apex Page Input Item Label Conditional Style at run time

    Hi,
    Apex version 4.2.1.00.08
    We have an issue after migrating to apex 4.2.1. We have a select list and use another couple of dummy items to be used as its label instead of giving the text value to the LABEL control. Only one of the dummy items is shown as a label for the select list conditionally based on another value. It was working fine with the earlier versions upto 4.1, but with the introduction of grid in 4.2, its now displaying the select list on a new row (ie the lable in one row and the select list on the next row).
    However, we really would like to solve this by having a way to display the label of the select list either in "required format style" or as an "optional style". The display style should be determined only at runtime.
    Example. Say P100_MY_SELECT_LIST is the select list
    The label for this item is "My Select List Label"
    I have another dummy item P100_DUMMY
    if P100_dummy = 1 then the label "My Select List Label" should be displayed in red and with an * *My Select List LabelOtherwise it should be in black and without * My Select List LabelPlease help how to do this.
    Thanks in advance.
    Regards,
    Natarajan

    Well, I deviated with the various other things, and finally needed to get it fixed now. I find my own solution by having a Label Template which creates an ID for every label of the input item and calling a couple of javascript functions thro dynamic action.
    1) Create a label template "FormFieldDynamic" as follows
    In the template definition "Before Label"
    <img src="#IMAGE_PREFIX#requiredicon_status2.gif" alt="Required Field Icon" /><label for="#CURRENT_ITEM_NAME#" id="#CURRENT_ITEM_NAME#_LABEL" tabindex="999" class="itemLabel">in the "after label"
    </label>Note, I am having the image for the * always with the laebl and creating an ID for the label with id="#CURRENT_ITEM_NAME#_LABEL" .
    I have created a couple of javascript function to show the label dynamically as required or optional.
    function setLabelRqd(item) {
         var v = item+'_LABEL';
         var pid = document.getElementById(v);
         if (!((pid===null)||(pid===undefined))){
              pid.style.color = "red";
              $('#'+v).prev().show();
    function setLabelOpt(item) {
         var v = item+'_LABEL';
         var pid = document.getElementById(v);
         if (!((pid===null)||(pid===undefined))){
              pid.style.color = "black";
              $('#'+v).prev().hide();
    }Use the template if the input item (label) is dynamically set as Required or Optional at runtime based on a value of another item.
    How to:
    1.     Select the template FormFieldDynamic for the input item.
    2.    Create a dynamic action triggering on the change event of the page item which holds the conditional value to set the input item label as required or as optional.
    Under the When Section
    a.     Event => Change
    b.    Selection Type => Item(s)
    c.     Item(s) => PXXX_ITEM_NAME (The item that holds the conditional value to set the label for the input item
    d.    Condition => equal to
    e.     Value => Enter the value  for which the label needs to be displayed in Required format.
    f.     Set True Action
                                                              i.    Action => Execute Javascript Code  (Identification)
                                                             ii.    Fire on Page Load => checked (Execution Option)
                                                           iii.    Code => setLabelRqd(‘PXXX_ITEM_NAME’);  (Settings)  /*Call the javascript function to set the label as required*/
                                                            iv.    Selection Type => Item(s) (Affected Elements)
                                                             v.    Item(s) => PXXX_INPUT_ITEM1[,PXXX_INPUT_ITEM2]…
    g.     Set False Action
                                                              i.    Action => Execute Javascript Code  (Identification)
                                                             ii.    Fire on Page Load => checked (Execution Option)
                                                           iii.    Code => setLabelOpt(‘PXXX_ITEM_NAME’);  (Settings) /*Call the javascript function to set the label as optional*/
                                                            iv.    Selection Type => Item(s) (Affected Elements)
                                                             v.    Item(s) => PXXX_INPUT_ITEM1[,PXXX_INPUT_ITEM2]…It finally works for me :) and hope this will be helpful to others too. I will greatly appreciate anyone to mention it here if this helps for him.
    Thanks,
    Natarajan

Maybe you are looking for

  • CS4 Master Collection wont install on Vista Ultimate 64-bit.

    Im using my friends cs4 disc's wich he doesent use any more (switched from windows to mac) and it wont install full quality image atached if you cant read this one.

  • To Find MIGO, MIRO No of a Purchase Order and List Of Vendors ?

    Hi Experts, Required your inputs on the Following, Please Guide. 1) My End user has created a Purchase order, and he has done G.R and followed invoice also. And he doesnt remember the G.R Number and Invoice Number, for that Purchase Order. a) How and

  • IIS Site Hosted in Web Role can not start up

    Hello Team, We occured a problem when deploying application to web role  the WaIISHost can not start up and there are two error information in event log : Application: WaIISHost.exe Framework Version: v4.0.30319 Description: The process was terminate

  • Since upgrading to 3.0, I am not able to synch with iTunes.

    Can't synch, can only download photos. The computer does not recognize my phone, but it recognizes my other iPod, using the same cord and USB ports. I have a MacBook. Tried installing latest version of iTunes, Tried restarting computer, etc. All I ge

  • Tab files to XML Structure

    Hi All, I have a scenrio where i would need to collect few tab files(without any pre-defined strcture) in a BPM . As it is a tab file, the content is not moved to any xml node and hence i am not able to set any correlations on this node. I would like