Results 1 to 10 of 10

Thread: Remove hyperlink issue

  1. #1
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default Remove hyperlink issue

    Hi,
    This is the code used,
    Code:
    <li class="licenter"><a href="#" id="fblas" >Like & Share with FB links below</a></li>
    This is on page http://www.theremotedoctor.co.uk/acc...llto=selection
    I am just looking to remove the hand icon when cursor is passed over the field.
    Removing the # from "#" didnt solve it.

    This field isnt link to anything.
    Last edited by theremotedr; 02-15-2016 at 03:36 PM.

  2. #2
    Join Date
    Nov 2014
    Location
    On A Scottish Island
    Posts
    488
    Thanks
    0
    Thanked 62 Times in 58 Posts

    Default

    I'm not sure what you mean, but if it's the mouse cursor hand you're trying to eliminate, then add this this to your CSS:

    Code:
    #fblas hover {
      cursor:none;
    }

  3. #3
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Thanks,
    That makes the cursor dissapear all together which works ok but as opposed to making it dissapear im trying to let it just be a cursor when that field is hovered over as opposed to changing to the hand symble.

  4. #4
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    just pick the cursor that you wish to use here...


    coothead
    ~ the original bald headed old fart ~

  5. The Following User Says Thank You to coothead For This Useful Post:

    mlegg (02-15-2016)

  6. #5
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Great advice & works well.
    Worth keeping that site bookmarked.
    Now time for another post,cheers

  7. #6
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default


    No problem, you're very welcome.

    coothead
    ~ the original bald headed old fart ~

  8. #7
    Join Date
    Nov 2014
    Location
    On A Scottish Island
    Posts
    488
    Thanks
    0
    Thanked 62 Times in 58 Posts

    Default

    Wouldn't it be simpler to just remove the link? After all it doesn't go anywhere.

    Code:
    <li class="licenter">Like & Share with FB links below</li>

  9. #8
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Hi,
    Thats what i mentioned in my original post.
    I then went with your advice about the cursor.

    If i remove my code & use your code then all the colour / box size etc is gone and just a line of standard text is shown.

  10. #9
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Is this thread resolved or not?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  11. #10
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Hi.
    Yes it is but was unable to mark it resolved.

  12. The Following User Says Thank You to theremotedr For This Useful Post:

    jscheuer1 (03-12-2016)

Similar Threads

  1. un-hyperlink
    By discdemo in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 12-08-2009, 09:52 PM
  2. Need hyperlink help
    By simcomedia in forum JavaScript
    Replies: 0
    Last Post: 09-17-2009, 05:03 PM
  3. Hyperlink not working in IE
    By harb3 in forum HTML
    Replies: 1
    Last Post: 08-15-2007, 03:27 AM
  4. hyperlink a div
    By neilkw in forum HTML
    Replies: 11
    Last Post: 07-03-2006, 03:23 PM
  5. Help with hyperlink
    By heimdall in forum HTML
    Replies: 4
    Last Post: 11-06-2004, 08:45 PM

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
  •