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

Mouse Over Tags

Options
  • 03-01-2005 1:35am
    #1
    Registered Users 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 Posts: 1,169 ✭✭✭dangerman


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


  • Registered Users Posts: 236 ✭✭richardo


    Or another method is to use a style -

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


  • Registered Users Posts: 884 ✭✭✭Cork Skate


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


Advertisement