Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Mouse Over Tags

  • 03-01-2005 12:35am
    #1
    Registered Users, Registered Users 2 Posts: 884 ✭✭✭


    Lads, I have a button on a page and when i click on it, it calls a script function and opens the window in a popup window, (the the function is called it is given the page it wants to open, the name of the page and then the size of the page) .... it has no address, status, scroll bar etc. ..... it works fine except for one thing .... when i mouse over the button, the mouse stays the same, as in it doesn't change to a hand to denote a link .... is there a mouse over command that will change it to a hand ??

    Or ... how can i make the button a link but make it not do anything ??


Comments

  • Registered Users, Registered Users 2 Posts: 1,169 ✭✭✭dangerman


    i think putting <a href="#"></a> around the image will sort your problem - # goes no where.


  • Registered Users, Registered Users 2 Posts: 236 ✭✭richardo


    Or another method is to use a style -

    <img src=whatever style="cursor:hand">


  • Registered Users, Registered Users 2 Posts: 884 ✭✭✭Cork Skate


    Lads, that did the trick ... cheers for that !!


Advertisement