1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How To Remove Focus from a HTML Element...?

Discussion in 'HTML & Website Design' started by BalachandarR, Feb 5, 2010.

  1. #1
    Hi Everybody.:p

    Is any one know how to remove focus from a HTML Element.

    Kindly give ur thoughts...on this..:rolleyes:

    Cheers
    Balachandar Rangasamy..:)
     
    BalachandarR, Feb 5, 2010 IP
  2. krsix

    krsix Peon

    Messages:
    435
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Maybe make an display:none <input> and then .focus it?
     
    krsix, Feb 6, 2010 IP
  3. RenoM88

    RenoM88 Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    <input type="submit" onfocus="this.blur();"> 
    HTML:
     
    RenoM88, Feb 6, 2010 IP