Results 1 to 4 of 4

Thread: Top navigation Bar II

  1. #1
    Join Date
    Nov 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Top navigation Bar II

    Top navigation bar II:

    http://www.dynamicdrive.com/dynamicindex1/topnavbar.htm

    How can I change the mousepointer ARROW (when i move over the menu) into a HAND?

    thnx
    FINN

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    You shouldn't use "hand" instead use POINTER. Leave the MS-propritary alone, go with standard defaults.

    You can do this multiple ways, CSS, XHTML and on and on..

    Try just adding to your img src when displaying the menu:

    Code:
    <img ... style="cursor:pointer">
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Nov 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi Blizzard,

    thnx for responding me..
    I still do not understand where I should change the code. Can you take a look at the script of the navigation bar and tell me where exactly I change it?

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    I just did... it already does... do you have a link to your page? There may be a little something wrong with your code there.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •