Activity Stream
48,167 MEMBERS
6839 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1.     
    #1
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com

    Default simple html :(

    how do i set onFocus in html?
    I want for eg, a link, like the topic title, onFocus to get blue, and if not black.

    I googled and tried a lot and nothing.

    Help please?
    pi0tr3k Reviewed by pi0tr3k on . simple html :( how do i set onFocus in html? I want for eg, a link, like the topic title, onFocus to get blue, and if not black. I googled and tried a lot and nothing. Help please? :( <3 Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    FlowForums.com
    Are you asking if your on index.html and you want the link to be a certain color when your on that page?

  4.     
    #3
    Banned
    Website's:
    seekingw.com uwddl.com generalgamers.co.uk motivatedgamerz.com

  5.     
    #4
    Member
    Website's:
    mirrormaker.org
    Use css.
    a
    {
    color:black;
    }
    a:focus
    {
    color:blue
    }

  6.     
    #5
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    You dont need jScript. Use CSS.

    Code: 
    <style  type="text/css">
    a:link {COLOR: #0000FF;}
    a:visited {COLOR: #800080;}
    a:hover {COLOR: #FF0000;}
    a:active {COLOR: #00FF00;}
    </style>

  7.     
    #6
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com
    But how u know it's a? or do i have to define it?

  8.     
    #7
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    the letter A is an anchor attribute. like <a href="#"> . Thats how we know

  9.     
    #8
    Respected Member
    <input name="textbox" type="text" value="Click here to type" onfocus="if(this.value=='Click here to type')this.value='';">

    <A HREF="http://www.htmlgoodies.com" onClick="this.style.color='#FF0000'";>

  10.     
    #9
    Member
    Website's:
    FlowForums.com
    You were confusing me in PM. Just use CSS and the hover. Like this:

    a:hover {COLOR: #333333;}

  11.     
    #10
    Member
    thanks jayfella.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Buying] Simple Html script/prog
    By maloxi in forum Completed Transactions
    Replies: 7
    Last Post: 31st Jul 2011, 01:43 PM
  2. [Buying] Need someone to do simple PSD to HTML/CSS
    By spreea in forum Completed Transactions
    Replies: 4
    Last Post: 20th Dec 2010, 03:31 PM
  3. [Buying] Simple HTML/CSS Work.
    By proXace? in forum Completed Transactions
    Replies: 6
    Last Post: 6th Nov 2010, 02:32 PM
  4. [$1] - Very Simple HTML Blog/Downloads
    By Chri5 in forum Completed Transactions
    Replies: 0
    Last Post: 12th Aug 2009, 12:43 AM
  5. PHP/HTML : Simple Ad Poll Code
    By Pyro in forum Tutorials and Guides
    Replies: 4
    Last Post: 11th Aug 2009, 05:50 AM

Tags for this Thread

BE SOCIAL