[struts] how to turn the mouse-arrow to a 'finger clicking hand'(like link)

[struts]
Hi guys,
quick question: I have an img displayed by my bean as:
"<a><img src=\"images/delete22.png\" onclick=\"openStrutsLayoutPopup('popup');return false;\"></a>";the button works ok and does its work, except one minor issue: when the user place the mouse over the delete img, the arrow doesn't turn into a 'click hand'. does anyone know how to force the arrow to turn into a hand (just like when you place the mouse arrow on a hyper-link)
thanks

You can do that with CSS styling :
<a style="cursor:pointer;"><img src="images/delete22.png" onclick="openStrutsLayoutPopup('popup');return false;"></a>
<a><img style="cursor:pointer;" src="images/delete22.png" onclick="openStrutsLayoutPopup('popup');return false;" ></a>

Similar Messages

  • How to turn the mouse pad off

    Hi
    I have an HP envy and I do no know how to switch the mouse pad off. please can someone help. it has become very annoying because I don't really use the mouse pad and want to turn it off.
    Please help

    Dear Customer
    Welcome and Thank you for posting your query on HP Support Forum
    Click on the below shown link to find the steps involved in disabling the Touchpad
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c03922412
    Please revert for further assistance
    Please click on Kudos Star to say thanks
    Please Accept as Solution if this resolves your query
    Regards
    KNRK
    I work on behalf of HP

  • Want to move the mouse arrow without physical mouse

    Hi There
    I have my Mac Book connected to the TV almost 24x7 and I have a wireless keyboard and an apple remote but not the mighty mouse.
    the issue is that I would like to be able to move the mouse arrow over the screen and click or doble click without having to buy a mouse. how can I do it? is that a combination like someting plus the arrow keys? is that possible to use the apple remote as a mouse? i mean it would be great too. is got the 4 directions and a button in the center for clicking.
    any other solution?
    many thanks in advance

    Turn on keyboard navigation in the Keyboard shortcuts of Keyboard and Mouse prefs and you can use the keyboard to navigate through the menus, folders, etc. However, there is no way to drag.
    Set full keyboard access to "All Controls" and you can tab through all the buttons in the dialog boxes. Use spacebar to "click" the selected button.
    In the Finder, Cmd+down arrow opens a file/folder. Cmd+Up arrow goes up in the hierarchy.
    Combine this with the previous tip and you can have it all, mostly.
    Also, without any of that, esc or cmd+. cancels, and cmd+first letter of button usually selects the button. That last one is application specific.

  • I have a macbookpro. tryinhg to connect to new  lg tv. I purchased a mine port to hdmi converter but it only shows a wall paper. it does show the mouse arrow???

    I have a macbookpro. tryinhg to connect to new  lg tv. I purchased a mine port to hdmi converter but it only shows a wall paper. it does show the mouse arrow???

    it only shows a wall paper
    Then it is working! This is how it works:
    Your built-in screen and you external screen are each show at sizes proportional to their pixel count. If this is not the correct arrangement, then drag the screens so that they correspond with their placement on your bench.
    Then move the mouse off the edge of one screen, and it appears on the other. Next drag a window across to the other screen.

  • Using Maverick in two screen setup sometimes the mouse arrow follows the menu bar when I switch screens, and sometimes not. Sometimes the menu bar is on one screen and the mouse is on the other. What am I missing?

    Am looking for a simple way to move the mouse arrow to the other screen. Must I go to Apple/System prefs? I assume the mouse arrow and the menu bar should stay together. OK, but how do I access the dock when it is not on the screen with the mouse arrow? Is the Dock unmoveable? What is needed, I guess, is a master screen with mouse, dock and menu bar, and the option to select which screen is master with all those commands available.

    You're Welcome...
    Another silly suggestion...
    Have you done a Restart since you were fiddling around with various settings...?

  • When I power up my mac, I see the white screen and the apple icon. After a few seconds of powering up the screen goes dark. Yet I still can the mouse arrow but nothing else.

    When I power up my Imac, I see the white screen and the apple icon. After a few seconds the screen goes dark. I am able to still see the mouse arrow as I move it around. But nothing else. What is the problem and how do I recover?

    Try this from another user:
    1. Shut the computer down by holding the power button for 10 seconds
    2. Restart the computer and press shift at the same time until you see the progress bar start moving
    3. Once you reach the point where your screen goes dark and you see the cursor, type the first letter of the username for your computer, then hit Enter, then type your password, then hit Enter.
    4. After a moment, you should see the spinning beach ball
    5. Your screen should then move on to something along the lines of "Completing OSX Installation" (I can't remember the exact wording). Let it finish. After that it should go to your normal desktop and the issue should be fixed. (If your screen goes pitch black during this process, hit the space bar. I thought it wasn't working, but the screen was just sleeping).

  • Qosmio x500 and media center - the mouse arrow disappears

    When opening media center the mouse arrow disappears and makes media center impossible to use, my computer is only a few weeks old and everything else works great
    Can anyone help ?

    Hi
    This is not a problem!
    This is a feature of Media Center!!!
    All features and buttons in Windows Media Center are accessible to you by using the keyboard *only*
    Check this!
    http://windows.microsoft.com/en-US/windows-vista/Windows-Media-Center-keyboard-shortcuts
    Greets

  • How to judge the mouse enter which one of buttons?

    There two buttons(no text,only icon on them),
    and how to judge the mouse enter which one of
    them and show the different message at one textfield?

    Try this. I don't know if the code works, but the true solution will be like it.
    void mouseClicked(MouseEvent e)
        int mask = e.getModifiers();
        if((mask & InputEvent.BUTTON1_MASK) != 0)
            System.out.println("You touched to the button 1!");
        else if((mask & InputEvent.BUTTON2_MASK) != 0)
            System.out.println("You touched to the button 2!");
        else if((mask & InputEvent.BUTTON3_MASK) != 0)
            System.out.println("You touched to the button 3.");
    }Ghys

  • How to turn the sreaker on

    how to turn the speaker on oniphone 4s?

    It all depends on what you want to do with the main speaker?
    Different uses require different options being selected, eg. play music (without headphones) or use the conference call feature when calling someone, are some possible uses for it.

  • Could anyone tell me how too change the mouse cursor to the waiting mode?

    Could please anyone tell me how too change the mouse cursor to the waiting mode while my applet is processing?
    Well i have 3 combos in my applet.....and in my actionPerformed code i have:
    public void actionPerformed(ActionEvent e) {
    if (e.getSource() == combo1) {
              setCursor (Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
    ind_reg = combo1.getSelectedIndex();
    Do_Accion1();
    setCursor (Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
    if (e.getSource() == combo2) {
    setCursor (Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
    ind_mun = combo2.getSelectedIndex();
    Do_Accion2();
    setCursor (Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
    if (e.getSource() == combo3) {
    setCursor (Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
    ind_loc = combo3.getSelectedIndex();
    Do_Accion3();
    setCursor (Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
    } // Fin action event
    But my cursor is never change to WAIT_CURSOR....Somebody could help me please?....
    Thanks in advance....
    Mary

    YourComponent.setCursor(
         Cursor.getPredefinedCursor(
         Cursor.WAIT_CURSOR));

  • The text on web pages fades as you scroll the page, it reapears if you click refresh or move the mouse arrow over it. I reset FF still doing it.

    The text on web pages fades as you scroll the page, it reappears if you click refresh or move the mouse arrow over it.
    I went to many different web pages and it does it on all of them including this one.
    I went to the same web pages using IE 10 and the text does not fade away.
    I reset FF still doing it. I uninstalled and reinstalled FF still doing it.
    What could be wrong?

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • How to turn the light on on a Satellite P300-23V + user guide on CD

    I wonder how you turn the light on on a SATELLITE P300-23V?
    I mean the light that show a lightbar above the touchpad and and the name Satellite is lit up too.
    In the manual it says how to do it with the thin remote controll but there is no on this model.
    I know I have been able to turn of/on the light with some key combination before but now I can't find it now.
    I have upgraded from Vista 32bit to Windows 7 64bit and maybe some Thoshiba features was lost doing that?
    I have also lost my CD with the more extended user guide. I have searched for it on the download area but it seems not be there for downloading.
    Any hints how to get it?

    This forum is great!
    The answers comes so quickly!
    Thank you for your answers. They solved both my problems.
    I could have sworn that I used some buttons on the keypad to light up the lamps but apparantly not.
    I found it in the BIOS as you said and it works.
    And now I also have the user guide which is more extended than the printed one.
    Once again: THANX!

  • Changing the Mouse Arrow

    is there anyway to make the mouse arrow a certain shape or
    picture for your site?

    Probably, with the use of javascript, but why would you want
    to really :)
    It's gimmicky and people would probably find it a nuisance.
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.perrelink.com.au
    - Web Dev
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.adobe.com/devnet/dreamweaver/css.html
    "CapBrose" <[email protected]> wrote in
    message
    news:e91a9n$srk$[email protected]..
    > is there anyway to make the mouse arrow a certain shape
    or picture for
    > your site?

  • How to Move the Mouse to Particular x, y coordinates

    I want to set x, y coordinate if MouseEvent to Move the Mouse.
    Can anybody help me out
    Regards
    Sandeep

    But, does anyone know how to set the Mouse back where it came from,
    if it was outside of any java window?

  • Mouse arrow pointer changes to a hand

    In Pages my mouse pointer arrow changes to a hand - not the “baseball mitt”-type hand (that’s the best way I can describe it!) with a pointing finger that appears when using Safari and you point to a link; not that hand, but the hand you get with Adobe Reader when you’re viewing a pdf. Sometimes the hand goes away and the arrow reappears, but then the hand comes back. Sometimes I get not a hand but a cross-hair. I read somewhere that I must go to Library>Internet plug-ins, and delete Adobe Viewer plug-ins, but I went there and couldn’t find any. How can I get the arrow back permanently?
    MacBook Pro, Retina, 15-inch, Early 2013. OS X 10.9.4
    2.7 GHz Intel Core i7 16 GB 1600 MHz DDR3
    I use Pages ’09 Version 4.3  -  Pages 5 is useless to me

    Thank you for your attempt to help me, but I'm wondering if you read my post carefully enough because I said it is not the "baseball mitt" (I've also seen it described as a "Mickey Mouse glove") grab cursor/link pointer that is giving me problems, i.e. it is NOT this icon that is causing me the trouble:
    What my problem is, is that sometimes when I am working in Pages (even when it is a text-only document with no images), the mouse/trackpad pointer arrow, i.e. this:
    changes into this:
    This as I said, is the "Hand Tool" that I get on the screen when I read a pdf in Adobe Reader. It is a normal Adobe icon one sees all the time when one is using Adobe. See bottom right corner in the pic below.
    I know that that's what it is because if I switch my Mac on in the morning to work on it, and I open Pages, and Adobe Reader is NOT open, I have no trouble and the mouse arrow pointer appears as it should. But then if I later open Adobe Reader, and read a pdf for example, when I go back to Pages, sometimes - not always - the mouse arrow will change into the Adobe Hand Tool. Sometimes it repeatedly changes between the arrow and the hand WHEN I ONLY HAVE TEXT ON THE PAGE - it has got nothing to do with hovering over images and shapes. If I want to select something from a drop-down menu, sometimes I will get the hand again (NOT the "Mickey Mouse glove") instead of the pointer arrow. It is an intermittent problem; it comes and goes. Sometimes I can work for hours and
    there will be no problem, but then suddenly the problem will recur - in a Pages document with text only, no images.
    By the way, the cross-hairs that appear sometimes (very seldom compared to the hand), also instead of the pointer arrow, are also the cross-hairs that I know from Adobe, not the ones that I know from Apple. There is clearly some problem of "interference" from Adobe Reader into my Pages programme - why I am I seeing icons from Adobe Reader (the hand tool and the cross-hairs) in Pages, icons that replace the arrow pointer, and how can I stop this - that's what I want to know! I might add that sometimes when I go into Adobe, this hand icon flickers very rapidly for maybe 20 seconds before it stabilises, which again indicates to me that there is some problem with it. I searched this forum some months ago to see if anyone had a similar problem, and I did find someone with exactly the same problem, but I can't find it now. The advice given to that person was to remove the Adobe Internet plug-ins, but I can't find any in Library>Internet plug-ins, and also to submit a bug feedback report to Apple (I have done that).
    I might add that in Safari, the problem also happens. The arrow pointer is replaced by the hand tool - NOT by the link pointer "Mickey Mouse glove". In fact sometimes in Safari the link pointer "Mickey Mouse glove" is replaced by the hand tool.
    So I hope I have made the problem clear! I don't think I have misunderstood what is going on.

Maybe you are looking for